lkml.org 
[lkml]   [2021]   [Oct]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.4 12/52] ARM: dts: qcom: apq8064: use compatible which contains chipid
    Date
    From: David Heidelberg <david@ixit.cz>

    commit f5c03f131dae3f06d08464e6157dd461200f78d9 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>
    ---
    arch/arm/boot/dts/qcom-apq8064.dtsi | 3 +--
    1 file changed, 1 insertion(+), 2 deletions(-)

    --- a/arch/arm/boot/dts/qcom-apq8064.dtsi
    +++ b/arch/arm/boot/dts/qcom-apq8064.dtsi
    @@ -1147,7 +1147,7 @@
    };

    gpu: adreno-3xx@4300000 {
    - compatible = "qcom,adreno-3xx";
    + compatible = "qcom,adreno-320.2", "qcom,adreno";
    reg = <0x04300000 0x20000>;
    reg-names = "kgsl_3d0_reg_memory";
    interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
    @@ -1162,7 +1162,6 @@
    <&mmcc GFX3D_AHB_CLK>,
    <&mmcc GFX3D_AXI_CLK>,
    <&mmcc MMSS_IMEM_AHB_CLK>;
    - qcom,chipid = <0x03020002>;

    iommus = <&gfx3d 0
    &gfx3d 1

    \
     
     \ /
      Last update: 2021-10-11 15:48    [W:4.226 / U:0.028 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site