arm64: dts: meson-gxl-libretech-cc: fix GPIO lines names
authorNeil Armstrong <narmstrong@baylibre.com>
Wed, 7 Nov 2018 10:45:47 +0000 (11:45 +0100)
committerKevin Hilman <khilman@baylibre.com>
Thu, 29 Nov 2018 20:29:51 +0000 (12:29 -0800)
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>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts

index 90a56af967a7f11f24e7351da99e168abd0f1085..b4dfb9afdef86926d8fec69bf034cdb630ccde8a 100644 (file)
        };
 };
 
-&pinctrl_aobus {
+&gpio_ao {
        gpio-line-names = "UART TX",
                          "UART RX",
                          "Blue LED",
                          "7J1 Header Pin15";
 };
 
-&pinctrl_periphs {
+&gpio {
        gpio-line-names = /* Bank GPIOZ */
                          "", "", "", "", "", "", "",
                          "", "", "", "", "", "", "",