From: Simon Horman Date: Thu, 26 Apr 2018 09:42:43 +0000 (+0200) Subject: ARM: dts: porter: Drop unnecessary address properties from vin port node X-Git-Tag: v4.18-rc1~48^2^2~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=99a755f586ac113cfd2c4355f7a794b3b2361229;p=thirdparty%2Flinux.git ARM: dts: porter: 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/r8a7791-porter.dtb: Warning (avoid_unnecessary_addr_size): /soc/video@e6ef0000/port: unnecessary #address-cells/#size-cells without Signed-off-by: Simon Horman Reviewed-by: Niklas Söderlund --- diff --git a/arch/arm/boot/dts/r8a7791-porter.dts b/arch/arm/boot/dts/r8a7791-porter.dts index 4dd5a5db2de89..876d38f463677 100644 --- a/arch/arm/boot/dts/r8a7791-porter.dts +++ b/arch/arm/boot/dts/r8a7791-porter.dts @@ -386,9 +386,6 @@ pinctrl-names = "default"; port { - #address-cells = <1>; - #size-cells = <0>; - vin0ep: endpoint { remote-endpoint = <&adv7180>; bus-width = <8>;