diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-12-29 15:15:54 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-01-04 19:09:01 +0300 |
commit | abb62c46d4949d44979fa647740feff3f7538799 (patch) | |
tree | 0415ef4db24221e598d53cb197b5fd1939bf9f4f | |
parent | d84baa5a62ed1e89da0e7f78d778794d47bc80af (diff) | |
download | linux-abb62c46d4949d44979fa647740feff3f7538799.tar.xz |
arm64: dts: uniphier: fix gpio-ranges property of PXs3 SoC
This is probably a copy-paste mistake. The gpio-ranges of PXs3 is
different from that of LD20.
Fixes: 277b51e7050f ("arm64: dts: uniphier: add GPIO controller nodes")
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi b/arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi index 48e733136db4..0ac2ace82435 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi +++ b/arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi @@ -198,8 +198,8 @@ gpio-controller; #gpio-cells = <2>; gpio-ranges = <&pinctrl 0 0 0>, - <&pinctrl 96 0 0>, - <&pinctrl 160 0 0>; + <&pinctrl 104 0 0>, + <&pinctrl 168 0 0>; gpio-ranges-group-names = "gpio_range0", "gpio_range1", "gpio_range2"; |