File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
arch/arm/boot/dts/overlays Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: GPL-2.0-only
22// Definitions for IMX462 camera module on VC I2C bus
33
4- // IMX462 is the successor to IMX290. The drivers currently don't support
5- // any additional feature of IMX462, so use the IMX290 compatible strings
6- // for now.
4+ // IMX462 is the successor to IMX290.
75
86/dts-v1/;
97/plugin/;
1715 // Fragment numbers deliberately high to avoid conflicts with the
1816 // included imx290_327 overlay file.
1917
20- //IMX462 is not defined in the bindings, so use IMX290 for now.
21-
2218 fragment@101 {
2319 target = <&cam_node>;
2420 __overlay__ {
25- compatible = "sony,imx290lqr ";
21+ compatible = "sony,imx462lqr ";
2622 };
2723 };
2824
2925 fragment@102 {
3026 target = <&cam_node>;
3127 __dormant__ {
32- compatible = "sony,imx290llr ";
28+ compatible = "sony,imx462llr ";
3329 };
3430 };
3531
You can’t perform that action at this time.
0 commit comments