Skip to content

Commit ca743e8

Browse files
Marek Vasutgeertu
authored andcommitted
arm64: dts: renesas: rz-smarc-du-adv7513-smarc: Fix missing cells and reg in DU subnode
Add missing cells and reg DT property in the DU subnode to fix the following DTC W=1 warning: arch/arm64/boot/dts/renesas/rz-smarc-du-adv7513.dtsi:29.10-33.5: Warning (unit_address_vs_reg): /fragment@1/__overlay__/ports/port@0: 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-5-marek.vasut+renesas@mailbox.org Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent 25b113f commit ca743e8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

arch/arm64/boot/dts/renesas/rz-smarc-du-adv7513.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@
2626
status = "okay";
2727

2828
ports {
29+
#address-cells = <1>;
30+
#size-cells = <0>;
31+
2932
port@0 {
33+
reg = <0>;
34+
3035
du_out_rgb: endpoint {
3136
remote-endpoint = <&adv7513_in>;
3237
};

0 commit comments

Comments
 (0)