diff options
| author | Diederik de Haas <didi.debian@cknow.org> | 2025-07-09 16:15:17 +0300 |
|---|---|---|
| committer | Heiko Stuebner <heiko@sntech.de> | 2025-07-15 21:19:23 +0300 |
| commit | 776d8e75d4a3a422a680648e30c5bfe607a99805 (patch) | |
| tree | ee81fa0991d56ef20f82c5ef3f8b83b24f8f8189 | |
| parent | d9c9115c6127636efbdc0fad8184bed1cd42fe3c (diff) | |
| download | linux-776d8e75d4a3a422a680648e30c5bfe607a99805.tar.xz | |
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 <didi.debian@cknow.org>
Link: https://lore.kernel.org/r/20250709132323.128757-5-didi.debian@cknow.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
| -rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3328.dtsi | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3328.dtsi b/arch/arm64/boot/dts/rockchip/rk3328.dtsi index 7d992c3c01ce..6438c969f9d7 100644 --- a/arch/arm64/boot/dts/rockchip/rk3328.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3328.dtsi @@ -731,11 +731,7 @@ status = "disabled"; vop_out: port { - #address-cells = <1>; - #size-cells = <0>; - - vop_out_hdmi: endpoint@0 { - reg = <0>; + vop_out_hdmi: endpoint { remote-endpoint = <&hdmi_in_vop>; }; }; |
