[openwrt/openwrt] ramips: mt7621-dts: change some node hex addresses to lower case

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


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

commit 9b52b4e53f980eabdfdaaf80d4ba6255a563e260
Author: Sergio Paracuellos <sergio.paracuellos at gmail.com>
AuthorDate: Sun Oct 17 09:06:56 2021 +0200

    ramips: mt7621-dts: change some node hex addresses to lower case
    
    Hexadecimal addresses in device tree must be defined using lower case.
    There are some of them that are still in upper case. Change them all.
    
    Signed-off-by: Sergio Paracuellos <sergio.paracuellos at gmail.com>
    Link: https://lore.kernel.org/r/20211017070656.12654-2-sergio.paracuellos@gmail.com
    Signed-off-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
---
 target/linux/ramips/dts/mt7621.dtsi | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/target/linux/ramips/dts/mt7621.dtsi b/target/linux/ramips/dts/mt7621.dtsi
index f4386a8cf8..0860b07029 100644
--- a/target/linux/ramips/dts/mt7621.dtsi
+++ b/target/linux/ramips/dts/mt7621.dtsi
@@ -56,10 +56,10 @@
 		clock-frequency = <50000000>;
 	};
 
-	palmbus: palmbus at 1E000000 {
+	palmbus: palmbus at 1e000000 {
 		compatible = "palmbus";
-		reg = <0x1E000000 0x100000>;
-		ranges = <0x0 0x1E000000 0x0FFFFF>;
+		reg = <0x1e000000 0x100000>;
+		ranges = <0x0 0x1e000000 0x0fffff>;
 
 		#address-cells = <1>;
 		#size-cells = <1>;
@@ -355,11 +355,11 @@
 		#clock-cells = <1>;
 	};
 
-	sdhci: sdhci at 1E130000 {
+	sdhci: sdhci at 1e130000 {
 		status = "disabled";
 
 		compatible = "ralink,mt7620-sdhci";
-		reg = <0x1E130000 0x4000>;
+		reg = <0x1e130000 0x4000>;
 
 		interrupt-parent = <&gic>;
 		interrupts = <GIC_SHARED 20 IRQ_TYPE_LEVEL_HIGH>;
@@ -368,7 +368,7 @@
 		pinctrl-0 = <&sdhci_pins>;
 	};
 
-	xhci: xhci at 1E1C0000 {
+	xhci: xhci at 1e1c0000 {
 		#address-cells = <1>;
 		#size-cells = <0>;
 



More information about the lede-commits mailing list