Skip to content

Commit cda5d76

Browse files
okiasgregkh
authored andcommitted
ARM: dts: qcom: apq8064: use compatible which contains chipid
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>
1 parent d8c3ea1 commit cda5d76

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@
11821182
};
11831183

11841184
gpu: adreno-3xx@4300000 {
1185-
compatible = "qcom,adreno-3xx";
1185+
compatible = "qcom,adreno-320.2", "qcom,adreno";
11861186
reg = <0x04300000 0x20000>;
11871187
reg-names = "kgsl_3d0_reg_memory";
11881188
interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
@@ -1197,7 +1197,6 @@
11971197
<&mmcc GFX3D_AHB_CLK>,
11981198
<&mmcc GFX3D_AXI_CLK>,
11991199
<&mmcc MMSS_IMEM_AHB_CLK>;
1200-
qcom,chipid = <0x03020002>;
12011200

12021201
iommus = <&gfx3d 0
12031202
&gfx3d 1

0 commit comments

Comments
 (0)