devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dt: da850: add nand_cs3 node label in the dtsi
@ 2016-08-03 16:25 Karl Beldan
  2016-08-04 10:07 ` Karl Beldan
  2016-08-04 20:43 ` Karl Beldan
  0 siblings, 2 replies; 4+ messages in thread
From: Karl Beldan @ 2016-08-03 16:25 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel
  Cc: Mark Rutland, karl.beldan+oss, Kevin Hilman, Russell King,
	Rob Herring, Karl Beldan

This will allow to adjust the related settings in the board files.

Cc: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Karl Beldan <kbeldan@baylibre.com>
---
 arch/arm/boot/dts/da850.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi
index 25f0f8e..3a00978 100644
--- a/arch/arm/boot/dts/da850.dtsi
+++ b/arch/arm/boot/dts/da850.dtsi
@@ -375,7 +375,7 @@
 			dma-names = "tx", "rx";
 		};
 	};
-	nand_cs3@62000000 {
+	nand_cs3: nand_cs3@62000000 {
 		compatible = "ti,davinci-nand";
 		reg = <0x62000000 0x807ff
 		       0x68000000 0x8000>;
-- 
2.9.0.rc1

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

* Re: [PATCH] ARM: dt: da850: add nand_cs3 node label in the dtsi
  2016-08-03 16:25 [PATCH] ARM: dt: da850: add nand_cs3 node label in the dtsi Karl Beldan
@ 2016-08-04 10:07 ` Karl Beldan
  2016-08-04 20:43 ` Karl Beldan
  1 sibling, 0 replies; 4+ messages in thread
From: Karl Beldan @ 2016-08-04 10:07 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel
  Cc: Rob Herring, Mark Rutland, Russell King, karl.beldan+oss,
	Kevin Hilman

On Wed, Aug 03, 2016 at 04:25:28PM +0000, Karl Beldan wrote:
> This will allow to adjust the related settings in the board files.
> 
Please discard this one, I think I will move things around for the nand.
 
Karl

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

* Re: [PATCH] ARM: dt: da850: add nand_cs3 node label in the dtsi
  2016-08-03 16:25 [PATCH] ARM: dt: da850: add nand_cs3 node label in the dtsi Karl Beldan
  2016-08-04 10:07 ` Karl Beldan
@ 2016-08-04 20:43 ` Karl Beldan
       [not found]   ` <CAJaRCXNB+fC=0H_A4zSgQmeynZJsacY8kS2dLfstX=gfRzzfpA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  1 sibling, 1 reply; 4+ messages in thread
From: Karl Beldan @ 2016-08-04 20:43 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel
  Cc: Rob Herring, Mark Rutland, Russell King, Karl Beldan, Karl Beldan,
	Kevin Hilman

[-- Attachment #1: Type: text/plain, Size: 919 bytes --]

2016-08-03 16:25 GMT+00:00 Karl Beldan <kbeldan@baylibre.com>:

> This will allow to adjust the related settings in the board files.
>
> Cc: Kevin Hilman <khilman@baylibre.com>
> Signed-off-by: Karl Beldan <kbeldan@baylibre.com>
> ---
>  arch/arm/boot/dts/da850.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi
> index 25f0f8e..3a00978 100644
> --- a/arch/arm/boot/dts/da850.dtsi
> +++ b/arch/arm/boot/dts/da850.dtsi
> @@ -375,7 +375,7 @@
>                         dma-names = "tx", "rx";
>                 };
>         };
> -       nand_cs3@62000000 {
> +       nand_cs3: nand_cs3@62000000 {
>                 compatible = "ti,davinci-nand";
>                 reg = <0x62000000 0x807ff
>                        0x68000000 0x8000>;
> --
> 2.9.0.rc1
>
> Please discard this one, I think I'll move things around for the nand.

Karl

[-- Attachment #2: Type: text/html, Size: 1572 bytes --]

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

* Re: [PATCH] ARM: dt: da850: add nand_cs3 node label in the dtsi
       [not found]   ` <CAJaRCXNB+fC=0H_A4zSgQmeynZJsacY8kS2dLfstX=gfRzzfpA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2016-08-04 20:53     ` Karl Beldan
  0 siblings, 0 replies; 4+ messages in thread
From: Karl Beldan @ 2016-08-04 20:53 UTC (permalink / raw)
  To: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
  Cc: Rob Herring, Mark Rutland, Russell King, Karl Beldan,
	Kevin Hilman

On Thu, Aug 04, 2016 at 08:43:54PM +0000, Karl Beldan wrote:
> 2016-08-03 16:25 GMT+00:00 Karl Beldan <kbeldan-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>:
> 
> > This will allow to adjust the related settings in the board files.
> >
> > Cc: Kevin Hilman <khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
> > Signed-off-by: Karl Beldan <kbeldan-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
> > ---
> >  arch/arm/boot/dts/da850.dtsi | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi
> > index 25f0f8e..3a00978 100644
> > --- a/arch/arm/boot/dts/da850.dtsi
> > +++ b/arch/arm/boot/dts/da850.dtsi
> > @@ -375,7 +375,7 @@
> >                         dma-names = "tx", "rx";
> >                 };
> >         };
> > -       nand_cs3@62000000 {
> > +       nand_cs3: nand_cs3@62000000 {
> >                 compatible = "ti,davinci-nand";
> >                 reg = <0x62000000 0x807ff
> >                        0x68000000 0x8000>;
> > --
> > 2.9.0.rc1
> >
Please discard this one, I think I'll move things around for the nand.
 
Karl
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2016-08-04 20:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-03 16:25 [PATCH] ARM: dt: da850: add nand_cs3 node label in the dtsi Karl Beldan
2016-08-04 10:07 ` Karl Beldan
2016-08-04 20:43 ` Karl Beldan
     [not found]   ` <CAJaRCXNB+fC=0H_A4zSgQmeynZJsacY8kS2dLfstX=gfRzzfpA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-08-04 20:53     ` Karl Beldan

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).