arm64: dts: debix-a: Disable i2c2 in base .dts
authorJacopo Mondi <jacopo@jmondi.org>
Thu, 4 Apr 2024 00:20:09 +0000 (03:20 +0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 22 Apr 2024 04:03:18 +0000 (12:03 +0800)
The I2C2 bus is used for the CSI and DSI connectors only, no devices are
connected to it on neither the Debix Model A nor its IO board. Disable
the bus in the board's .dts and remove its clock frequency settings, as
the value depends solely on the devices conncted to the CSI and DSI
connectors. Display panel or camera sensor overlays will configure and
enable the bus when necessary.

Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Marco Felsch <m.felsch@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts

index 2c19766ebf093fde85912660e1a4145812e4ab82..9b8f97a84e6197a93c5011a47f94e5e914d04479 100644 (file)
 };
 
 &i2c2 {
-       clock-frequency = <100000>;
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_i2c2>;
-       status = "okay";
 };
 
 &i2c3 {