From: Simon Horman Date: Thu, 26 Apr 2018 09:42:43 +0000 (+0200) Subject: ARM: dts: lager: Drop unnecessary address properties from port node X-Git-Tag: v4.18-rc1~48^2^2~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bedbe61959a803b54350df93a517d98329ec160e;p=thirdparty%2Flinux.git ARM: dts: lager: Drop unnecessary address properties from 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/r8a7790-lager.dtb: Warning (avoid_unnecessary_addr_size): /soc/video@e6ef1000/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/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts index 3c66366f7c550..d1e582b0ab661 100644 --- a/arch/arm/boot/dts/r8a7790-lager.dts +++ b/arch/arm/boot/dts/r8a7790-lager.dts @@ -890,9 +890,6 @@ status = "okay"; port { - #address-cells = <1>; - #size-cells = <0>; - vin1ep0: endpoint { remote-endpoint = <&adv7180>; bus-width = <8>;