arm64: dts: qcom: Use hyphen in node names

DTS coding style prefers hyphens instead of underscores in the node
names.  Change should be safe, because node names are not considered an
ABI.

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-5-krzysztof.kozlowski@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
Krzysztof Kozlowski
2025-12-23 16:26:01 +01:00
committed by Bjorn Andersson
parent 70101cb09c
commit 3d9bebf804
2 changed files with 2 additions and 2 deletions

View File

@@ -929,7 +929,7 @@ qfprom: efuse@784000 {
#address-cells = <1>;
#size-cells = <1>;
gpu_speed_bin: gpu_speed_bin@240c {
gpu_speed_bin: gpu-speed-bin@240c {
reg = <0x240c 0x1>;
bits = <0 8>;
};

View File

@@ -634,7 +634,7 @@ qfprom: qfprom@784000 {
#address-cells = <1>;
#size-cells = <1>;
gpu_speed_bin: gpu_speed_bin@1a2 {
gpu_speed_bin: gpu-speed-bin@1a2 {
reg = <0x1a2 0x2>;
bits = <5 8>;
};