]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: renesas: gose: Remove superfluous port property
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Mon, 29 Sep 2025 09:36:02 +0000 (11:36 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 28 Oct 2025 08:23:45 +0000 (09:23 +0100)
'bus-width' is defined for the corresponding vin input port already.
No need to declare it in the output port again. Fixes:

    arch/arm/boot/dts/renesas/r8a7793-gose.dtb: composite-in@20 (adi,adv7180cp): ports:port@3:endpoint: Unevaluated properties are not allowed ('bus-width' was unexpected)
    from schema $id: http://devicetree.org/schemas/media/i2c/adi,adv7180.yaml#

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://patch.msgid.link/20250929093616.17679-2-wsa+renesas@sang-engineering.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm/boot/dts/renesas/r8a7793-gose.dts

index 45b267ec267943759d1deccac97c29b9b4b51acf..5c6928c941aca938787d9f732e1abe4737064462 100644 (file)
                                port@3 {
                                        reg = <3>;
                                        adv7180_out: endpoint {
-                                               bus-width = <8>;
                                                remote-endpoint = <&vin1ep>;
                                        };
                                };