linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: vf610-zii-dev-rev-b: Remove #address-cells and #size-cells property from at93c46d dt node
@ 2021-08-10  6:44 Aswath Govindraju
  2021-08-11 19:14 ` Andrew Lunn
  2021-08-14  5:43 ` Shawn Guo
  0 siblings, 2 replies; 4+ messages in thread
From: Aswath Govindraju @ 2021-08-10  6:44 UTC (permalink / raw)
  Cc: Lokesh Vutla, Aswath Govindraju, Shawn Guo, Sascha Hauer,
	Pengutronix Kernel Team, Stefan Agner, Rob Herring, Cory Tusar,
	Andrew Lunn, linux-arm-kernel, devicetree, linux-kernel

Remove #address-cells and #size-cells property from at93c46d device tree
node as it does not have child nodes.

Fixes: 1556063fde42 ("ARM: dts: vf610-zii-dev: Add ZII development board.")
Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
---
 arch/arm/boot/dts/vf610-zii-dev-rev-b.dts | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/boot/dts/vf610-zii-dev-rev-b.dts b/arch/arm/boot/dts/vf610-zii-dev-rev-b.dts
index 6f1e0f0d4f0a..043ddd70372f 100644
--- a/arch/arm/boot/dts/vf610-zii-dev-rev-b.dts
+++ b/arch/arm/boot/dts/vf610-zii-dev-rev-b.dts
@@ -311,8 +311,6 @@
 			compatible = "atmel,at93c46d";
 			pinctrl-0 = <&pinctrl_gpio_e6185_eeprom_sel>;
 			pinctrl-names = "default";
-			#address-cells = <0>;
-			#size-cells = <0>;
 			reg = <1>;
 			spi-max-frequency = <500000>;
 			spi-cs-high;
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: dts: vf610-zii-dev-rev-b: Remove #address-cells and #size-cells property from at93c46d dt node
  2021-08-10  6:44 [PATCH] ARM: dts: vf610-zii-dev-rev-b: Remove #address-cells and #size-cells property from at93c46d dt node Aswath Govindraju
@ 2021-08-11 19:14 ` Andrew Lunn
  2021-08-12  4:27   ` Aswath Govindraju
  2021-08-14  5:43 ` Shawn Guo
  1 sibling, 1 reply; 4+ messages in thread
From: Andrew Lunn @ 2021-08-11 19:14 UTC (permalink / raw)
  To: Aswath Govindraju
  Cc: Lokesh Vutla, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Stefan Agner, Rob Herring, Cory Tusar, linux-arm-kernel,
	devicetree, linux-kernel

On Tue, Aug 10, 2021 at 12:14:20PM +0530, Aswath Govindraju wrote:
Hi Aswath

You did not put a To: in the email, so it is unclear which maintainer
you expect to pickup this patch.

> Remove #address-cells and #size-cells property from at93c46d device tree
> node as it does not have child nodes.
> 
> Fixes: 1556063fde42 ("ARM: dts: vf610-zii-dev: Add ZII development board.")
> Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: dts: vf610-zii-dev-rev-b: Remove #address-cells and #size-cells property from at93c46d dt node
  2021-08-11 19:14 ` Andrew Lunn
@ 2021-08-12  4:27   ` Aswath Govindraju
  0 siblings, 0 replies; 4+ messages in thread
From: Aswath Govindraju @ 2021-08-12  4:27 UTC (permalink / raw)
  To: Andrew Lunn, Shawn Guo, Sascha Hauer
  Cc: Lokesh Vutla, Pengutronix Kernel Team, Stefan Agner, Rob Herring,
	Cory Tusar, linux-arm-kernel, devicetree, linux-kernel

Hi Andrew,

On 12/08/21 12:44 am, Andrew Lunn wrote:
> On Tue, Aug 10, 2021 at 12:14:20PM +0530, Aswath Govindraju wrote:
> Hi Aswath
> 
> You did not put a To: in the email, so it is unclear which maintainer
> you expect to pickup this patch.
> 

Thank you for pointing it out and the review.

From the MAINTAINERS documentation I see that Shawn Guo, and Sascha
Hauer are the maintainers for this file.

Thanks,
Aswath

>> Remove #address-cells and #size-cells property from at93c46d device tree
>> node as it does not have child nodes.
>>
>> Fixes: 1556063fde42 ("ARM: dts: vf610-zii-dev: Add ZII development board.")
>> Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
> 
> Reviewed-by: Andrew Lunn <andrew@lunn.ch>
> 
>     Andrew
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: dts: vf610-zii-dev-rev-b: Remove #address-cells and #size-cells property from at93c46d dt node
  2021-08-10  6:44 [PATCH] ARM: dts: vf610-zii-dev-rev-b: Remove #address-cells and #size-cells property from at93c46d dt node Aswath Govindraju
  2021-08-11 19:14 ` Andrew Lunn
@ 2021-08-14  5:43 ` Shawn Guo
  1 sibling, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2021-08-14  5:43 UTC (permalink / raw)
  To: Aswath Govindraju
  Cc: Lokesh Vutla, Sascha Hauer, Pengutronix Kernel Team,
	Stefan Agner, Rob Herring, Cory Tusar, Andrew Lunn,
	linux-arm-kernel, devicetree, linux-kernel

On Tue, Aug 10, 2021 at 12:14:20PM +0530, Aswath Govindraju wrote:
> Remove #address-cells and #size-cells property from at93c46d device tree
> node as it does not have child nodes.
> 
> Fixes: 1556063fde42 ("ARM: dts: vf610-zii-dev: Add ZII development board.")
> Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>

Applied, thanks!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-14  5:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-10  6:44 [PATCH] ARM: dts: vf610-zii-dev-rev-b: Remove #address-cells and #size-cells property from at93c46d dt node Aswath Govindraju
2021-08-11 19:14 ` Andrew Lunn
2021-08-12  4:27   ` Aswath Govindraju
2021-08-14  5:43 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).