projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1d154e
)
ramips: mt7621-dts: use standard 'syscon' string
author
Sergio Paracuellos
<
[email protected]
>
Wed, 5 May 2021 13:21:54 +0000
(15:21 +0200)
committer
Christian Lamparter
<
[email protected]
>
Sat, 6 Nov 2021 22:36:32 +0000
(23:36 +0100)
Both 'memc' and 'sysc' nodes are not using 'syscon'
as a node string which is the standard one to be used.
Update both of them.
Signed-off-by: Sergio Paracuellos <
[email protected]
>
Link:
https://lore.kernel.org/r/
[email protected]
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
target/linux/ramips/dts/mt7621.dtsi
patch
|
blob
|
history
diff --git
a/target/linux/ramips/dts/mt7621.dtsi
b/target/linux/ramips/dts/mt7621.dtsi
index 4cb339bcae63939f4b7662b2b78a672831e92c5b..bcbc8d58999ac911b8bc996bb77f4d46d0ff3122 100644
(file)
--- a/
target/linux/ramips/dts/mt7621.dtsi
+++ b/
target/linux/ramips/dts/mt7621.dtsi
@@
-64,8
+64,8
@@
#address-cells = <1>;
#size-cells = <1>;
- sysc: sysc@0 {
- compatible = "mtk,mt7621-sysc";
+ sysc: sysc
on
@0 {
+ compatible = "mtk,mt7621-sysc"
, "syscon"
;
reg = <0x0 0x100>;
};
@@
-136,8
+136,8
@@
interrupts = <GIC_SHARED 5 IRQ_TYPE_LEVEL_HIGH>;
};
- memc:
memc
@5000 {
- compatible = "mtk,mt7621-memc";
+ memc:
syscon
@5000 {
+ compatible = "mtk,mt7621-memc"
, "syscon"
;
reg = <0x5000 0x1000>;
};