[U-Boot] [PATCH] rockchip: rk3229: add dwc2 node for fastboot

The dwc2 gadget function will get address from DT when fastboot start, so we need to add dwc2 node to support fastboot.
Meng Dongyang (1): rockchip: dts: rk3229: add dwc2 node for fastboot
arch/arm/dts/rk3229-evb.dts | 4 ++++ arch/arm/dts/rk322x.dtsi | 10 ++++++++++ 2 files changed, 14 insertions(+)

Add dwc2 node for fastboot to init dwc2 controller.
Signed-off-by: Meng Dongyang daniel.meng@rock-chips.com --- arch/arm/dts/rk3229-evb.dts | 4 ++++ arch/arm/dts/rk322x.dtsi | 10 ++++++++++ 2 files changed, 14 insertions(+)
diff --git a/arch/arm/dts/rk3229-evb.dts b/arch/arm/dts/rk3229-evb.dts index ccdac1c..37137c2 100644 --- a/arch/arm/dts/rk3229-evb.dts +++ b/arch/arm/dts/rk3229-evb.dts @@ -75,3 +75,7 @@ &uart2 { status = "okay"; }; + +&usb20_otg { + status = "okay"; +}; diff --git a/arch/arm/dts/rk322x.dtsi b/arch/arm/dts/rk322x.dtsi index 7237da4..4f2a1f6 100644 --- a/arch/arm/dts/rk322x.dtsi +++ b/arch/arm/dts/rk322x.dtsi @@ -403,6 +403,16 @@ status = "disabled"; };
+ usb20_otg: usb@30040000 { + compatible = "rockchip,rk3229-usb", "rockchip,rk3288-usb", + "snps,dwc2"; + reg = <0x30040000 0x40000>; + interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>; + hnp-srp-disable; + dr_mode = "otg"; + status = "disabled"; + }; + gmac: ethernet@30200000 { compatible = "rockchip,rk3228-gmac"; reg = <0x30200000 0x10000>;

Add dwc2 node for fastboot to init dwc2 controller.
Signed-off-by: Meng Dongyang daniel.meng@rock-chips.com
arch/arm/dts/rk3229-evb.dts | 4 ++++ arch/arm/dts/rk322x.dtsi | 10 ++++++++++ 2 files changed, 14 insertions(+)
Acked-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com

Add dwc2 node for fastboot to init dwc2 controller.
Signed-off-by: Meng Dongyang daniel.meng@rock-chips.com Acked-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
arch/arm/dts/rk3229-evb.dts | 4 ++++ arch/arm/dts/rk322x.dtsi | 10 ++++++++++ 2 files changed, 14 insertions(+)
Reviewed-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com

Add dwc2 node for fastboot to init dwc2 controller.
Signed-off-by: Meng Dongyang daniel.meng@rock-chips.com Acked-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com Reviewed-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
arch/arm/dts/rk3229-evb.dts | 4 ++++ arch/arm/dts/rk322x.dtsi | 10 ++++++++++ 2 files changed, 14 insertions(+)
Applied to u-boot-rockchip, thanks!

Hi Meng,
On 12 July 2017 at 20:59, Meng Dongyang daniel.meng@rock-chips.com wrote:
The dwc2 gadget function will get address from DT when fastboot start, so we need to add dwc2 node to support fastboot.
Meng Dongyang (1): rockchip: dts: rk3229: add dwc2 node for fastboot
arch/arm/dts/rk3229-evb.dts | 4 ++++ arch/arm/dts/rk322x.dtsi | 10 ++++++++++ 2 files changed, 14 insertions(+)
-- 1.9.1
The patch seems to be missing.
- Simon

Simon,
the patch is in Patchworks and seems to have been picked from the same mail that you replied to: https://patchwork.ozlabs.org/patch/787493/
Philipp.
On 14 Jul 2017, at 15:50, Simon Glass sjg@chromium.org wrote:
Hi Meng,
On 12 July 2017 at 20:59, Meng Dongyang daniel.meng@rock-chips.com wrote:
The dwc2 gadget function will get address from DT when fastboot start, so we need to add dwc2 node to support fastboot.
Meng Dongyang (1): rockchip: dts: rk3229: add dwc2 node for fastboot
arch/arm/dts/rk3229-evb.dts | 4 ++++ arch/arm/dts/rk322x.dtsi | 10 ++++++++++ 2 files changed, 14 insertions(+)
-- 1.9.1
The patch seems to be missing.
- Simon

Hi Phlipp,
On 14 July 2017 at 07:53, Dr. Philipp Tomsich philipp.tomsich@theobroma-systems.com wrote:
Simon,
the patch is in Patchworks and seems to have been picked from the same mail that you replied to: https://patchwork.ozlabs.org/patch/787493/
OK that's good then.
Regards, Simon
Philipp.
On 14 Jul 2017, at 15:50, Simon Glass sjg@chromium.org wrote:
Hi Meng,
On 12 July 2017 at 20:59, Meng Dongyang daniel.meng@rock-chips.com wrote:
The dwc2 gadget function will get address from DT when fastboot start, so we need to add dwc2 node to support fastboot.
Meng Dongyang (1): rockchip: dts: rk3229: add dwc2 node for fastboot
arch/arm/dts/rk3229-evb.dts | 4 ++++ arch/arm/dts/rk322x.dtsi | 10 ++++++++++ 2 files changed, 14 insertions(+)
-- 1.9.1
The patch seems to be missing.
- Simon
participants (4)
-
Dr. Philipp Tomsich
-
Meng Dongyang
-
Philipp Tomsich
-
Simon Glass