Skip to content

Commit e150118

Browse files
authored
Merge pull request #296 from Radxa-Alvin/main
radxa cm5 io: modify camera config for dual cameras
2 parents 978a5c5 + 4d05d43 commit e150118

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

arch/arm64/boot/dts/rockchip/overlays/radxa-cm5-io-okdo-5mp.dts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137

138138
port {
139139
mipi_lvds2_sditf: endpoint {
140-
remote-endpoint = <&isp0_vir0>;
140+
remote-endpoint = <&isp1_vir0>;
141141
};
142142
};
143143
};
@@ -146,22 +146,22 @@
146146
status = "okay";
147147
};
148148

149-
&isp0_mmu {
149+
&isp1_mmu {
150150
status = "okay";
151151
};
152152

153-
&rkisp0 {
153+
&rkisp1 {
154154
status = "okay";
155155
};
156156

157-
&rkisp0_vir0 {
157+
&rkisp1_vir0 {
158158
status = "okay";
159159

160160
port {
161161
#address-cells = <1>;
162162
#size-cells = <0>;
163163

164-
isp0_vir0: endpoint@0 {
164+
isp1_vir0: endpoint@0 {
165165
reg = <0>;
166166
remote-endpoint = <&mipi_lvds2_sditf>;
167167
};

arch/arm64/boot/dts/rockchip/overlays/radxa-cm5-io-radxa-camera-8m.dts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
status = "okay";
141141
port {
142142
mipi_lvds2_sditf: endpoint {
143-
remote-endpoint = <&isp0_vir0>;
143+
remote-endpoint = <&isp1_vir0>;
144144
};
145145
};
146146
};
@@ -149,20 +149,20 @@
149149
status = "okay";
150150
};
151151

152-
&isp0_mmu {
152+
&isp1_mmu {
153153
status = "okay";
154154
};
155155

156-
&rkisp0 {
156+
&rkisp1 {
157157
status = "okay";
158158
};
159159

160-
&rkisp0_vir0 {
160+
&rkisp1_vir0 {
161161
status = "okay";
162162
port {
163163
#address-cells = <1>;
164164
#size-cells = <0>;
165-
isp0_vir0: endpoint@0 {
165+
isp1_vir0: endpoint@0 {
166166
reg = <0>;
167167
remote-endpoint = <&mipi_lvds2_sditf>;
168168
};

0 commit comments

Comments
 (0)