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:
Niklas Söderlund 2025-02-05 11:33:11 +01:00 committed by Geert Uytterhoeven
parent 35a1c35e0a
commit 44a4951fff

View file

@ -21,7 +21,9 @@
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 @@
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>;
};
};