Skip to content

Commit 776d8e7

Browse files
diederikdehaasmmind
authored andcommitted
arm64: dts: rockchip: Simplify VOP port definition on rk3328
When there's only 1 endpoint, there is no need for a unit-address and removing that allows removing of related properties as well. This fixes the following DTB validation warnings: graph node has single child node 'endpoint@0', #address-cells/#size-cells are not necessary Signed-off-by: Diederik de Haas <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent d9c9115 commit 776d8e7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

arch/arm64/boot/dts/rockchip/rk3328.dtsi

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -731,11 +731,7 @@
731731
status = "disabled";
732732

733733
vop_out: port {
734-
#address-cells = <1>;
735-
#size-cells = <0>;
736-
737-
vop_out_hdmi: endpoint@0 {
738-
reg = <0>;
734+
vop_out_hdmi: endpoint {
739735
remote-endpoint = <&hdmi_in_vop>;
740736
};
741737
};

0 commit comments

Comments
 (0)