diff options
author | jmcneill <jmcneill@FreeBSD.org> | 2017-01-22 13:21:19 +0000 |
---|---|---|
committer | jmcneill <jmcneill@FreeBSD.org> | 2017-01-22 13:21:19 +0000 |
commit | 9572deaf4c2955f1148165eeaf3c8731c72dfc61 (patch) | |
tree | 29d3d389b3091b966347d6b960dd9b35ca1b3ce6 /sys/boot/fdt | |
parent | 0be96d965c6adc1c48e56f129d27948645389867 (diff) | |
download | FreeBSD-src-9572deaf4c2955f1148165eeaf3c8731c72dfc61.zip FreeBSD-src-9572deaf4c2955f1148165eeaf3c8731c72dfc61.tar.gz |
MFC r310854, r310972
r310854:
Add missing reg property to usbphy node.
r310972:
Fix a typo in the third address of the reg property for the usbphy node.
Diffstat (limited to 'sys/boot/fdt')
-rw-r--r-- | sys/boot/fdt/dts/arm/a83t.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/boot/fdt/dts/arm/a83t.dtsi b/sys/boot/fdt/dts/arm/a83t.dtsi index 1ff4d18..b55d768 100644 --- a/sys/boot/fdt/dts/arm/a83t.dtsi +++ b/sys/boot/fdt/dts/arm/a83t.dtsi @@ -132,6 +132,9 @@ usbphy: phy@01c19400 { compatible = "allwinner,sun8i-a83t-usb-phy"; + reg = <0x01c19400 0x2c>, + <0x01c1a800 0x4>, + <0x01c1b800 0x4>; clocks = <&usb_clk 8>, <&usb_clk 9>, <&usb_clk 10>, |