]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Dec 2025 12:54:49 +0000 (13:54 +0100)
[ Upstream commit 00df14f34615630f92f97c9d6790bd9d25c4242d ]

'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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/renesas/r8a7793-gose.dts

index 1ea6c757893bc0bf5ae4d7c6a6c91854939f9b3f..1a4e44c3c5af6040e5a6bc546a089950a0a9ef76 100644 (file)
                                port@3 {
                                        reg = <3>;
                                        adv7180_out: endpoint {
-                                               bus-width = <8>;
                                                remote-endpoint = <&vin1ep>;
                                        };
                                };