* [PATCH] ARM: realview: add EB syscon variants to bindings
@ 2016-02-23 9:10 Linus Walleij
[not found] ` <1456218606-3749-1-git-send-email-linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Linus Walleij @ 2016-02-23 9:10 UTC (permalink / raw)
To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Arnd Bergmann
Cc: Pawel Moll, Mark Rutland, Marc Zyngier, Will Deacon, Rob Herring,
Russell King, Linus Walleij, Rob Herring,
devicetree-u79uwXL29TY76Z2rM5mHXA
There are two distinct RealView EB system controller that we need
to detect and handle because their register layout differ
slightly.
Cc: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Signed-off-by: Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
---
Documentation/devicetree/bindings/arm/arm-boards | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/arm/arm-boards b/Documentation/devicetree/bindings/arm/arm-boards
index 2daeabc519de..7b05fc936d23 100644
--- a/Documentation/devicetree/bindings/arm/arm-boards
+++ b/Documentation/devicetree/bindings/arm/arm-boards
@@ -131,7 +131,9 @@ Required nodes:
- syscon: some subnode of the RealView SoC node must be a
system controller node pointing to the control registers,
- with the compatible string set to one of these tuples:
+ with the compatible string set to one of these:
+ "arm,realview-eb11mp-revb-syscon", "arm,realview-eb-syscon", "syscon"
+ "arm,realview-eb11mp-revc-syscon", "arm,realview-eb-syscon", "syscon"
"arm,realview-eb-syscon", "syscon"
"arm,realview-pb1176-syscon", "syscon"
"arm,realview-pb11mp-syscon", "syscon"
--
2.4.3
--
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 related [flat|nested] 3+ messages in thread[parent not found: <1456218606-3749-1-git-send-email-linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>]
* Re: [PATCH] ARM: realview: add EB syscon variants to bindings [not found] ` <1456218606-3749-1-git-send-email-linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> @ 2016-02-24 14:51 ` Arnd Bergmann 2016-03-03 23:40 ` Rob Herring 1 sibling, 0 replies; 3+ messages in thread From: Arnd Bergmann @ 2016-02-24 14:51 UTC (permalink / raw) To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r Cc: Linus Walleij, Mark Rutland, Russell King, Pawel Moll, devicetree-u79uwXL29TY76Z2rM5mHXA, Marc Zyngier, Will Deacon, Rob Herring On Tuesday 23 February 2016 10:10:06 Linus Walleij wrote: > There are two distinct RealView EB system controller that we need > to detect and handle because their register layout differ > slightly. > > Cc: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> > Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > Signed-off-by: Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> > Looks ok. Acked-by: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org> Arnd -- 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] 3+ messages in thread
* Re: [PATCH] ARM: realview: add EB syscon variants to bindings [not found] ` <1456218606-3749-1-git-send-email-linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> 2016-02-24 14:51 ` Arnd Bergmann @ 2016-03-03 23:40 ` Rob Herring 1 sibling, 0 replies; 3+ messages in thread From: Rob Herring @ 2016-03-03 23:40 UTC (permalink / raw) To: Linus Walleij Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Arnd Bergmann, Pawel Moll, Mark Rutland, Marc Zyngier, Will Deacon, Russell King, devicetree-u79uwXL29TY76Z2rM5mHXA On Tue, Feb 23, 2016 at 10:10:06AM +0100, Linus Walleij wrote: > There are two distinct RealView EB system controller that we need > to detect and handle because their register layout differ > slightly. > > Cc: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> > Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > Signed-off-by: Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> Applied, thanks. Rob > --- > Documentation/devicetree/bindings/arm/arm-boards | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/arm/arm-boards b/Documentation/devicetree/bindings/arm/arm-boards > index 2daeabc519de..7b05fc936d23 100644 > --- a/Documentation/devicetree/bindings/arm/arm-boards > +++ b/Documentation/devicetree/bindings/arm/arm-boards > @@ -131,7 +131,9 @@ Required nodes: > > - syscon: some subnode of the RealView SoC node must be a > system controller node pointing to the control registers, > - with the compatible string set to one of these tuples: > + with the compatible string set to one of these: > + "arm,realview-eb11mp-revb-syscon", "arm,realview-eb-syscon", "syscon" > + "arm,realview-eb11mp-revc-syscon", "arm,realview-eb-syscon", "syscon" > "arm,realview-eb-syscon", "syscon" > "arm,realview-pb1176-syscon", "syscon" > "arm,realview-pb11mp-syscon", "syscon" > -- > 2.4.3 > -- 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] 3+ messages in thread
end of thread, other threads:[~2016-03-03 23:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-23 9:10 [PATCH] ARM: realview: add EB syscon variants to bindings Linus Walleij
[not found] ` <1456218606-3749-1-git-send-email-linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2016-02-24 14:51 ` Arnd Bergmann
2016-03-03 23:40 ` Rob Herring
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox