diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2017-05-23 10:21:51 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-05-30 18:07:17 -0400 |
commit | 9ef366a45629c80a612e41bd5c6d926aff7013b0 (patch) | |
tree | 8691ad5323b6ef8b61390e8c52b2f1faa92b624c | |
parent | f4c406d55c2f3eb993ed383c959a9a0e94acfe68 (diff) |
ARM64: dts: Fix GXBB periphs pinctrl pull-enable register base
The pull-enable register base was wrongly copied from the meson8b pinctrl node,
but was not used yet.
Fixes: c328666d58aa ("ARM64: dts: amlogic: Add Meson GX dtsi from GXBB")
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi index 6f8b30110fc3..47ca44d3f319 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | |||
@@ -351,7 +351,7 @@ | |||
351 | gpio: bank@4b0 { | 351 | gpio: bank@4b0 { |
352 | reg = <0x0 0x004b0 0x0 0x28>, | 352 | reg = <0x0 0x004b0 0x0 0x28>, |
353 | <0x0 0x004e8 0x0 0x14>, | 353 | <0x0 0x004e8 0x0 0x14>, |
354 | <0x0 0x00120 0x0 0x14>, | 354 | <0x0 0x00520 0x0 0x14>, |
355 | <0x0 0x00430 0x0 0x40>; | 355 | <0x0 0x00430 0x0 0x40>; |
356 | reg-names = "mux", "pull", "pull-enable", "gpio"; | 356 | reg-names = "mux", "pull", "pull-enable", "gpio"; |
357 | gpio-controller; | 357 | gpio-controller; |