projects
/
openwrt
/
staging
/
luka.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fceef28
)
ath79: fix QCA953x DDR and GPIO compatible bindings
author
David Bauer
<
[email protected]
>
Sun, 19 Apr 2020 16:28:09 +0000
(18:28 +0200)
committer
David Bauer
<
[email protected]
>
Fri, 24 Apr 2020 18:03:18 +0000
(20:03 +0200)
The memory as well as GPIO controller had the wrong SoC name used for
their compatible binding.
Signed-off-by: David Bauer <
[email protected]
>
target/linux/ath79/dts/qca953x.dtsi
patch
|
blob
|
history
diff --git
a/target/linux/ath79/dts/qca953x.dtsi
b/target/linux/ath79/dts/qca953x.dtsi
index f7e0703e4eef74bd2f9f848d3cbba9aeedbaff10..af85e8482ac1d1c0a1447cc9fcada0bbbdc3044c 100644
(file)
--- a/
target/linux/ath79/dts/qca953x.dtsi
+++ b/
target/linux/ath79/dts/qca953x.dtsi
@@
-34,7
+34,7
@@
ahb {
apb {
ddr_ctrl: memory-controller@18000000 {
- compatible = "qca,
ar
9530-ddr-controller",
+ compatible = "qca,
qca
9530-ddr-controller",
"qca,ar7240-ddr-controller";
reg = <0x18000000 0x128>;
@@
-69,7
+69,7
@@
};
gpio: gpio@18040000 {
- compatible = "qca,
ar
9530-gpio",
+ compatible = "qca,
qca
9530-gpio",
"qca,ar9340-gpio";
reg = <0x18040000 0x28>;