Commit 4d1796ef authored by Chen-Yu Tsai's avatar Chen-Yu Tsai

ARM: dts: sunxi: h3/h5: Drop A31 fallback compatible for CSI controller

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: f89120b6 ("ARM: dts: sun8i: Add the H3/H5 CSI controller")
Reviewed-by: default avatarJagan Teki <jagan@amarulasolutions.com>
Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
parent 4abf8049
......@@ -740,8 +740,7 @@ gic: interrupt-controller@1c81000 {
};
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>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment