diff options
author | Maxime Ripard <maxime@cerno.tech> | 2021-01-14 12:35:33 +0100 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2021-01-31 19:49:19 +0100 |
commit | d4a551ae1f905943ac8c7c3822230ba8de1a7a5f (patch) | |
tree | 8849f532c7da3e932da3995f9d0e6cae16fced8b /arch/arm/boot/dts/sun8i-a83t.dtsi | |
parent | ARM: dts: sun8i-s3: pinecube: Fix CSI DTC warnings (diff) | |
download | linux-d4a551ae1f905943ac8c7c3822230ba8de1a7a5f.tar.xz linux-d4a551ae1f905943ac8c7c3822230ba8de1a7a5f.zip |
ARM: dts: sun8i-a83t: Remove empty CSI port
The empty CSI port triggers a dt-validate warning. Let's align with the
other DTSI and remove it entirely, expecting the DTS to fill it.
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Jernej Skrabec <jernej.skrabec@siol.net>
Link: https://lore.kernel.org/r/20210114113538.1233933-14-maxime@cerno.tech
Diffstat (limited to 'arch/arm/boot/dts/sun8i-a83t.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun8i-a83t.dtsi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/sun8i-a83t.dtsi b/arch/arm/boot/dts/sun8i-a83t.dtsi index c010b27fdb6a..bd898b250e74 100644 --- a/arch/arm/boot/dts/sun8i-a83t.dtsi +++ b/arch/arm/boot/dts/sun8i-a83t.dtsi @@ -1061,9 +1061,6 @@ clock-names = "bus", "mod", "ram"; resets = <&ccu RST_BUS_CSI>; status = "disabled"; - - csi_in: port { - }; }; hdmi: hdmi@1ee0000 { |