lkml.org 
[lkml]   [2022]   [Aug]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.4 060/389] ARM: dts: imx6ul: fix csi node compatible
    Date
    From: Alexander Stein <alexander.stein@ew.tq-group.com>

    [ Upstream commit e0aca931a2c7c29c88ebf37f9c3cd045e083483d ]

    "fsl,imx6ul-csi" was never listed as compatible to "fsl,imx7-csi", neither
    in yaml bindings, nor previous txt binding. Remove the imx7 part. Fixes
    the dt schema check warning:
    csi@21c4000: compatible: 'oneOf' conditional failed, one must be fixed:
    ['fsl,imx6ul-csi', 'fsl,imx7-csi'] is too long
    Additional items are not allowed ('fsl,imx7-csi' was unexpected)
    'fsl,imx8mm-csi' was expected

    Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
    Signed-off-by: Shawn Guo <shawnguo@kernel.org>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    arch/arm/boot/dts/imx6ul.dtsi | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi
    index baf4a41a9aa9..3fd02e10170a 100644
    --- a/arch/arm/boot/dts/imx6ul.dtsi
    +++ b/arch/arm/boot/dts/imx6ul.dtsi
    @@ -967,7 +967,7 @@ cpu_speed_grade: speed-grade@10 {
    };

    csi: csi@21c4000 {
    - compatible = "fsl,imx6ul-csi", "fsl,imx7-csi";
    + compatible = "fsl,imx6ul-csi";
    reg = <0x021c4000 0x4000>;
    interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
    clocks = <&clks IMX6UL_CLK_CSI>;
    --
    2.35.1


    \
     
     \ /
      Last update: 2022-08-23 13:14    [W:2.746 / U:0.280 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site