[openwrt/openwrt] ramips: mt7621-dts: use standard 'syscon' string

LEDE Commits lede-commits at lists.infradead.org
Sat Nov 6 15:41:18 PDT 2021


chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/e04130fc17fcabd7d2fa224de612bce11ab227c8

commit e04130fc17fcabd7d2fa224de612bce11ab227c8
Author: Sergio Paracuellos <sergio.paracuellos at gmail.com>
AuthorDate: Wed May 5 15:21:54 2021 +0200

    ramips: mt7621-dts: use standard 'syscon' string
    
    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 <sergio.paracuellos at gmail.com>
    Link: https://lore.kernel.org/r/20210505132154.8263-3-sergio.paracuellos@gmail.com
    Signed-off-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
---
 target/linux/ramips/dts/mt7621.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/target/linux/ramips/dts/mt7621.dtsi b/target/linux/ramips/dts/mt7621.dtsi
index 4cb339bcae..bcbc8d5899 100644
--- 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 at 0 {
-			compatible = "mtk,mt7621-sysc";
+		sysc: syscon at 0 {
+			compatible = "mtk,mt7621-sysc", "syscon";
 			reg = <0x0 0x100>;
 		};
 
@@ -136,8 +136,8 @@
 			interrupts = <GIC_SHARED 5 IRQ_TYPE_LEVEL_HIGH>;
 		};
 
-		memc: memc at 5000 {
-			compatible = "mtk,mt7621-memc";
+		memc: syscon at 5000 {
+			compatible = "mtk,mt7621-memc", "syscon";
 			reg = <0x5000 0x1000>;
 		};
 



More information about the lede-commits mailing list