Skip to content

Commit 741f99c

Browse files
Niklas Söderlundgeertu
authored andcommitted
arm64: dts: renesas: falcon-csi-dsi: Set bus-type for MAX96712
Specify the bus-type property for all three connected MAX96712. The default behavior when parsing a node without this property is to default to D-PHY. Making this explicit plays it safe and future proofs things as the default parsing comes from the V4L2 core and not the driver itself. Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20230331141431.3820311-1-niklas.soderlund+renesas@ragnatech.se Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent 166e023 commit 741f99c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

arch/arm64/boot/dts/renesas/r8a779a0-falcon-csi-dsi.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* Copyright (C) 2021 Glider bv
66
*/
77

8+
#include <dt-bindings/media/video-interfaces.h>
9+
810
&csi40 {
911
status = "okay";
1012

@@ -105,6 +107,7 @@
105107
port@4 {
106108
reg = <4>;
107109
max96712_out0: endpoint {
110+
bus-type = <MEDIA_BUS_TYPE_CSI2_DPHY>;
108111
clock-lanes = <0>;
109112
data-lanes = <1 2 3 4>;
110113
remote-endpoint = <&csi40_in>;
@@ -125,6 +128,7 @@
125128
port@4 {
126129
reg = <4>;
127130
max96712_out1: endpoint {
131+
bus-type = <MEDIA_BUS_TYPE_CSI2_DPHY>;
128132
clock-lanes = <0>;
129133
data-lanes = <1 2 3 4>;
130134
lane-polarities = <0 0 0 0 1>;
@@ -146,6 +150,7 @@
146150
port@4 {
147151
reg = <4>;
148152
max96712_out2: endpoint {
153+
bus-type = <MEDIA_BUS_TYPE_CSI2_DPHY>;
149154
clock-lanes = <0>;
150155
data-lanes = <1 2 3 4>;
151156
lane-polarities = <0 0 0 0 1>;

0 commit comments

Comments
 (0)