+ov5642: camera@3c
+ camera: ov5642@3c {
+ pwdn-gpios = <&gpio1 16 GPIO_ACTIVE_HIGH>; /* SD1_DAT0 */Comments about SD1_* pad names are redundant.
+ reset-gpios = <&gpio1 17 GPIO_ACTIVE_LOW>; /* SD1_DAT1 */
+ status = "disabled";Why is it disabled here?
+ov5640: camera@3c
+ mipi_camera: ov5640@3c {
+ pwdn-gpios = <&gpio1 19 GPIO_ACTIVE_HIGH>; /* SD1_DAT2 */Comments about SD1_* pad names are redundant.
+ reset-gpios = <&gpio1 20 GPIO_ACTIVE_LOW>; /* SD1_CLK */
+Please rename the node name to ipu1csi0grp.
+ pinctrl_ipu1_csi0: ipu1grp-csi0 {
Please add new pin control groups preserving the alphanimerical order.