From: Maxime Ripard Date: Thu, 14 Jan 2021 11:35:32 +0000 (+0100) Subject: ARM: dts: sun8i-s3: pinecube: Fix CSI DTC warnings X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7098a58320d9757307fccaa1eae4fa7a6d597f5b;p=linux.git ARM: dts: sun8i-s3: pinecube: Fix CSI DTC warnings Our CSI endpoint trigger some DTC warnings due to the fact that we're having a single endpoint that doesn't need any reg property, and since we don't have a reg property, we don't need the address-cells and size-cells properties anymore. Fix those Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai Acked-by: Jernej Skrabec Link: https://lore.kernel.org/r/20210114113538.1233933-13-maxime@cerno.tech --- diff --git a/arch/arm/boot/dts/sun8i-s3-pinecube.dts b/arch/arm/boot/dts/sun8i-s3-pinecube.dts index 3c4bc4b0ca7f2..20966e954eda8 100644 --- a/arch/arm/boot/dts/sun8i-s3-pinecube.dts +++ b/arch/arm/boot/dts/sun8i-s3-pinecube.dts @@ -64,9 +64,6 @@ status = "okay"; port { - #address-cells = <1>; - #size-cells = <0>; - csi1_ep: endpoint { remote-endpoint = <&ov5640_ep>; bus-width = <8>;