From: Christian Lamparter Date: Mon, 24 Dec 2018 16:44:03 +0000 (+0100) Subject: ath79: fix pinmux reg size for QCA955x X-Git-Tag: v19.07.0-rc1~1777 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=87c5fd348d14de07735550c81d95fd20520055df;p=openwrt%2Fstaging%2Fhauke.git 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 Signed-off-by: Christian Lamparter --- diff --git a/target/linux/ath79/dts/qca9557.dtsi b/target/linux/ath79/dts/qca9557.dtsi index 0357be9b5c..bfc2545b27 100644 --- a/target/linux/ath79/dts/qca9557.dtsi +++ b/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>;