Skip to content

Commit 4ddc134

Browse files
krzkmmind
authored andcommitted
arm64: dts: rockchip: drop panel port unit address in GRU Scarlet
Panel port does not have "reg", thus it should not have unit address, as reported by dtc W=1 warning: rk3399-gru-scarlet.dtsi:666.32-668.7: Warning (unit_address_vs_reg): /dsi@ff960000/panel@0/ports/port@1/endpoint@1: node has a unit name, but no reg or ranges property Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20240401140939.97808-1-krzk@kernel.org Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 43853e8 commit 4ddc134

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/rockchip/rk3399-gru-scarlet.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ camera: &i2c7 {
663663
port@1 {
664664
reg = <1>;
665665

666-
mipi1_in_panel: endpoint@1 {
666+
mipi1_in_panel: endpoint {
667667
remote-endpoint = <&mipi1_out_panel>;
668668
};
669669
};

0 commit comments

Comments
 (0)