Skip to content

Commit

Permalink
dtoverlays: Switch imx462 overlay to use the new compatible
Browse files Browse the repository at this point in the history
Now that imx462 has a separate compatible string, make use of it.

Signed-off-by: Dave Stevenson <[email protected]>
  • Loading branch information
6by9 committed Nov 12, 2024
1 parent f2cf606 commit 4b2e42f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions arch/arm/boot/dts/overlays/imx462-overlay.dts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
// Definitions for IMX462 camera module on VC I2C bus

// IMX462 is the successor to IMX290. The drivers currently don't support
// any additional feature of IMX462, so use the IMX290 compatible strings
// for now.
// IMX462 is the successor to IMX290.

/dts-v1/;
/plugin/;
Expand All @@ -17,19 +15,17 @@
// Fragment numbers deliberately high to avoid conflicts with the
// included imx290_327 overlay file.

//IMX462 is not defined in the bindings, so use IMX290 for now.

fragment@101 {
target = <&cam_node>;
__overlay__ {
compatible = "sony,imx290lqr";
compatible = "sony,imx462lqr";
};
};

fragment@102 {
target = <&cam_node>;
__dormant__ {
compatible = "sony,imx290llr";
compatible = "sony,imx462llr";
};
};

Expand Down

0 comments on commit 4b2e42f

Please sign in to comment.