mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-21 14:13:07 +00:00
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 <musashino.open@gmail.com> Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
parent
d0bf8f4fd6
commit
87c5fd348d
@ -95,7 +95,7 @@
|
|||||||
pinmux: pinmux@1804002c {
|
pinmux: pinmux@1804002c {
|
||||||
compatible = "pinctrl-single";
|
compatible = "pinctrl-single";
|
||||||
|
|
||||||
reg = <0x1804002c 0x40>;
|
reg = <0x1804002c 0x44>;
|
||||||
|
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user