From 7cee1e0c8b03671631d692bbc632a5880f6cb35b Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Thu, 26 Nov 2020 18:18:02 +0200 Subject: overlays: apalis-imx6: adv7280 cam reworked As it's decided, move all definitions back to the main devicetree. Related-to: ELB-3240 Signed-off-by: Oleksandr Suvorov --- overlays/apalis-imx6_adv7280_overlay.dts | 31 +++++-------------------------- 1 file changed, 5 insertions(+), 26 deletions(-) diff --git a/overlays/apalis-imx6_adv7280_overlay.dts b/overlays/apalis-imx6_adv7280_overlay.dts index 29ecffd..120e4b7 100644 --- a/overlays/apalis-imx6_adv7280_overlay.dts +++ b/overlays/apalis-imx6_adv7280_overlay.dts @@ -8,37 +8,16 @@ }; &i2c3 { - #address-cells = <1>; - #size-cells = <0>; status = "okay"; - - adv7280@21 { - compatible = "adi,adv7280"; - reg = <0x21>; - pinctrl-names = "default"; - pinctrl-0 = <&pinctrl_ipu1_csi0>; - - port { - adv7280_to_ipu1_csi0_mux: endpoint { - remote-endpoint = <&ipu1_csi0_mux_from_parallel_sensor>; - bus-width = <8>; - }; - }; - }; }; -&{/soc/aips-bus@2000000/iomuxc-gpr@20e0000/ipu1_csi0_mux} { - #address-cells = <1>; - #size-cells = <0>; +&adv_72801 { status = "okay"; +}; - port@1 { - reg = <1>; - - ipu1_csi0_mux_from_parallel_sensor: endpoint { - remote-endpoint = <&adv7280_to_ipu1_csi0_mux>; - bus-width = <8>; - }; +&gpr { + ipu1_csi0_mux { + status = "okay"; }; }; -- cgit v1.2.3