mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00: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
1 changed files with 6 additions and 2 deletions
|
@ -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>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue