Skip to content

Commit 408e177

Browse files
krzkandersson
authored andcommitted
arm64: dts: qcom: replace underscores in node names
Underscores should not be used in node names (dtc with W=2 warns about them), so replace them with hyphens. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Douglas Anderson <dianders@chromium.org> Link: https://lore.kernel.org/r/20240213145124.342514-1-krzysztof.kozlowski@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 2a478a5 commit 408e177

15 files changed

Lines changed: 31 additions & 31 deletions

arch/arm64/boot/dts/qcom/msm8939.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2472,7 +2472,7 @@
24722472
type = "passive";
24732473
};
24742474

2475-
gpu_crit: gpu_crit {
2475+
gpu_crit: gpu-crit {
24762476
temperature = <95000>;
24772477
hysteresis = <2000>;
24782478
type = "critical";

arch/arm64/boot/dts/qcom/msm8994-msft-lumia-octagon.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@
377377
&blsp2_i2c1 {
378378
status = "okay";
379379

380-
sideinteraction: ad7147_captouch@2c {
380+
sideinteraction: touch@2c {
381381
compatible = "ad,ad7147_captouch";
382382
reg = <0x2c>;
383383

arch/arm64/boot/dts/qcom/msm8994-sony-xperia-kitakami.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
pmsg-size = <0x80000>;
8080
};
8181

82-
fb_region: fb_region@40000000 {
82+
fb_region: fb@40000000 {
8383
reg = <0 0x40000000 0 0x1000000>;
8484
no-map;
8585
};

arch/arm64/boot/dts/qcom/msm8994.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
#size-cells = <2>;
234234
ranges;
235235

236-
dfps_data_mem: dfps_data_mem@3400000 {
236+
dfps_data_mem: dfps-data@3400000 {
237237
reg = <0 0x03400000 0 0x1000>;
238238
no-map;
239239
};
@@ -243,7 +243,7 @@
243243
no-map;
244244
};
245245

246-
smem_mem: smem_region@6a00000 {
246+
smem_mem: smem@6a00000 {
247247
reg = <0 0x06a00000 0 0x200000>;
248248
no-map;
249249
};

arch/arm64/boot/dts/qcom/msm8996.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -782,12 +782,12 @@
782782
#address-cells = <1>;
783783
#size-cells = <1>;
784784

785-
qusb2p_hstx_trim: hstx_trim@24e {
785+
qusb2p_hstx_trim: hstx-trim@24e {
786786
reg = <0x24e 0x2>;
787787
bits = <5 4>;
788788
};
789789

790-
qusb2s_hstx_trim: hstx_trim@24f {
790+
qusb2s_hstx_trim: hstx-trim@24f {
791791
reg = <0x24f 0x1>;
792792
bits = <1 4>;
793793
};

arch/arm64/boot/dts/qcom/qcm6490-idp.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
no-map;
116116
};
117117

118-
trusted_apps_mem: trusted_apps@c1800000 {
118+
trusted_apps_mem: trusted-apps@c1800000 {
119119
reg = <0x0 0xc1800000 0x0 0x1c00000>;
120120
no-map;
121121
};

arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
no-map;
111111
};
112112

113-
trusted_apps_mem: trusted_apps@c1800000 {
113+
trusted_apps_mem: trusted-apps@c1800000 {
114114
reg = <0x0 0xc1800000 0x0 0x1c00000>;
115115
no-map;
116116
};

arch/arm64/boot/dts/qcom/sc7180.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@
817817
bits = <1 3>;
818818
};
819819

820-
gpu_speed_bin: gpu_speed_bin@1d2 {
820+
gpu_speed_bin: gpu-speed-bin@1d2 {
821821
reg = <0x1d2 0x2>;
822822
bits = <5 8>;
823823
};

arch/arm64/boot/dts/qcom/sc7280.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@
996996
#address-cells = <1>;
997997
#size-cells = <1>;
998998

999-
gpu_speed_bin: gpu_speed_bin@1e9 {
999+
gpu_speed_bin: gpu-speed-bin@1e9 {
10001000
reg = <0x1e9 0x2>;
10011001
bits = <5 8>;
10021002
};

arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
};
6161

6262
reserved-memory {
63-
framebuffer_region@9d400000 {
63+
framebuffer@9d400000 {
6464
reg = <0x0 0x9d400000 0x0 (1080 * 2160 * 4)>;
6565
no-map;
6666
};

0 commit comments

Comments
 (0)