]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: drop underscore in node names
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 5 Sep 2024 15:46:55 +0000 (17:46 +0200)
committerBjorn Andersson <andersson@kernel.org>
Sun, 6 Oct 2024 03:18:59 +0000 (22:18 -0500)
Underscores should not be used in node names (dtc with W=2 warns about
them), so replace them with hyphens.

Functional impact checked with comparing before/after DTBs with dtx_diff
and fdtdump.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konradybcio@kernel.org>
Link: https://lore.kernel.org/r/20240905-dts-cleanup-v1-3-f4c5f7b2c8c2@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/qcs8550.dtsi
arch/arm64/boot/dts/qcom/sdm450-lenovo-tbx605f.dts
arch/arm64/boot/dts/qcom/sm8550-samsung-q5q.dts

index 07b314834d88f7b69e43f599e27ba5ac2eb83469..f0acdd0b1e9384e684a90f7f49cf63633cd70d53 100644 (file)
                        no-map;
                };
 
-               mpss_dsm_mem: mpss_dsm_region@d4d00000 {
+               mpss_dsm_mem: mpss-dsm-region@d4d00000 {
                        reg = <0x0 0xd4d00000 0x0 0x3300000>;
                        no-map;
                };
index 175befc02b22f5df895e95d828edac35fbaed963..c509bbfe5d3e88e82bb783693f7f625d91c16f77 100644 (file)
@@ -40,7 +40,7 @@
        };
 
        reserved-memory {
-               other_ext_region@0 {
+               other-ext-region@0 {
                        no-map;
                        reg = <0x00 0x84500000 0x00 0x2300000>;
                };
index 3d351e90bb398644379e3027e87430f6d35452e7..3c5d8d26704fd925857b5ddcc6067c2b14e1403d 100644 (file)
@@ -98,7 +98,7 @@
                 * The bootloader will only keep display hardware enabled
                 * if this memory region is named exactly 'splash_region'
                 */
-               splash_region@b8000000 {
+               splash-region@b8000000 {
                        reg = <0x0 0xb8000000 0x0 0x2b00000>;
                        no-map;
                };