Selaa lähdekoodia

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 6 vuotta sitten
vanhempi
sitoutus
87c5fd348d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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>;