OSDN Git Service

ARM: dts: meson8: remove gpio offset
authorJerome Brunet <jbrunet@baylibre.com>
Thu, 21 Sep 2017 17:14:44 +0000 (19:14 +0200)
committerKevin Hilman <khilman@baylibre.com>
Thu, 12 Oct 2017 00:12:02 +0000 (17:12 -0700)
Remove pin offset on the AO controller. meson pinctrl no longer has
this quirk

Tested-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm/boot/dts/meson8.dtsi
arch/arm/boot/dts/meson8b.dtsi

index b98d44f..aff0243 100644 (file)
                        reg-names = "mux", "pull", "gpio";
                        gpio-controller;
                        #gpio-cells = <2>;
-                       gpio-ranges = <&pinctrl_aobus 0 120 16>;
+                       gpio-ranges = <&pinctrl_aobus 0 0 16>;
                };
 
                uart_ao_a_pins: uart_ao_a {
index bc278da..09ceec9 100644 (file)
                        reg-names = "mux", "pull", "gpio";
                        gpio-controller;
                        #gpio-cells = <2>;
-                       gpio-ranges = <&pinctrl_aobus 0 130 16>;
+                       gpio-ranges = <&pinctrl_aobus 0 0 16>;
                };
 
                uart_ao_a_pins: uart_ao_a {