* [PATCH 0/2] Add USB PHY device tree support for R8A7794/SILK board @ 2015-09-12 22:48 ` Sergei Shtylyov 0 siblings, 0 replies; 18+ messages in thread From: Sergei Shtylyov @ 2015-09-12 22:48 UTC (permalink / raw) To: linux-arm-kernel Hello. Here's the set of 2 patches against Simon Horman's 'renesas.git' repo's 'renesas-devel-20150911v2-v4.2' tag plus the PCI USB patches just posted. Here we add the USB PHY device tree support on the R8A7794/SILK low cost board. [1/2] ARM: shmobile: r8a7794: add USB PHY DT support [2/2] ARM: shmobile: silk: enable USB PHY WBR, Sergei ^ permalink raw reply [flat|nested] 18+ messages in thread
* [PATCH 0/2] Add USB PHY device tree support for R8A7794/SILK board @ 2015-09-12 22:48 ` Sergei Shtylyov 0 siblings, 0 replies; 18+ messages in thread From: Sergei Shtylyov @ 2015-09-12 22:48 UTC (permalink / raw) To: horms, linux-sh, robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak, devicetree Cc: magnus.damm, linux, linux-arm-kernel Hello. Here's the set of 2 patches against Simon Horman's 'renesas.git' repo's 'renesas-devel-20150911v2-v4.2' tag plus the PCI USB patches just posted. Here we add the USB PHY device tree support on the R8A7794/SILK low cost board. [1/2] ARM: shmobile: r8a7794: add USB PHY DT support [2/2] ARM: shmobile: silk: enable USB PHY WBR, Sergei ^ permalink raw reply [flat|nested] 18+ messages in thread
* [PATCH 0/2] Add USB PHY device tree support for R8A7794/SILK board @ 2015-09-12 22:48 ` Sergei Shtylyov 0 siblings, 0 replies; 18+ messages in thread From: Sergei Shtylyov @ 2015-09-12 22:48 UTC (permalink / raw) To: linux-arm-kernel Hello. Here's the set of 2 patches against Simon Horman's 'renesas.git' repo's 'renesas-devel-20150911v2-v4.2' tag plus the PCI USB patches just posted. Here we add the USB PHY device tree support on the R8A7794/SILK low cost board. [1/2] ARM: shmobile: r8a7794: add USB PHY DT support [2/2] ARM: shmobile: silk: enable USB PHY WBR, Sergei ^ permalink raw reply [flat|nested] 18+ messages in thread
* [PATCH 1/2] ARM: shmobile: r8a7794: add USB PHY DT support 2015-09-12 22:48 ` Sergei Shtylyov (?) @ 2015-09-12 22:50 ` Sergei Shtylyov -1 siblings, 0 replies; 18+ messages in thread From: Sergei Shtylyov @ 2015-09-12 22:50 UTC (permalink / raw) To: linux-arm-kernel Define the R8A7794 generic part of the USB PHY device node. It is up to the board file to enable the device. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> --- arch/arm/boot/dts/r8a7794.dtsi | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) Index: renesas/arch/arm/boot/dts/r8a7794.dtsi =================================--- renesas.orig/arch/arm/boot/dts/r8a7794.dtsi +++ renesas/arch/arm/boot/dts/r8a7794.dtsi @@ -690,6 +690,25 @@ 0x1000 0 0 2 &gic 0 113 IRQ_TYPE_LEVEL_HIGH>; }; + usbphy: usb-phy@e6590100 { + compatible = "renesas,usb-phy-r8a7794"; + reg = <0 0xe6590100 0 0x100>; + #address-cells = <1>; + #size-cells = <0>; + clocks = <&mstp7_clks R8A7794_CLK_HSUSB>; + clock-names = "usbhs"; + status = "disabled"; + + usb0: usb-channel@0 { + reg = <0>; + #phy-cells = <1>; + }; + usb2: usb-channel@2 { + reg = <2>; + #phy-cells = <1>; + }; + }; + clocks { #address-cells = <2>; #size-cells = <2>; ^ permalink raw reply [flat|nested] 18+ messages in thread
* [PATCH 1/2] ARM: shmobile: r8a7794: add USB PHY DT support @ 2015-09-12 22:50 ` Sergei Shtylyov 0 siblings, 0 replies; 18+ messages in thread From: Sergei Shtylyov @ 2015-09-12 22:50 UTC (permalink / raw) To: horms, linux-sh, robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak, devicetree Cc: magnus.damm, linux, linux-arm-kernel Define the R8A7794 generic part of the USB PHY device node. It is up to the board file to enable the device. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> --- arch/arm/boot/dts/r8a7794.dtsi | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) Index: renesas/arch/arm/boot/dts/r8a7794.dtsi =================================================================== --- renesas.orig/arch/arm/boot/dts/r8a7794.dtsi +++ renesas/arch/arm/boot/dts/r8a7794.dtsi @@ -690,6 +690,25 @@ 0x1000 0 0 2 &gic 0 113 IRQ_TYPE_LEVEL_HIGH>; }; + usbphy: usb-phy@e6590100 { + compatible = "renesas,usb-phy-r8a7794"; + reg = <0 0xe6590100 0 0x100>; + #address-cells = <1>; + #size-cells = <0>; + clocks = <&mstp7_clks R8A7794_CLK_HSUSB>; + clock-names = "usbhs"; + status = "disabled"; + + usb0: usb-channel@0 { + reg = <0>; + #phy-cells = <1>; + }; + usb2: usb-channel@2 { + reg = <2>; + #phy-cells = <1>; + }; + }; + clocks { #address-cells = <2>; #size-cells = <2>; ^ permalink raw reply [flat|nested] 18+ messages in thread
* [PATCH 1/2] ARM: shmobile: r8a7794: add USB PHY DT support @ 2015-09-12 22:50 ` Sergei Shtylyov 0 siblings, 0 replies; 18+ messages in thread From: Sergei Shtylyov @ 2015-09-12 22:50 UTC (permalink / raw) To: linux-arm-kernel Define the R8A7794 generic part of the USB PHY device node. It is up to the board file to enable the device. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> --- arch/arm/boot/dts/r8a7794.dtsi | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) Index: renesas/arch/arm/boot/dts/r8a7794.dtsi =================================================================== --- renesas.orig/arch/arm/boot/dts/r8a7794.dtsi +++ renesas/arch/arm/boot/dts/r8a7794.dtsi @@ -690,6 +690,25 @@ 0x1000 0 0 2 &gic 0 113 IRQ_TYPE_LEVEL_HIGH>; }; + usbphy: usb-phy at e6590100 { + compatible = "renesas,usb-phy-r8a7794"; + reg = <0 0xe6590100 0 0x100>; + #address-cells = <1>; + #size-cells = <0>; + clocks = <&mstp7_clks R8A7794_CLK_HSUSB>; + clock-names = "usbhs"; + status = "disabled"; + + usb0: usb-channel at 0 { + reg = <0>; + #phy-cells = <1>; + }; + usb2: usb-channel at 2 { + reg = <2>; + #phy-cells = <1>; + }; + }; + clocks { #address-cells = <2>; #size-cells = <2>; ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 1/2] ARM: shmobile: r8a7794: add USB PHY DT support 2015-09-12 22:50 ` Sergei Shtylyov (?) @ 2015-09-16 23:15 ` Sergei Shtylyov -1 siblings, 0 replies; 18+ messages in thread From: Sergei Shtylyov @ 2015-09-16 23:15 UTC (permalink / raw) To: linux-arm-kernel Hello. On 09/13/2015 01:50 AM, Sergei Shtylyov wrote: > Define the R8A7794 generic part of the USB PHY device node. It is up to the > board file to enable the device. > > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> > > --- > arch/arm/boot/dts/r8a7794.dtsi | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) > > Index: renesas/arch/arm/boot/dts/r8a7794.dtsi > =================================> --- renesas.orig/arch/arm/boot/dts/r8a7794.dtsi > +++ renesas/arch/arm/boot/dts/r8a7794.dtsi > @@ -690,6 +690,25 @@ > 0x1000 0 0 2 &gic 0 113 IRQ_TYPE_LEVEL_HIGH>; > }; > > + usbphy: usb-phy@e6590100 { > + compatible = "renesas,usb-phy-r8a7794"; > + reg = <0 0xe6590100 0 0x100>; > + #address-cells = <1>; > + #size-cells = <0>; > + clocks = <&mstp7_clks R8A7794_CLK_HSUSB>; > + clock-names = "usbhs"; Forgot to add "power-domains" prop here. :-( MBR, Sergei ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 1/2] ARM: shmobile: r8a7794: add USB PHY DT support @ 2015-09-16 23:15 ` Sergei Shtylyov 0 siblings, 0 replies; 18+ messages in thread From: Sergei Shtylyov @ 2015-09-16 23:15 UTC (permalink / raw) To: horms, linux-sh, robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak, devicetree Cc: magnus.damm, linux, linux-arm-kernel Hello. On 09/13/2015 01:50 AM, Sergei Shtylyov wrote: > Define the R8A7794 generic part of the USB PHY device node. It is up to the > board file to enable the device. > > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> > > --- > arch/arm/boot/dts/r8a7794.dtsi | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) > > Index: renesas/arch/arm/boot/dts/r8a7794.dtsi > =================================================================== > --- renesas.orig/arch/arm/boot/dts/r8a7794.dtsi > +++ renesas/arch/arm/boot/dts/r8a7794.dtsi > @@ -690,6 +690,25 @@ > 0x1000 0 0 2 &gic 0 113 IRQ_TYPE_LEVEL_HIGH>; > }; > > + usbphy: usb-phy@e6590100 { > + compatible = "renesas,usb-phy-r8a7794"; > + reg = <0 0xe6590100 0 0x100>; > + #address-cells = <1>; > + #size-cells = <0>; > + clocks = <&mstp7_clks R8A7794_CLK_HSUSB>; > + clock-names = "usbhs"; Forgot to add "power-domains" prop here. :-( MBR, Sergei ^ permalink raw reply [flat|nested] 18+ messages in thread
* [PATCH 1/2] ARM: shmobile: r8a7794: add USB PHY DT support @ 2015-09-16 23:15 ` Sergei Shtylyov 0 siblings, 0 replies; 18+ messages in thread From: Sergei Shtylyov @ 2015-09-16 23:15 UTC (permalink / raw) To: linux-arm-kernel Hello. On 09/13/2015 01:50 AM, Sergei Shtylyov wrote: > Define the R8A7794 generic part of the USB PHY device node. It is up to the > board file to enable the device. > > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> > > --- > arch/arm/boot/dts/r8a7794.dtsi | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) > > Index: renesas/arch/arm/boot/dts/r8a7794.dtsi > =================================================================== > --- renesas.orig/arch/arm/boot/dts/r8a7794.dtsi > +++ renesas/arch/arm/boot/dts/r8a7794.dtsi > @@ -690,6 +690,25 @@ > 0x1000 0 0 2 &gic 0 113 IRQ_TYPE_LEVEL_HIGH>; > }; > > + usbphy: usb-phy at e6590100 { > + compatible = "renesas,usb-phy-r8a7794"; > + reg = <0 0xe6590100 0 0x100>; > + #address-cells = <1>; > + #size-cells = <0>; > + clocks = <&mstp7_clks R8A7794_CLK_HSUSB>; > + clock-names = "usbhs"; Forgot to add "power-domains" prop here. :-( MBR, Sergei ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 1/2] ARM: shmobile: r8a7794: add USB PHY DT support 2015-09-16 23:15 ` Sergei Shtylyov (?) @ 2015-09-30 8:33 ` Simon Horman -1 siblings, 0 replies; 18+ messages in thread From: Simon Horman @ 2015-09-30 8:33 UTC (permalink / raw) To: linux-arm-kernel On Thu, Sep 17, 2015 at 02:15:58AM +0300, Sergei Shtylyov wrote: > Hello. > > On 09/13/2015 01:50 AM, Sergei Shtylyov wrote: > > >Define the R8A7794 generic part of the USB PHY device node. It is up to the > >board file to enable the device. > > > >Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> > > > >--- > > arch/arm/boot/dts/r8a7794.dtsi | 19 +++++++++++++++++++ > > 1 file changed, 19 insertions(+) > > > >Index: renesas/arch/arm/boot/dts/r8a7794.dtsi > >=================================> >--- renesas.orig/arch/arm/boot/dts/r8a7794.dtsi > >+++ renesas/arch/arm/boot/dts/r8a7794.dtsi > >@@ -690,6 +690,25 @@ > > 0x1000 0 0 2 &gic 0 113 IRQ_TYPE_LEVEL_HIGH>; > > }; > > > >+ usbphy: usb-phy@e6590100 { > >+ compatible = "renesas,usb-phy-r8a7794"; > >+ reg = <0 0xe6590100 0 0x100>; > >+ #address-cells = <1>; > >+ #size-cells = <0>; > >+ clocks = <&mstp7_clks R8A7794_CLK_HSUSB>; > >+ clock-names = "usbhs"; > > Forgot to add "power-domains" prop here. :-( Are you planning to repost this? ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 1/2] ARM: shmobile: r8a7794: add USB PHY DT support @ 2015-09-30 8:33 ` Simon Horman 0 siblings, 0 replies; 18+ messages in thread From: Simon Horman @ 2015-09-30 8:33 UTC (permalink / raw) To: Sergei Shtylyov Cc: linux-sh, robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak, devicetree, magnus.damm, linux, linux-arm-kernel On Thu, Sep 17, 2015 at 02:15:58AM +0300, Sergei Shtylyov wrote: > Hello. > > On 09/13/2015 01:50 AM, Sergei Shtylyov wrote: > > >Define the R8A7794 generic part of the USB PHY device node. It is up to the > >board file to enable the device. > > > >Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> > > > >--- > > arch/arm/boot/dts/r8a7794.dtsi | 19 +++++++++++++++++++ > > 1 file changed, 19 insertions(+) > > > >Index: renesas/arch/arm/boot/dts/r8a7794.dtsi > >=================================================================== > >--- renesas.orig/arch/arm/boot/dts/r8a7794.dtsi > >+++ renesas/arch/arm/boot/dts/r8a7794.dtsi > >@@ -690,6 +690,25 @@ > > 0x1000 0 0 2 &gic 0 113 IRQ_TYPE_LEVEL_HIGH>; > > }; > > > >+ usbphy: usb-phy@e6590100 { > >+ compatible = "renesas,usb-phy-r8a7794"; > >+ reg = <0 0xe6590100 0 0x100>; > >+ #address-cells = <1>; > >+ #size-cells = <0>; > >+ clocks = <&mstp7_clks R8A7794_CLK_HSUSB>; > >+ clock-names = "usbhs"; > > Forgot to add "power-domains" prop here. :-( Are you planning to repost this? ^ permalink raw reply [flat|nested] 18+ messages in thread
* [PATCH 1/2] ARM: shmobile: r8a7794: add USB PHY DT support @ 2015-09-30 8:33 ` Simon Horman 0 siblings, 0 replies; 18+ messages in thread From: Simon Horman @ 2015-09-30 8:33 UTC (permalink / raw) To: linux-arm-kernel On Thu, Sep 17, 2015 at 02:15:58AM +0300, Sergei Shtylyov wrote: > Hello. > > On 09/13/2015 01:50 AM, Sergei Shtylyov wrote: > > >Define the R8A7794 generic part of the USB PHY device node. It is up to the > >board file to enable the device. > > > >Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> > > > >--- > > arch/arm/boot/dts/r8a7794.dtsi | 19 +++++++++++++++++++ > > 1 file changed, 19 insertions(+) > > > >Index: renesas/arch/arm/boot/dts/r8a7794.dtsi > >=================================================================== > >--- renesas.orig/arch/arm/boot/dts/r8a7794.dtsi > >+++ renesas/arch/arm/boot/dts/r8a7794.dtsi > >@@ -690,6 +690,25 @@ > > 0x1000 0 0 2 &gic 0 113 IRQ_TYPE_LEVEL_HIGH>; > > }; > > > >+ usbphy: usb-phy at e6590100 { > >+ compatible = "renesas,usb-phy-r8a7794"; > >+ reg = <0 0xe6590100 0 0x100>; > >+ #address-cells = <1>; > >+ #size-cells = <0>; > >+ clocks = <&mstp7_clks R8A7794_CLK_HSUSB>; > >+ clock-names = "usbhs"; > > Forgot to add "power-domains" prop here. :-( Are you planning to repost this? ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 1/2] ARM: shmobile: r8a7794: add USB PHY DT support 2015-09-30 8:33 ` Simon Horman (?) @ 2015-09-30 11:11 ` Sergei Shtylyov -1 siblings, 0 replies; 18+ messages in thread From: Sergei Shtylyov @ 2015-09-30 11:11 UTC (permalink / raw) To: linux-arm-kernel Hello. On 9/30/2015 11:33 AM, Simon Horman wrote: >>> Define the R8A7794 generic part of the USB PHY device node. It is up to the >>> board file to enable the device. >>> >>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> >>> >>> --- >>> arch/arm/boot/dts/r8a7794.dtsi | 19 +++++++++++++++++++ >>> 1 file changed, 19 insertions(+) >>> >>> Index: renesas/arch/arm/boot/dts/r8a7794.dtsi >>> =================================>>> --- renesas.orig/arch/arm/boot/dts/r8a7794.dtsi >>> +++ renesas/arch/arm/boot/dts/r8a7794.dtsi >>> @@ -690,6 +690,25 @@ >>> 0x1000 0 0 2 &gic 0 113 IRQ_TYPE_LEVEL_HIGH>; >>> }; >>> >>> + usbphy: usb-phy@e6590100 { >>> + compatible = "renesas,usb-phy-r8a7794"; >>> + reg = <0 0xe6590100 0 0x100>; >>> + #address-cells = <1>; >>> + #size-cells = <0>; >>> + clocks = <&mstp7_clks R8A7794_CLK_HSUSB>; >>> + clock-names = "usbhs"; >> >> Forgot to add "power-domains" prop here. :-( > > Are you planning to repost this? Yes. MBR, Sergei ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 1/2] ARM: shmobile: r8a7794: add USB PHY DT support @ 2015-09-30 11:11 ` Sergei Shtylyov 0 siblings, 0 replies; 18+ messages in thread From: Sergei Shtylyov @ 2015-09-30 11:11 UTC (permalink / raw) To: Simon Horman Cc: linux-sh, robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak, devicetree, magnus.damm, linux, linux-arm-kernel Hello. On 9/30/2015 11:33 AM, Simon Horman wrote: >>> Define the R8A7794 generic part of the USB PHY device node. It is up to the >>> board file to enable the device. >>> >>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> >>> >>> --- >>> arch/arm/boot/dts/r8a7794.dtsi | 19 +++++++++++++++++++ >>> 1 file changed, 19 insertions(+) >>> >>> Index: renesas/arch/arm/boot/dts/r8a7794.dtsi >>> =================================================================== >>> --- renesas.orig/arch/arm/boot/dts/r8a7794.dtsi >>> +++ renesas/arch/arm/boot/dts/r8a7794.dtsi >>> @@ -690,6 +690,25 @@ >>> 0x1000 0 0 2 &gic 0 113 IRQ_TYPE_LEVEL_HIGH>; >>> }; >>> >>> + usbphy: usb-phy@e6590100 { >>> + compatible = "renesas,usb-phy-r8a7794"; >>> + reg = <0 0xe6590100 0 0x100>; >>> + #address-cells = <1>; >>> + #size-cells = <0>; >>> + clocks = <&mstp7_clks R8A7794_CLK_HSUSB>; >>> + clock-names = "usbhs"; >> >> Forgot to add "power-domains" prop here. :-( > > Are you planning to repost this? Yes. MBR, Sergei ^ permalink raw reply [flat|nested] 18+ messages in thread
* [PATCH 1/2] ARM: shmobile: r8a7794: add USB PHY DT support @ 2015-09-30 11:11 ` Sergei Shtylyov 0 siblings, 0 replies; 18+ messages in thread From: Sergei Shtylyov @ 2015-09-30 11:11 UTC (permalink / raw) To: linux-arm-kernel Hello. On 9/30/2015 11:33 AM, Simon Horman wrote: >>> Define the R8A7794 generic part of the USB PHY device node. It is up to the >>> board file to enable the device. >>> >>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> >>> >>> --- >>> arch/arm/boot/dts/r8a7794.dtsi | 19 +++++++++++++++++++ >>> 1 file changed, 19 insertions(+) >>> >>> Index: renesas/arch/arm/boot/dts/r8a7794.dtsi >>> =================================================================== >>> --- renesas.orig/arch/arm/boot/dts/r8a7794.dtsi >>> +++ renesas/arch/arm/boot/dts/r8a7794.dtsi >>> @@ -690,6 +690,25 @@ >>> 0x1000 0 0 2 &gic 0 113 IRQ_TYPE_LEVEL_HIGH>; >>> }; >>> >>> + usbphy: usb-phy at e6590100 { >>> + compatible = "renesas,usb-phy-r8a7794"; >>> + reg = <0 0xe6590100 0 0x100>; >>> + #address-cells = <1>; >>> + #size-cells = <0>; >>> + clocks = <&mstp7_clks R8A7794_CLK_HSUSB>; >>> + clock-names = "usbhs"; >> >> Forgot to add "power-domains" prop here. :-( > > Are you planning to repost this? Yes. MBR, Sergei ^ permalink raw reply [flat|nested] 18+ messages in thread
* [PATCH 2/2] ARM: shmobile: silk: enable USB PHY 2015-09-12 22:48 ` Sergei Shtylyov (?) @ 2015-09-12 22:53 ` Sergei Shtylyov -1 siblings, 0 replies; 18+ messages in thread From: Sergei Shtylyov @ 2015-09-12 22:53 UTC (permalink / raw) To: linux-arm-kernel Enable USB PHY device for the SILK board. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> --- arch/arm/boot/dts/r8a7794-silk.dts | 4 ++++ 1 file changed, 4 insertions(+) Index: renesas/arch/arm/boot/dts/r8a7794-silk.dts =================================--- renesas.orig/arch/arm/boot/dts/r8a7794-silk.dts +++ renesas/arch/arm/boot/dts/r8a7794-silk.dts @@ -210,3 +210,7 @@ pinctrl-0 = <&usb1_pins>; pinctrl-names = "default"; }; + +&usbphy { + status = "okay"; +}; ^ permalink raw reply [flat|nested] 18+ messages in thread
* [PATCH 2/2] ARM: shmobile: silk: enable USB PHY @ 2015-09-12 22:53 ` Sergei Shtylyov 0 siblings, 0 replies; 18+ messages in thread From: Sergei Shtylyov @ 2015-09-12 22:53 UTC (permalink / raw) To: horms, linux-sh, robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak, devicetree Cc: magnus.damm, linux, linux-arm-kernel Enable USB PHY device for the SILK board. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> --- arch/arm/boot/dts/r8a7794-silk.dts | 4 ++++ 1 file changed, 4 insertions(+) Index: renesas/arch/arm/boot/dts/r8a7794-silk.dts =================================================================== --- renesas.orig/arch/arm/boot/dts/r8a7794-silk.dts +++ renesas/arch/arm/boot/dts/r8a7794-silk.dts @@ -210,3 +210,7 @@ pinctrl-0 = <&usb1_pins>; pinctrl-names = "default"; }; + +&usbphy { + status = "okay"; +}; ^ permalink raw reply [flat|nested] 18+ messages in thread
* [PATCH 2/2] ARM: shmobile: silk: enable USB PHY @ 2015-09-12 22:53 ` Sergei Shtylyov 0 siblings, 0 replies; 18+ messages in thread From: Sergei Shtylyov @ 2015-09-12 22:53 UTC (permalink / raw) To: linux-arm-kernel Enable USB PHY device for the SILK board. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> --- arch/arm/boot/dts/r8a7794-silk.dts | 4 ++++ 1 file changed, 4 insertions(+) Index: renesas/arch/arm/boot/dts/r8a7794-silk.dts =================================================================== --- renesas.orig/arch/arm/boot/dts/r8a7794-silk.dts +++ renesas/arch/arm/boot/dts/r8a7794-silk.dts @@ -210,3 +210,7 @@ pinctrl-0 = <&usb1_pins>; pinctrl-names = "default"; }; + +&usbphy { + status = "okay"; +}; ^ permalink raw reply [flat|nested] 18+ messages in thread
end of thread, other threads:[~2015-09-30 11:11 UTC | newest] Thread overview: 18+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-09-12 22:48 [PATCH 0/2] Add USB PHY device tree support for R8A7794/SILK board Sergei Shtylyov 2015-09-12 22:48 ` Sergei Shtylyov 2015-09-12 22:48 ` Sergei Shtylyov 2015-09-12 22:50 ` [PATCH 1/2] ARM: shmobile: r8a7794: add USB PHY DT support Sergei Shtylyov 2015-09-12 22:50 ` Sergei Shtylyov 2015-09-12 22:50 ` Sergei Shtylyov 2015-09-16 23:15 ` Sergei Shtylyov 2015-09-16 23:15 ` Sergei Shtylyov 2015-09-16 23:15 ` Sergei Shtylyov 2015-09-30 8:33 ` Simon Horman 2015-09-30 8:33 ` Simon Horman 2015-09-30 8:33 ` Simon Horman 2015-09-30 11:11 ` Sergei Shtylyov 2015-09-30 11:11 ` Sergei Shtylyov 2015-09-30 11:11 ` Sergei Shtylyov 2015-09-12 22:53 ` [PATCH 2/2] ARM: shmobile: silk: enable USB PHY Sergei Shtylyov 2015-09-12 22:53 ` Sergei Shtylyov 2015-09-12 22:53 ` Sergei Shtylyov
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.