Skip to content

Commit 4ac334d

Browse files
diederikdehaasmmind
authored andcommitted
arm64: dts: rockchip: Move mipi_out node on rk3399 haikou demo dtso
According to the DTS coding style [1] referenced nodes should be sorted alpha-numerically so move mipi_out to be after mipi_in_panel. [1] https://www.kernel.org/doc/html/latest/devicetree/bindings/dts-coding-style.html#order-of-nodes Signed-off-by: Diederik de Haas <[email protected]> Reviewed-by: Quentin Schulz <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent dfb549b commit 4ac334d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

arch/arm64/boot/dts/rockchip/rk3399-puma-haikou-video-demo.dtso

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,6 @@
124124
};
125125
};
126126

127-
&mipi_out {
128-
mipi_out_panel: endpoint {
129-
remote-endpoint = <&mipi_in_panel>;
130-
};
131-
};
132-
133127
&mipi_dsi {
134128
#address-cells = <1>;
135129
#size-cells = <0>;
@@ -151,6 +145,12 @@
151145
};
152146
};
153147

148+
&mipi_out {
149+
mipi_out_panel: endpoint {
150+
remote-endpoint = <&mipi_in_panel>;
151+
};
152+
};
153+
154154
&pinctrl {
155155
pca9670 {
156156
pca9670_resetn: pca9670-resetn {

0 commit comments

Comments
 (0)