Explorar o código

ath79: fix pinmux reg size for QCA955x

The range of pinmux reg property "<0x1804002c 0x40>" for QCA955x
SoC does not includes GPIO_FUNCTION register.

Reported-by: INAGAKI Hiroshi <[email protected]>
Signed-off-by: Christian Lamparter <[email protected]>
Christian Lamparter %!s(int64=6) %!d(string=hai) anos
pai
achega
87c5fd348d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      target/linux/ath79/dts/qca9557.dtsi

+ 1 - 1
target/linux/ath79/dts/qca9557.dtsi

@@ -95,7 +95,7 @@
 			pinmux: pinmux@1804002c {
 				compatible = "pinctrl-single";
 
-				reg = <0x1804002c 0x40>;
+				reg = <0x1804002c 0x44>;
 
 				#size-cells = <0>;