diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2017-03-23 12:27:24 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-03-28 10:55:53 -0400 |
commit | 18ae17bc513b4dfb6791512e27a3ede02a6324db (patch) | |
tree | d4699c3145ebeaac5cd5ca7ee8e0d6bbb5894399 | |
parent | 57ef579878c3a9a168ce071a78982216338ba500 (diff) |
ARM64: dts: meson-gxbb: Add gpio-ranges properties
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi index 65843b1feaf3..74f48f16480d 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | |||
@@ -118,6 +118,7 @@ | |||
118 | reg-names = "mux", "pull", "gpio"; | 118 | reg-names = "mux", "pull", "gpio"; |
119 | gpio-controller; | 119 | gpio-controller; |
120 | #gpio-cells = <2>; | 120 | #gpio-cells = <2>; |
121 | gpio-ranges = <&pinctrl_aobus 0 0 14>; | ||
121 | }; | 122 | }; |
122 | 123 | ||
123 | uart_ao_a_pins: uart_ao_a { | 124 | uart_ao_a_pins: uart_ao_a { |
@@ -210,6 +211,7 @@ | |||
210 | reg-names = "mux", "pull", "pull-enable", "gpio"; | 211 | reg-names = "mux", "pull", "pull-enable", "gpio"; |
211 | gpio-controller; | 212 | gpio-controller; |
212 | #gpio-cells = <2>; | 213 | #gpio-cells = <2>; |
214 | gpio-ranges = <&pinctrl_periphs 0 14 120>; | ||
213 | }; | 215 | }; |
214 | 216 | ||
215 | emmc_pins: emmc { | 217 | emmc_pins: emmc { |