Skip to content

Commit b4d81db

Browse files
6by9pelwell
authored andcommitted
dtoverlays: Switch imx462 overlay to use the new compatible
Now that imx462 has a separate compatible string, make use of it. Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
1 parent 70ea1a4 commit b4d81db

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

arch/arm/boot/dts/overlays/imx462-overlay.dts

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
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/;
@@ -17,19 +15,17 @@
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

0 commit comments

Comments
 (0)