summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2017-11-20 21:54:45 +0300
committerJoel Stanley <joel@jms.id.au>2017-11-30 07:08:17 +0300
commita293982f3d519825a66f3b7390a73c4c61166228 (patch)
tree56a1ad6d71eaf9c023a769a33a77d8a3e6dc6961
parentcb791288be9a3b4eebaee82807c3a3bf123fa9b6 (diff)
downloadlinux-a293982f3d519825a66f3b7390a73c4c61166228.tar.xz
ARM: dts: aspeed: gpio controller register range
Instead of 4k, it should be 512 because the latter part of the memory region are registers for the serial gpio driver. OpenBMC-Staging-Count: 1 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r--arch/arm/boot/dts/aspeed-g4.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/aspeed-g4.dtsi b/arch/arm/boot/dts/aspeed-g4.dtsi
index 6505062ac6c7..424d843ec1da 100644
--- a/arch/arm/boot/dts/aspeed-g4.dtsi
+++ b/arch/arm/boot/dts/aspeed-g4.dtsi
@@ -231,7 +231,7 @@
#gpio-cells = <2>;
gpio-controller;
compatible = "aspeed,ast2400-gpio";
- reg = <0x1e780000 0x1000>;
+ reg = <0x1e780000 0x200>;
interrupts = <20>;
interrupt-controller;
gpio-ranges = <&pinctrl 0 0 220>;