aboutsummaryrefslogtreecommitdiff
path: root/arch/mips
diff options
context:
space:
mode:
authorGravatar Justin Swartz <justin.swartz@risingedge.co.za> 2024-03-16 06:54:32 +0200
committerGravatar Thomas Bogendoerfer <tsbogend@alpha.franken.de> 2024-04-15 10:23:36 +0200
commit9938cd312b8f1922b76e9d48a13425d56b597580 (patch)
tree8e16ff036dd8376ed791b560b8cfa961e098faea /arch/mips
parentmips: dts: ralink: mt7621: reorder mmc regulator attributes (diff)
downloadlinux-9938cd312b8f1922b76e9d48a13425d56b597580.tar.gz
linux-9938cd312b8f1922b76e9d48a13425d56b597580.tar.bz2
linux-9938cd312b8f1922b76e9d48a13425d56b597580.zip
mips: dts: ralink: mt7621: reorder sysc node attributes
Reorder the attributes of the sysc node so that the ralink prefixed attribute is placed after those which lack prefixes. Signed-off-by: Justin Swartz <justin.swartz@risingedge.co.za> Reviewed-by: Arınç ÜNAL <arinc.unal@arinc9.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Reviewed-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/boot/dts/ralink/mt7621.dtsi5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/mips/boot/dts/ralink/mt7621.dtsi b/arch/mips/boot/dts/ralink/mt7621.dtsi
index 696460b2dca7..d1d4399d730c 100644
--- a/arch/mips/boot/dts/ralink/mt7621.dtsi
+++ b/arch/mips/boot/dts/ralink/mt7621.dtsi
@@ -68,12 +68,15 @@
sysc: syscon@0 {
compatible = "mediatek,mt7621-sysc", "syscon";
reg = <0x0 0x100>;
+
#clock-cells = <1>;
#reset-cells = <1>;
- ralink,memctl = <&memc>;
+
clock-output-names = "xtal", "cpu", "bus",
"50m", "125m", "150m",
"250m", "270m";
+
+ ralink,memctl = <&memc>;
};
wdt: watchdog@100 {