ARM64: dts: meson-gxl: Fix pinctrl periphs gpio-ranges
authorNeil Armstrong <narmstrong@baylibre.com>
Tue, 23 May 2017 14:21:49 +0000 (16:21 +0200)
committerKevin Hilman <khilman@baylibre.com>
Tue, 30 May 2017 22:06:12 +0000 (15:06 -0700)
The gpio-range was badly added on the GXL dtsi, the AO pin count is 10
instead of 14.

Fixes: 84412e4e857f ("ARM64: dts: meson-gxl: Add gpio-ranges properties")
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi

index 3efad5f..4871ce5 100644 (file)
                        reg-names = "mux", "pull", "pull-enable", "gpio";
                        gpio-controller;
                        #gpio-cells = <2>;
-                       gpio-ranges = <&pinctrl_periphs 0 14 101>;
+                       gpio-ranges = <&pinctrl_periphs 0 10 101>;
                };
 
                emmc_pins: emmc {