projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0bf8f4
)
ath79: fix pinmux reg size for QCA955x
author
Christian Lamparter
<
[email protected]
>
Mon, 24 Dec 2018 16:44:03 +0000
(17:44 +0100)
committer
Christian Lamparter
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Christian Lamparter <
[email protected]
>
target/linux/ath79/dts/qca9557.dtsi
patch
|
blob
|
history
diff --git
a/target/linux/ath79/dts/qca9557.dtsi
b/target/linux/ath79/dts/qca9557.dtsi
index 0357be9b5c6cbc4960b5baa829d089d976fec4e2..bfc2545b27adec32f0c89fccc16617c7531dab99 100644
(file)
--- 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 0x4
0
>;
+ reg = <0x1804002c 0x4
4
>;
#size-cells = <0>;