]> git.itanic.dy.fi Git - linux-stable/commitdiff
staging: mt7621-dts: change some node hex addresses to lower case
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Sun, 17 Oct 2021 07:06:56 +0000 (09:06 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Oct 2021 14:39:11 +0000 (16:39 +0200)
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@gmail.com>
Link: https://lore.kernel.org/r/20211017070656.12654-2-sergio.paracuellos@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-dts/mt7621.dtsi

index 719ef28171f4c4dbd4d6b18c0a111ee86a7631fa..509b4883f42cdb4f32069339cc86fa265a882634 100644 (file)
@@ -47,10 +47,10 @@ mmc_fixed_1v8_io: fixedregulator@1 {
                regulator-always-on;
        };
 
-       palmbus: palmbus@1E000000 {
+       palmbus: palmbus@1e000000 {
                compatible = "palmbus";
-               reg = <0x1E000000 0x100000>;
-               ranges = <0x0 0x1E000000 0x0FFFFF>;
+               reg = <0x1e000000 0x100000>;
+               ranges = <0x0 0x1e000000 0x0fffff>;
 
                #address-cells = <1>;
                #size-cells = <1>;
@@ -291,11 +291,11 @@ rstctrl: rstctrl {
                #reset-cells = <1>;
        };
 
-       sdhci: sdhci@1E130000 {
+       sdhci: sdhci@1e130000 {
                status = "disabled";
 
                compatible = "mediatek,mt7620-mmc";
-               reg = <0x1E130000 0x4000>;
+               reg = <0x1e130000 0x4000>;
 
                bus-width = <4>;
                max-frequency = <48000000>;
@@ -317,7 +317,7 @@ sdhci: sdhci@1E130000 {
                interrupts = <GIC_SHARED 20 IRQ_TYPE_LEVEL_HIGH>;
        };
 
-       xhci: xhci@1E1C0000 {
+       xhci: xhci@1e1c0000 {
                status = "okay";
 
                compatible = "mediatek,mt8173-xhci";