diff --git a/arch/arm/boot/dts/overlays/imx462-overlay.dts b/arch/arm/boot/dts/overlays/imx462-overlay.dts index c4d7aabe2efed..6e4c5aaddff5e 100644 --- a/arch/arm/boot/dts/overlays/imx462-overlay.dts +++ b/arch/arm/boot/dts/overlays/imx462-overlay.dts @@ -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/; @@ -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"; }; };