mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02:00
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 <didi.debian@cknow.org> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Link: https://lore.kernel.org/r/20250709132323.128757-8-didi.debian@cknow.org Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
dfb549bbca
commit
4ac334d40e
|
|
@ -124,12 +124,6 @@ pca9670: gpio@27 {
|
|||
};
|
||||
};
|
||||
|
||||
&mipi_out {
|
||||
mipi_out_panel: endpoint {
|
||||
remote-endpoint = <&mipi_in_panel>;
|
||||
};
|
||||
};
|
||||
|
||||
&mipi_dsi {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
|
@ -151,6 +145,12 @@ mipi_in_panel: endpoint {
|
|||
};
|
||||
};
|
||||
|
||||
&mipi_out {
|
||||
mipi_out_panel: endpoint {
|
||||
remote-endpoint = <&mipi_in_panel>;
|
||||
};
|
||||
};
|
||||
|
||||
&pinctrl {
|
||||
pca9670 {
|
||||
pca9670_resetn: pca9670-resetn {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user