]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: renesas: salvator-panel: Fix missing cells and reg in DTO
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 26 Mar 2026 04:23:59 +0000 (05:23 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 27 Apr 2026 09:14:30 +0000 (11:14 +0200)
Add missing cells and reg DT property in the Salvator-X panel DTO to fix
the following DTC W=1 warning:

    arch/arm64/boot/dts/renesas/salvator-panel-aa104xd12.dtso:30.10-34.5: Warning (unit_address_vs_reg): /fragment@2/__overlay__/ports/port@1: node has a unit name, but no reg or ranges property

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://patch.msgid.link/20260326042411.215241-3-marek.vasut+renesas@mailbox.org
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/salvator-panel-aa104xd12.dtso

index c83a30adc6adf3b964b3994d51730b4b4ac8a526..7807c3f80409a99e8840e5566699ff805278ece5 100644 (file)
        status = "okay";
 
        ports {
+               #address-cells = <1>;
+               #size-cells = <0>;
+
                port@1 {
+                       reg = <1>;
+
                        lvds0_out: endpoint {
                                remote-endpoint = <&panel_in>;
                        };