Skip to content

Commit 81fc54e

Browse files
krzkandersson
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 5756101 commit 81fc54e

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

arch/arm/boot/dts/qcom/qcom-apq8064.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@
666666
qcom,controller-type = "pmic-arbiter";
667667
};
668668

669-
qfprom: qfprom@700000 {
669+
qfprom: efuse@700000 {
670670
compatible = "qcom,apq8064-qfprom", "qcom,qfprom";
671671
reg = <0x00700000 0x1000>;
672672
#address-cells = <1>;
@@ -992,7 +992,7 @@
992992
reg = <0x1a400000 0x100>;
993993
};
994994

995-
gpu: adreno-3xx@4300000 {
995+
gpu: gpu@4300000 {
996996
compatible = "qcom,adreno-320.2", "qcom,adreno";
997997
reg = <0x04300000 0x20000>;
998998
reg-names = "kgsl_3d0_reg_memory";

arch/arm/boot/dts/qcom/qcom-apq8084.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
reg = <0xfc190000 0x10000>;
246246
};
247247

248-
qfprom: qfprom@fc4bc000 {
248+
qfprom: efuse@fc4bc000 {
249249
compatible = "qcom,apq8084-qfprom", "qcom,qfprom";
250250
reg = <0xfc4bc000 0x1000>;
251251
#address-cells = <1>;

arch/arm/boot/dts/qcom/qcom-ipq8064.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
qcom,controller-type = "pmic-arbiter";
373373
};
374374

375-
qfprom: qfprom@700000 {
375+
qfprom: efuse@700000 {
376376
compatible = "qcom,ipq8064-qfprom", "qcom,qfprom";
377377
reg = <0x00700000 0x1000>;
378378
#address-cells = <1>;

arch/arm/boot/dts/qcom/qcom-msm8226.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@
635635
reg = <0xfc4ab000 0x4>;
636636
};
637637

638-
qfprom: qfprom@fc4bc000 {
638+
qfprom: efuse@fc4bc000 {
639639
compatible = "qcom,msm8226-qfprom", "qcom,qfprom";
640640
reg = <0xfc4bc000 0x1000>;
641641
#address-cells = <1>;
@@ -1046,7 +1046,7 @@
10461046
};
10471047
};
10481048

1049-
gpu: adreno@fdb00000 {
1049+
gpu: gpu@fdb00000 {
10501050
compatible = "qcom,adreno-305.18", "qcom,adreno";
10511051
reg = <0xfdb00000 0x10000>;
10521052
reg-names = "kgsl_3d0_reg_memory";

arch/arm/boot/dts/qcom/qcom-msm8974.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@
12351235
reg = <0xfc4ab000 0x4>;
12361236
};
12371237

1238-
qfprom: qfprom@fc4bc000 {
1238+
qfprom: efuse@fc4bc000 {
12391239
compatible = "qcom,msm8974-qfprom", "qcom,qfprom";
12401240
reg = <0xfc4bc000 0x2100>;
12411241
#address-cells = <1>;
@@ -2131,7 +2131,7 @@
21312131
};
21322132
};
21332133

2134-
gpu: adreno@fdb00000 {
2134+
gpu: gpu@fdb00000 {
21352135
compatible = "qcom,adreno-330.1", "qcom,adreno";
21362136
reg = <0xfdb00000 0x10000>;
21372137
reg-names = "kgsl_3d0_reg_memory";

0 commit comments

Comments
 (0)