summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/sun8i-s3-pinecube.dts
diff options
context:
space:
mode:
authorMaxime Ripard <maxime@cerno.tech>2021-01-14 12:35:32 +0100
committerMaxime Ripard <maxime@cerno.tech>2021-01-31 19:49:19 +0100
commit7098a58320d9757307fccaa1eae4fa7a6d597f5b (patch)
tree667b1bc42094b5644c55393d25569bf0ece6ff4d /arch/arm/boot/dts/sun8i-s3-pinecube.dts
parent1231238cbb494bbe4527632a0933a901c6383243 (diff)
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 <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-13-maxime@cerno.tech
Diffstat (limited to 'arch/arm/boot/dts/sun8i-s3-pinecube.dts')
-rw-r--r--arch/arm/boot/dts/sun8i-s3-pinecube.dts3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/sun8i-s3-pinecube.dts b/arch/arm/boot/dts/sun8i-s3-pinecube.dts
index 3c4bc4b0ca7f..20966e954eda 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>;