[PATCH 07/10] ARM: dts: kzm9d: Drop unnecessary address properties from gpio_keys node
From: horms@verge.net.au (Simon Horman)
Date: 2018-05-02 06:56:42
Also in:
linux-renesas-soc
From: horms@verge.net.au (Simon Horman)
Date: 2018-05-02 06:56:42
Also in:
linux-renesas-soc
On Mon, Apr 30, 2018 at 09:07:48AM +0200, Simon Horman wrote:
On Thu, Apr 26, 2018 at 04:52:13PM +0200, Niklas S?derlund wrote:quoted
Hi Simon, Thanks for your work. On 2018-04-26 12:29:48 +0200, Simon Horman wrote:quoted
The gpio_keys 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-silk.dtb: Warning (avoid_unnecessary_addr_size): /soc/video at e6ef0000/port: unnecessary #address-cells/#size-cells without "ranges" or child "reg" propertyThis warning don't seem to match with the change nor the rest of the commit message :-) With that addressed and for the whole series: Reviewed-by: Niklas S?derlund <niklas.soderlund+renesas@ragnatech.se>Thanks! The fix is: arch/arm/boot/dts/emev2-kzm9d.dtb: Warning (avoid_unnecessary_addr_size): /gpio_keys: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property
Series applied.