]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: Use lowercase hex
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Tue, 23 Dec 2025 15:26:02 +0000 (16:26 +0100)
committerBjorn Andersson <andersson@kernel.org>
Sat, 3 Jan 2026 17:26:31 +0000 (11:26 -0600)
The DTS code coding style expects lowercase hex for values and unit
addresses.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Reviewed-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20251223152559.155703-6-krzysztof.kozlowski@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/hamoa.dtsi
arch/arm64/boot/dts/qcom/lemans.dtsi
arch/arm64/boot/dts/qcom/msm8992-lg-bullhead.dtsi
arch/arm64/boot/dts/qcom/msm8994-huawei-angler-rev-101.dts
arch/arm64/boot/dts/qcom/qdu1000.dtsi
arch/arm64/boot/dts/qcom/sc8280xp.dtsi
arch/arm64/boot/dts/qcom/sdm630.dtsi
arch/arm64/boot/dts/qcom/sm6115.dtsi
arch/arm64/boot/dts/qcom/sm6350-sony-xperia-lena-pdx213.dts
arch/arm64/boot/dts/qcom/sm8150.dtsi
arch/arm64/boot/dts/qcom/sm8750.dtsi

index 21ab6ef61520695d977f9d741ce633cf537171ac..f7d71793bc77b83ae13ccc2c4d523b4ddd8a62fd 100644 (file)
 
                mmss_noc: interconnect@1780000 {
                        compatible = "qcom,x1e80100-mmss-noc";
-                       reg = <0 0x01780000 0 0x5B800>;
+                       reg = <0 0x01780000 0 0x5b800>;
 
                        qcom,bcm-voters = <&apps_bcm_voter>;
 
 
                nsp_noc: interconnect@320c0000 {
                        compatible = "qcom,x1e80100-nsp-noc";
-                       reg = <0 0x320C0000 0 0xe080>;
+                       reg = <0 0x320c0000 0 0xe080>;
 
                        qcom,bcm-voters = <&apps_bcm_voter>;
 
 
                lpass_lpicx_noc: interconnect@7430000 {
                        compatible = "qcom,x1e80100-lpass-lpicx-noc";
-                       reg = <0 0x07430000 0 0x3A200>;
+                       reg = <0 0x07430000 0 0x3a200>;
 
                        qcom,bcm-voters = <&apps_bcm_voter>;
 
index a89ad87d998ac586d653d4c2073bc8fcbaaaf9de..148dc65ede3d024e84e555dff2b00afc655d2cf2 100644 (file)
 
                remoteproc_cdsp1: remoteproc@2a300000 {
                        compatible = "qcom,sa8775p-cdsp1-pas";
-                       reg = <0x0 0x2A300000 0x0 0x10000>;
+                       reg = <0x0 0x2a300000 0x0 0x10000>;
 
                        interrupts-extended = <&intc GIC_SPI 798 IRQ_TYPE_EDGE_RISING>,
                                              <&smp2p_cdsp1_in 0 IRQ_TYPE_EDGE_RISING>,
index b8f2a01bcb96c678aa1cd2917452e54b1ff0827e..1e718accf8f5c08a0fa0e7fd1eb2a822a12d373c 100644 (file)
@@ -24,7 +24,7 @@
        chassis-type = "handset";
 
        qcom,msm-id = <251 0>, <252 0>;
-       qcom,pmic-id = <0x10009 0x1000A 0x0 0x0>;
+       qcom,pmic-id = <0x10009 0x1000a 0x0 0x0>;
 
        /* Bullhead firmware doesn't support PSCI */
        /delete-node/ psci;
index 1aca11daf83c0018d3fe41a40240bc0e8f07b743..7775532f154e552fcfe5adf4b03deebad6815d8c 100644 (file)
@@ -16,7 +16,7 @@
        chassis-type = "handset";
        /* required for bootloader to select correct board */
        qcom,msm-id = <207 0x20000>;
-       qcom,pmic-id = <0x10009 0x1000A 0x0 0x0>;
+       qcom,pmic-id = <0x10009 0x1000a 0x0 0x0>;
        qcom,board-id = <8026 0>;
 
        aliases {
index 846e5e5899aa3797d030898f0ff7d373889e96ae..cdfe40da5d33329794d0813171e4d1e0313bd415 100644 (file)
 
                gem_noc: interconnect@19100000 {
                        compatible = "qcom,qdu1000-gem-noc";
-                       reg = <0x0 0x19100000 0x0 0xB8080>;
+                       reg = <0x0 0x19100000 0x0 0xb8080>;
                        qcom,bcm-voters = <&apps_bcm_voter>;
                        #interconnect-cells = <2>;
                };
index 5334adebf278248b68b92c1e8e754f680155dbb3..4b9cd9aea0be833e609417decc0656d8a418ac0f 100644 (file)
                        qcom,dout-ports = <5>;
 
                        qcom,ports-sinterval-low =      /bits/ 8 <0x03 0x1f 0x1f 0x07 0x00>;
-                       qcom,ports-offset1 =            /bits/ 8 <0x00 0x00 0x0B 0x01 0x00>;
-                       qcom,ports-offset2 =            /bits/ 8 <0x00 0x00 0x0B 0x00 0x00>;
+                       qcom,ports-offset1 =            /bits/ 8 <0x00 0x00 0x0b 0x01 0x00>;
+                       qcom,ports-offset2 =            /bits/ 8 <0x00 0x00 0x0b 0x00 0x00>;
                        qcom,ports-hstart =             /bits/ 8 <0xff 0x03 0x00 0xff 0xff>;
                        qcom,ports-hstop =              /bits/ 8 <0xff 0x06 0x0f 0xff 0xff>;
                        qcom,ports-word-length =        /bits/ 8 <0x01 0x07 0x04 0xff 0xff>;
index 8b1a45a4e56ed1ae02e5bb6e78ca6255d87add1c..90314cb4917784a6619c1cf5b14cc6db16e4fe1f 100644 (file)
                        pwr_cluster_sleep_0: cluster-sleep-0-0 {
                                compatible = "arm,idle-state";
                                idle-state-name = "pwr-cluster-dynamic-retention";
-                               arm,psci-suspend-param = <0x400000F2>;
+                               arm,psci-suspend-param = <0x400000f2>;
                                entry-latency-us = <284>;
                                exit-latency-us = <384>;
                                min-residency-us = <9987>;
                        pwr_cluster_sleep_1: cluster-sleep-0-1 {
                                compatible = "arm,idle-state";
                                idle-state-name = "pwr-cluster-retention";
-                               arm,psci-suspend-param = <0x400000F3>;
+                               arm,psci-suspend-param = <0x400000f3>;
                                entry-latency-us = <338>;
                                exit-latency-us = <423>;
                                min-residency-us = <9987>;
                        pwr_cluster_sleep_2: cluster-sleep-0-2 {
                                compatible = "arm,idle-state";
                                idle-state-name = "pwr-cluster-retention";
-                               arm,psci-suspend-param = <0x400000F4>;
+                               arm,psci-suspend-param = <0x400000f4>;
                                entry-latency-us = <515>;
                                exit-latency-us = <1821>;
                                min-residency-us = <9987>;
                        perf_cluster_sleep_0: cluster-sleep-1-0 {
                                compatible = "arm,idle-state";
                                idle-state-name = "perf-cluster-dynamic-retention";
-                               arm,psci-suspend-param = <0x400000F2>;
+                               arm,psci-suspend-param = <0x400000f2>;
                                entry-latency-us = <272>;
                                exit-latency-us = <329>;
                                min-residency-us = <9987>;
                        perf_cluster_sleep_1: cluster-sleep-1-1 {
                                compatible = "arm,idle-state";
                                idle-state-name = "perf-cluster-retention";
-                               arm,psci-suspend-param = <0x400000F3>;
+                               arm,psci-suspend-param = <0x400000f3>;
                                entry-latency-us = <332>;
                                exit-latency-us = <368>;
                                min-residency-us = <9987>;
                        perf_cluster_sleep_2: cluster-sleep-1-2 {
                                compatible = "arm,idle-state";
                                idle-state-name = "perf-cluster-retention";
-                               arm,psci-suspend-param = <0x400000F4>;
+                               arm,psci-suspend-param = <0x400000f4>;
                                entry-latency-us = <545>;
                                exit-latency-us = <1609>;
                                min-residency-us = <9987>;
index 5e2032c26ea388eadf4bf41535ff4b2ebf8e472d..88513b51387142a52e66ee2f7dc91c59214682bb 100644 (file)
                                 <&apps_smmu 0x94 0x11>,
                                 <&apps_smmu 0x96 0x11>,
                                 <&apps_smmu 0x98 0x1>,
-                                <&apps_smmu 0x9F 0>;
+                                <&apps_smmu 0x9f 0>;
                };
 
                crypto: crypto@1b3a000 {
                                 <&apps_smmu 0x94 0x11>,
                                 <&apps_smmu 0x96 0x11>,
                                 <&apps_smmu 0x98 0x1>,
-                                <&apps_smmu 0x9F 0>;
+                                <&apps_smmu 0x9f 0>;
                };
 
                usb_qmpphy: phy@1615000 {
index 8848043f95f29966127f4ed3d47e8216f4fa3183..6e2bbf4f060ac5845e45a9264952c3185cf3d00e 100644 (file)
@@ -14,7 +14,7 @@
        compatible = "sony,pdx213", "qcom,sm6350";
        chassis-type = "handset";
        qcom,msm-id = <434 0x10000>, <459 0x10000>;
-       qcom,board-id = <0x1000B 0>;
+       qcom,board-id = <0x1000b 0>;
 
        chosen {
                #address-cells = <2>;
index e3ec99972a28c8b044ef23cc2d39b3997b856071..d36a3d214db4c24f952acfdefafed425654bccda 100644 (file)
                        reg = <0x0 0x03100000 0x0 0x300000>,
                              <0x0 0x03500000 0x0 0x300000>,
                              <0x0 0x03900000 0x0 0x300000>,
-                             <0x0 0x03D00000 0x0 0x300000>;
+                             <0x0 0x03d00000 0x0 0x300000>;
                        reg-names = "west", "east", "north", "south";
                        interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
                        gpio-ranges = <&tlmm 0 0 176>;
index 3f0b57f428bbb388521c27d9ae96bbef3d62b2e2..c0734f6185e1ba7cc9af89cdeef9395fc583cfb8 100644 (file)
                              <0x0 0x40000f20 0x0 0xa8>,
                              <0x0 0x40001000 0x0 0x1000>,
                              <0x0 0x40100000 0x0 0x100000>,
-                             <0x0 0x01C03000 0x0 0x1000>;
+                             <0x0 0x01c03000 0x0 0x1000>;
                        reg-names = "parf",
                                    "dbi",
                                    "elbi",