mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 03:53:37 +02:00
arm64: dts: renesas: white-hawk-csi-dsi: Use names for CSI-2 data line orders
The symbolic names for the line-orders are now available in <dt-bindings/media/video-interfaces.h>. Switch to them instead of using their numerical values. Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/20250205103311.668768-1-niklas.soderlund+renesas@ragnatech.se Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
parent
35a1c35e0a
commit
44a4951fff
|
|
@ -21,7 +21,9 @@ csi40_in: endpoint {
|
|||
bus-type = <MEDIA_BUS_TYPE_CSI2_CPHY>;
|
||||
clock-lanes = <0>;
|
||||
data-lanes = <1 2 3>;
|
||||
line-orders = <0 3 0>;
|
||||
line-orders = <MEDIA_BUS_CSI2_CPHY_LINE_ORDER_ABC
|
||||
MEDIA_BUS_CSI2_CPHY_LINE_ORDER_BCA
|
||||
MEDIA_BUS_CSI2_CPHY_LINE_ORDER_ABC>;
|
||||
remote-endpoint = <&max96712_out0>;
|
||||
};
|
||||
};
|
||||
|
|
@ -42,7 +44,9 @@ csi41_in: endpoint {
|
|||
bus-type = <MEDIA_BUS_TYPE_CSI2_CPHY>;
|
||||
clock-lanes = <0>;
|
||||
data-lanes = <1 2 3>;
|
||||
line-orders = <0 3 0>;
|
||||
line-orders = <MEDIA_BUS_CSI2_CPHY_LINE_ORDER_ABC
|
||||
MEDIA_BUS_CSI2_CPHY_LINE_ORDER_BCA
|
||||
MEDIA_BUS_CSI2_CPHY_LINE_ORDER_ABC>;
|
||||
remote-endpoint = <&max96712_out1>;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user