diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-12-19 20:03:21 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-12-29 11:50:30 +0900 |
commit | 2001a81cba9554ee8b7f6d2ecd53510640ce4f35 (patch) | |
tree | b9ddf50bc81aec6f8223e244f9ccb22d4639cf6e /arch/arm/dts/uniphier-ld20-ref.dts | |
parent | 94bf34b17277c77d42ae9137262adf55143b0d48 (diff) |
ARM: uniphier: dts: sync with Linux 4.20
Currently, the DWC3 USB node is out of sync because the bindings
for the UniPhier DWC3 PHY diverged between Linux and U-Boot.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/dts/uniphier-ld20-ref.dts')
-rw-r--r-- | arch/arm/dts/uniphier-ld20-ref.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/uniphier-ld20-ref.dts b/arch/arm/dts/uniphier-ld20-ref.dts index 440c2e6a63..406244a5c8 100644 --- a/arch/arm/dts/uniphier-ld20-ref.dts +++ b/arch/arm/dts/uniphier-ld20-ref.dts @@ -75,3 +75,7 @@ drive-strength = <9>; }; }; + +&usb { + status = "okay"; +}; |