diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2017-05-23 16:21:50 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-05-30 15:07:03 -0700 |
commit | f4c406d55c2f3eb993ed383c959a9a0e94acfe68 (patch) | |
tree | 1a3167d429a6cd358f17d5e417459023683eca4b /arch | |
parent | d79a079c4dd41d1d9fca1b7a887824d72e570c76 (diff) | |
download | linux-stable-f4c406d55c2f3eb993ed383c959a9a0e94acfe68.tar.gz linux-stable-f4c406d55c2f3eb993ed383c959a9a0e94acfe68.tar.bz2 linux-stable-f4c406d55c2f3eb993ed383c959a9a0e94acfe68.zip |
ARM64: dts: Fix GXL periphs pinctrl pull-enable register base
The pull-enable register base was wrongly copied from the GXBB pinctrl node,
but was not used yet.
Fixes: fb0fe92294a9 ("ARM64: dts: meson-gxl: Add pinctrl nodes")
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi index 4871ce5a277e..57fe1f50dbee 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi @@ -239,7 +239,7 @@ gpio: bank@4b0 { reg = <0x0 0x004b0 0x0 0x28>, <0x0 0x004e8 0x0 0x14>, - <0x0 0x00120 0x0 0x14>, + <0x0 0x00520 0x0 0x14>, <0x0 0x00430 0x0 0x40>; reg-names = "mux", "pull", "pull-enable", "gpio"; gpio-controller; |