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 1
1
// SPDX-License-Identifier: GPL-2.0-only
2
2
// Definitions for IMX462 camera module on VC I2C bus
3
3
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.
7
5
8
6
/dts-v1/;
9
7
/plugin/;
17
15
// Fragment numbers deliberately high to avoid conflicts with the
18
16
// included imx290_327 overlay file.
19
17
20
- //IMX462 is not defined in the bindings, so use IMX290 for now.
21
-
22
18
fragment@101 {
23
19
target = <&cam_node>;
24
20
__overlay__ {
25
- compatible = "sony,imx290lqr ";
21
+ compatible = "sony,imx462lqr ";
26
22
};
27
23
};
28
24
29
25
fragment@102 {
30
26
target = <&cam_node>;
31
27
__dormant__ {
32
- compatible = "sony,imx290llr ";
28
+ compatible = "sony,imx462llr ";
33
29
};
34
30
};
35
31
You can’t perform that action at this time.
0 commit comments