diff options
author | Tom Rini <trini@konsulko.com> | 2017-08-21 07:16:16 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-21 07:16:16 -0400 |
commit | 8197d92843952b376915fdbcbf67c723feab1532 (patch) | |
tree | da0c744f5254b549498293dc2e148c59af0b9f8d /arch/arm/dts/uniphier-pro4.dtsi | |
parent | 2d7cb5b426e7e0cdf684d7f8029ad132d7a8d383 (diff) | |
parent | 3444d1d40e9ee42ba7423f4fa6651703a8666bc1 (diff) |
Merge git://git.denx.de/u-boot-uniphier
- Fix unmet direct dependencies warning
- Remove old sLD3 SoC support
- Update reset data
- Add dr_mode DT property to avoid warning
Diffstat (limited to 'arch/arm/dts/uniphier-pro4.dtsi')
-rw-r--r-- | arch/arm/dts/uniphier-pro4.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/uniphier-pro4.dtsi b/arch/arm/dts/uniphier-pro4.dtsi index 60287c478f..cbb848207c 100644 --- a/arch/arm/dts/uniphier-pro4.dtsi +++ b/arch/arm/dts/uniphier-pro4.dtsi @@ -587,6 +587,7 @@ compatible = "snps,dwc3"; reg = <0x65a00000 0x10000>; interrupts = <0 134 4>; + dr_mode = "host"; tx-fifo-resize; }; }; @@ -604,6 +605,7 @@ compatible = "snps,dwc3"; reg = <0x65c00000 0x10000>; interrupts = <0 137 4>; + dr_mode = "host"; tx-fifo-resize; }; }; |