mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-15 01:38:23 +01:00
31 lines
911 B
Diff
31 lines
911 B
Diff
From 64b0221e526f6359a39ab3beb9a693dc964b1112 Mon Sep 17 00:00:00 2001
|
|
From: Patrick Yavitz <pyavitz@xxxxx.com>
|
|
Date: Wed, 6 Mar 2024 06:51:01 -0500
|
|
Subject: [PATCH] arch: arm64: dts: allwinner: sun50i-h616: spi1 cs1 pin
|
|
|
|
Signed-off-by: Patrick Yavitz <pyavitz@xxxxx.com>
|
|
---
|
|
arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi | 6 ++++++
|
|
1 file changed, 6 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi
|
|
index 33f8c758b9e6..1354dca01e78 100644
|
|
--- a/arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi
|
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi
|
|
@@ -397,6 +397,12 @@ spi1_cs0_pin: spi1-cs0-pin {
|
|
function = "spi1";
|
|
};
|
|
|
|
+ /omit-if-no-ref/
|
|
+ spi1_cs1_pin: spi1-cs1-pin {
|
|
+ pins = "PH9";
|
|
+ function = "spi1";
|
|
+ };
|
|
+
|
|
uart0_ph_pins: uart0-ph-pins {
|
|
pins = "PH0", "PH1";
|
|
function = "uart0";
|
|
--
|
|
2.39.2
|
|
|