ath79: fix pinmux reg size for QCA955x
authorChristian Lamparter <chunkeey@gmail.com>
Mon, 24 Dec 2018 16:44:03 +0000 (17:44 +0100)
committerChristian Lamparter <chunkeey@gmail.com>
Mon, 24 Dec 2018 18:18:07 +0000 (19:18 +0100)
The range of pinmux reg property "<0x1804002c 0x40>" for QCA955x
SoC does not includes GPIO_FUNCTION register.

Reported-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
target/linux/ath79/dts/qca9557.dtsi

index 0357be9b5c6cbc4960b5baa829d089d976fec4e2..bfc2545b27adec32f0c89fccc16617c7531dab99 100644 (file)
@@ -95,7 +95,7 @@
                        pinmux: pinmux@1804002c {
                                compatible = "pinctrl-single";
 
-                               reg = <0x1804002c 0x40>;
+                               reg = <0x1804002c 0x44>;
 
                                #size-cells = <0>;