mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-24 05:48:41 +00:00
38 lines
1.3 KiB
Diff
38 lines
1.3 KiB
Diff
From a0d84363005399bb41b3eee556aa813a129bbcdf Mon Sep 17 00:00:00 2001
|
|
From: Neil Armstrong <narmstrong@baylibre.com>
|
|
Date: Wed, 7 Nov 2018 11:45:47 +0100
|
|
Subject: [PATCH] arm64: dts: meson-gxl-libretech-cc: fix GPIO lines names
|
|
|
|
The gpio line names were set in the pinctrl node instead of the gpio node,
|
|
at the time it was merged, it worked, but was obviously wrong.
|
|
This patch moves the properties to the gpio nodes.
|
|
|
|
Fixes: 47884c5c746e ("ARM64: dts: meson-gxl-libretech-cc: Add GPIO lines names")
|
|
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
|
|
|
|
---
|
|
arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts
|
|
index ca0228e..bb2a8c7 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts
|
|
@@ -209,7 +209,7 @@
|
|
};
|
|
};
|
|
|
|
-&pinctrl_aobus {
|
|
+&gpio_ao {
|
|
gpio-line-names = "UART TX",
|
|
"UART RX",
|
|
"Blue LED",
|
|
@@ -224,7 +224,7 @@
|
|
"7J1 Header Pin15";
|
|
};
|
|
|
|
-&pinctrl_periphs {
|
|
+&gpio {
|
|
gpio-line-names = /* Bank GPIOZ */
|
|
"", "", "", "", "", "", "",
|
|
"", "", "", "", "", "", "",
|