From: Simon Horman Date: Thu, 26 Apr 2018 09:42:43 +0000 (+0200) Subject: ARM: dts: alt: Drop unnecessary address properties from vin port node X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=03c3a66b4d72aa1ad9bf7a943270f1794c443e50;p=openwrt%2Fstaging%2Fblogic.git ARM: dts: alt: Drop unnecessary address properties from vin port node The vin port node does not have an address and thus does not need address-cells or address size-properties. This is flagged by dtc as follows: # make dtbs W=1 arch/arm/boot/dts/r8a7794-alt.dtb: Warning (avoid_unnecessary_addr_size): /soc/video@e6ef0000/port: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property Signed-off-by: Simon Horman Reviewed-by: Niklas Söderlund --- diff --git a/arch/arm/boot/dts/r8a7794-alt.dts b/arch/arm/boot/dts/r8a7794-alt.dts index 1ecc5b9135f3..c210412f80ec 100644 --- a/arch/arm/boot/dts/r8a7794-alt.dts +++ b/arch/arm/boot/dts/r8a7794-alt.dts @@ -380,9 +380,6 @@ pinctrl-names = "default"; port { - #address-cells = <1>; - #size-cells = <0>; - vin0ep: endpoint { remote-endpoint = <&adv7180>; bus-width = <8>;