diff options
author | Chen-Yu Tsai <wens@csie.org> | 2018-11-30 08:58:46 +0100 |
---|---|---|
committer | Chen-Yu Tsai <wens@csie.org> | 2019-01-24 11:24:11 +0100 |
commit | 4d1796ef5e01b665747db1a876abe160d1cdad9c (patch) | |
tree | f1cd04add80f5d3ad6b74a5cc0a96c377abae000 /arch/arm/boot/dts/sunxi-h3-h5.dtsi | |
parent | ARM: dts: sun8i-h3: nanopi-m1-plus: enable HDMI (diff) | |
download | linux-4d1796ef5e01b665747db1a876abe160d1cdad9c.tar.xz linux-4d1796ef5e01b665747db1a876abe160d1cdad9c.zip |
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: 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>
Diffstat (limited to 'arch/arm/boot/dts/sunxi-h3-h5.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sunxi-h3-h5.dtsi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sunxi-h3-h5.dtsi b/arch/arm/boot/dts/sunxi-h3-h5.dtsi index a4c757c0b741..d74a6cbbfdf4 100644 --- a/arch/arm/boot/dts/sunxi-h3-h5.dtsi +++ b/arch/arm/boot/dts/sunxi-h3-h5.dtsi @@ -740,8 +740,7 @@ }; 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>, |