]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
ARM: dts: sunxi: h3/h5: Drop A31 fallback compatible for CSI controller
authorChen-Yu Tsai <wens@csie.org>
Fri, 30 Nov 2018 07:58:46 +0000 (15:58 +0800)
committerChen-Yu Tsai <wens@csie.org>
Thu, 24 Jan 2019 10:24:11 +0000 (18:24 +0800)
The CSI controller found on the H3 (and H5) is a reduced version of the
one found on the A31. It only has 1 channel, instead of 4 channels for
time-multiplexed BT.656. Since the H3 is a reduced version, it cannot
"fallback" to a compatible that implements more features than it
supports.

Drop the A31 fallback compatible.

Fixes: f89120b6f554 ("ARM: dts: sun8i: Add the H3/H5 CSI controller")
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
arch/arm/boot/dts/sunxi-h3-h5.dtsi

index a4c757c0b741e1e8039749a1fb5e533e3bde6681..d74a6cbbfdf409585d9aef63f598002122b8d54b 100644 (file)
                };
 
                csi: camera@1cb0000 {
-                       compatible = "allwinner,sun8i-h3-csi",
-                                    "allwinner,sun6i-a31-csi";
+                       compatible = "allwinner,sun8i-h3-csi";
                        reg = <0x01cb0000 0x1000>;
                        interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&ccu CLK_BUS_CSI>,