ARM: dts: qcom: use generic node names for Adreno and QFPROM

Use recommended generic node names for the Adreno GPU and QFPROM fused
values device nodes.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240623120707.45764-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
Krzysztof Kozlowski
2024-06-23 14:07:07 +02:00
committed by Bjorn Andersson
parent 5756101bab
commit 81fc54e62b
5 changed files with 8 additions and 8 deletions

View File

@@ -666,7 +666,7 @@ ssbi: ssbi@500000 {
qcom,controller-type = "pmic-arbiter";
};
qfprom: qfprom@700000 {
qfprom: efuse@700000 {
compatible = "qcom,apq8064-qfprom", "qcom,qfprom";
reg = <0x00700000 0x1000>;
#address-cells = <1>;
@@ -992,7 +992,7 @@ tcsr: syscon@1a400000 {
reg = <0x1a400000 0x100>;
};
gpu: adreno-3xx@4300000 {
gpu: gpu@4300000 {
compatible = "qcom,adreno-320.2", "qcom,adreno";
reg = <0x04300000 0x20000>;
reg-names = "kgsl_3d0_reg_memory";

View File

@@ -245,7 +245,7 @@ sram@fc190000 {
reg = <0xfc190000 0x10000>;
};
qfprom: qfprom@fc4bc000 {
qfprom: efuse@fc4bc000 {
compatible = "qcom,apq8084-qfprom", "qcom,qfprom";
reg = <0xfc4bc000 0x1000>;
#address-cells = <1>;

View File

@@ -372,7 +372,7 @@ ssbi@500000 {
qcom,controller-type = "pmic-arbiter";
};
qfprom: qfprom@700000 {
qfprom: efuse@700000 {
compatible = "qcom,ipq8064-qfprom", "qcom,qfprom";
reg = <0x00700000 0x1000>;
#address-cells = <1>;

View File

@@ -635,7 +635,7 @@ restart@fc4ab000 {
reg = <0xfc4ab000 0x4>;
};
qfprom: qfprom@fc4bc000 {
qfprom: efuse@fc4bc000 {
compatible = "qcom,msm8226-qfprom", "qcom,qfprom";
reg = <0xfc4bc000 0x1000>;
#address-cells = <1>;
@@ -1046,7 +1046,7 @@ cci_i2c0: i2c-bus@0 {
};
};
gpu: adreno@fdb00000 {
gpu: gpu@fdb00000 {
compatible = "qcom,adreno-305.18", "qcom,adreno";
reg = <0xfdb00000 0x10000>;
reg-names = "kgsl_3d0_reg_memory";

View File

@@ -1235,7 +1235,7 @@ restart@fc4ab000 {
reg = <0xfc4ab000 0x4>;
};
qfprom: qfprom@fc4bc000 {
qfprom: efuse@fc4bc000 {
compatible = "qcom,msm8974-qfprom", "qcom,qfprom";
reg = <0xfc4bc000 0x2100>;
#address-cells = <1>;
@@ -2131,7 +2131,7 @@ cci_i2c1: i2c-bus@1 {
};
};
gpu: adreno@fdb00000 {
gpu: gpu@fdb00000 {
compatible = "qcom,adreno-330.1", "qcom,adreno";
reg = <0xfdb00000 0x10000>;
reg-names = "kgsl_3d0_reg_memory";