devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dts: ARM: Add Aspeed virtual hub to SoC templates
@ 2018-01-12  6:51 Benjamin Herrenschmidt
  2018-03-28  0:30 ` Joel Stanley
  0 siblings, 1 reply; 3+ messages in thread
From: Benjamin Herrenschmidt @ 2018-01-12  6:51 UTC (permalink / raw)
  To: devicetree-u79uwXL29TY76Z2rM5mHXA
  Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Joel Stanley

We don't yet enable it in any of the boards

Signed-off-by: Benjamin Herrenschmidt <benh-XVmvHMARGAS8U2dJNN8I7kB+6BGkLq7r@public.gmane.org>
---
 arch/arm/boot/dts/aspeed-g4.dtsi |  8 ++++++++
 arch/arm/boot/dts/aspeed-g5.dtsi | 13 +++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/arch/arm/boot/dts/aspeed-g4.dtsi b/arch/arm/boot/dts/aspeed-g4.dtsi
index e55f2ad5de59..743b79014d3d 100644
--- a/arch/arm/boot/dts/aspeed-g4.dtsi
+++ b/arch/arm/boot/dts/aspeed-g4.dtsi
@@ -120,6 +120,14 @@
 			status = "disabled";
 		};
 
+		vhub: usb-vhub@1e6a0000 {
+			compatible = "aspeed,ast2400-usb-vhub";
+			reg = <0x1e6a0000 0x300>;
+			interrupts = <5>;
+			clocks = <&syscon ASPEED_CLK_GATE_USBPORT1CLK>;
+			status = "disabled";
+		};
+
 		apb {
 			compatible = "simple-bus";
 			#address-cells = <1>;
diff --git a/arch/arm/boot/dts/aspeed-g5.dtsi b/arch/arm/boot/dts/aspeed-g5.dtsi
index 655258edee24..e50d7f3e18a0 100644
--- a/arch/arm/boot/dts/aspeed-g5.dtsi
+++ b/arch/arm/boot/dts/aspeed-g5.dtsi
@@ -163,6 +163,14 @@
 			status = "disabled";
 		};
 
+		vhub: usb-vhub@1e6a0000 {
+			compatible = "aspeed,ast2500-usb-vhub";
+			reg = <0x1e6a0000 0x300>;
+			interrupts = <5>;
+			clocks = <&syscon ASPEED_CLK_GATE_USBPORT1CLK>;
+			status = "disabled";
+		};
+
 		apb {
 			compatible = "simple-bus";
 			#address-cells = <1>;
@@ -1388,6 +1396,11 @@
 		groups = "USB2AH";
 	};
 
+	pinctrl_usb2ad_default: usb2ad_default {
+		function = "USB2AD";
+		groups = "USB2AD";
+	};
+
 	pinctrl_usb11bhid_default: usb11bhid_default {
 		function = "USB11BHID";
 		groups = "USB11BHID";

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

* Re: [PATCH] dts: ARM: Add Aspeed virtual hub to SoC templates
  2018-01-12  6:51 [PATCH] dts: ARM: Add Aspeed virtual hub to SoC templates Benjamin Herrenschmidt
@ 2018-03-28  0:30 ` Joel Stanley
  2018-03-28  1:03   ` Benjamin Herrenschmidt
  0 siblings, 1 reply; 3+ messages in thread
From: Joel Stanley @ 2018-03-28  0:30 UTC (permalink / raw)
  To: Benjamin Herrenschmidt, Andrew Jeffery
  Cc: devicetree, Joel Stanley, linux-aspeed, Linux ARM

Hi Ben,

On 12 January 2018 at 17:21, Benjamin Herrenschmidt
<benh@kernel.crashing.org> wrote:
> We don't yet enable it in any of the boards
>
> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

This one slipped through the cracks. Is it still the latest version?

Cheers,

Joel

> ---
>  arch/arm/boot/dts/aspeed-g4.dtsi |  8 ++++++++
>  arch/arm/boot/dts/aspeed-g5.dtsi | 13 +++++++++++++
>  2 files changed, 21 insertions(+)
>
> diff --git a/arch/arm/boot/dts/aspeed-g4.dtsi b/arch/arm/boot/dts/aspeed-g4.dtsi
> index e55f2ad5de59..743b79014d3d 100644
> --- a/arch/arm/boot/dts/aspeed-g4.dtsi
> +++ b/arch/arm/boot/dts/aspeed-g4.dtsi
> @@ -120,6 +120,14 @@
>                         status = "disabled";
>                 };
>
> +               vhub: usb-vhub@1e6a0000 {
> +                       compatible = "aspeed,ast2400-usb-vhub";
> +                       reg = <0x1e6a0000 0x300>;
> +                       interrupts = <5>;
> +                       clocks = <&syscon ASPEED_CLK_GATE_USBPORT1CLK>;
> +                       status = "disabled";
> +               };
> +
>                 apb {
>                         compatible = "simple-bus";
>                         #address-cells = <1>;
> diff --git a/arch/arm/boot/dts/aspeed-g5.dtsi b/arch/arm/boot/dts/aspeed-g5.dtsi
> index 655258edee24..e50d7f3e18a0 100644
> --- a/arch/arm/boot/dts/aspeed-g5.dtsi
> +++ b/arch/arm/boot/dts/aspeed-g5.dtsi
> @@ -163,6 +163,14 @@
>                         status = "disabled";
>                 };
>
> +               vhub: usb-vhub@1e6a0000 {
> +                       compatible = "aspeed,ast2500-usb-vhub";
> +                       reg = <0x1e6a0000 0x300>;
> +                       interrupts = <5>;
> +                       clocks = <&syscon ASPEED_CLK_GATE_USBPORT1CLK>;
> +                       status = "disabled";
> +               };
> +
>                 apb {
>                         compatible = "simple-bus";
>                         #address-cells = <1>;
> @@ -1388,6 +1396,11 @@
>                 groups = "USB2AH";
>         };
>
> +       pinctrl_usb2ad_default: usb2ad_default {
> +               function = "USB2AD";
> +               groups = "USB2AD";
> +       };
> +
>         pinctrl_usb11bhid_default: usb11bhid_default {
>                 function = "USB11BHID";
>                 groups = "USB11BHID";
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] dts: ARM: Add Aspeed virtual hub to SoC templates
  2018-03-28  0:30 ` Joel Stanley
@ 2018-03-28  1:03   ` Benjamin Herrenschmidt
  0 siblings, 0 replies; 3+ messages in thread
From: Benjamin Herrenschmidt @ 2018-03-28  1:03 UTC (permalink / raw)
  To: Joel Stanley, Andrew Jeffery
  Cc: devicetree, Joel Stanley, linux-aspeed, Linux ARM

On Wed, 2018-03-28 at 11:00 +1030, Joel Stanley wrote:
> Hi Ben,
> 
> On 12 January 2018 at 17:21, Benjamin Herrenschmidt
> <benh@kernel.crashing.org> wrote:
> > We don't yet enable it in any of the boards
> > 
> > Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
> 
> This one slipped through the cracks. Is it still the latest version?

I was going to re-submit it after the driver itself is in.

> 
> Cheers,
> 
> Joel
> 
> > ---
> >  arch/arm/boot/dts/aspeed-g4.dtsi |  8 ++++++++
> >  arch/arm/boot/dts/aspeed-g5.dtsi | 13 +++++++++++++
> >  2 files changed, 21 insertions(+)
> > 
> > diff --git a/arch/arm/boot/dts/aspeed-g4.dtsi b/arch/arm/boot/dts/aspeed-g4.dtsi
> > index e55f2ad5de59..743b79014d3d 100644
> > --- a/arch/arm/boot/dts/aspeed-g4.dtsi
> > +++ b/arch/arm/boot/dts/aspeed-g4.dtsi
> > @@ -120,6 +120,14 @@
> >                         status = "disabled";
> >                 };
> > 
> > +               vhub: usb-vhub@1e6a0000 {
> > +                       compatible = "aspeed,ast2400-usb-vhub";
> > +                       reg = <0x1e6a0000 0x300>;
> > +                       interrupts = <5>;
> > +                       clocks = <&syscon ASPEED_CLK_GATE_USBPORT1CLK>;
> > +                       status = "disabled";
> > +               };
> > +
> >                 apb {
> >                         compatible = "simple-bus";
> >                         #address-cells = <1>;
> > diff --git a/arch/arm/boot/dts/aspeed-g5.dtsi b/arch/arm/boot/dts/aspeed-g5.dtsi
> > index 655258edee24..e50d7f3e18a0 100644
> > --- a/arch/arm/boot/dts/aspeed-g5.dtsi
> > +++ b/arch/arm/boot/dts/aspeed-g5.dtsi
> > @@ -163,6 +163,14 @@
> >                         status = "disabled";
> >                 };
> > 
> > +               vhub: usb-vhub@1e6a0000 {
> > +                       compatible = "aspeed,ast2500-usb-vhub";
> > +                       reg = <0x1e6a0000 0x300>;
> > +                       interrupts = <5>;
> > +                       clocks = <&syscon ASPEED_CLK_GATE_USBPORT1CLK>;
> > +                       status = "disabled";
> > +               };
> > +
> >                 apb {
> >                         compatible = "simple-bus";
> >                         #address-cells = <1>;
> > @@ -1388,6 +1396,11 @@
> >                 groups = "USB2AH";
> >         };
> > 
> > +       pinctrl_usb2ad_default: usb2ad_default {
> > +               function = "USB2AD";
> > +               groups = "USB2AD";
> > +       };
> > +
> >         pinctrl_usb11bhid_default: usb11bhid_default {
> >                 function = "USB11BHID";
> >                 groups = "USB11BHID";
> > 
> > 
> > _______________________________________________
> > linux-arm-kernel mailing list
> > linux-arm-kernel@lists.infradead.org
> > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 
> --
> To unsubscribe from this list: send the line "unsubscribe devicetree" in
> the body of a message to majordomo@vger.kernel.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:[~2018-03-28  1:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-12  6:51 [PATCH] dts: ARM: Add Aspeed virtual hub to SoC templates Benjamin Herrenschmidt
2018-03-28  0:30 ` Joel Stanley
2018-03-28  1:03   ` Benjamin Herrenschmidt

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