Skip to content

Commit 796aca0

Browse files
okiasksacilotto
authored andcommitted
ARM: dts: qcom: apq8064: use compatible which contains chipid
BugLink: https://bugs.launchpad.net/bugs/1951643 commit f5c03f1 upstream. Also resolves these kernel warnings for APQ8064: adreno 4300000.adreno-3xx: Using legacy qcom,chipid binding! adreno 4300000.adreno-3xx: Use compatible qcom,adreno-320.2 instead. Tested on Nexus 7 2013, no functional changes. Cc: <stable@vger.kernel.org> Signed-off-by: David Heidelberg <david@ixit.cz> Link: https://lore.kernel.org/r/20210818065317.19822-1-david@ixit.cz Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Kamal Mostafa <kamal@canonical.com> Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
1 parent f116e55 commit 796aca0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,7 @@
11481148
};
11491149

11501150
gpu: adreno-3xx@4300000 {
1151-
compatible = "qcom,adreno-3xx";
1151+
compatible = "qcom,adreno-320.2", "qcom,adreno";
11521152
reg = <0x04300000 0x20000>;
11531153
reg-names = "kgsl_3d0_reg_memory";
11541154
interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
@@ -1163,7 +1163,6 @@
11631163
<&mmcc GFX3D_AHB_CLK>,
11641164
<&mmcc GFX3D_AXI_CLK>,
11651165
<&mmcc MMSS_IMEM_AHB_CLK>;
1166-
qcom,chipid = <0x03020002>;
11671166

11681167
iommus = <&gfx3d 0
11691168
&gfx3d 1

0 commit comments

Comments
 (0)