mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
ARM: dts: tf201: configure dock USB phy
TF201 unlike other transformers uses non-fused xcvr value for its dock USB port. With out it dock USB and SD reader will not work. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
This commit is contained in:
committed by
Tom Rini
parent
b353615fd9
commit
6d61eb5d5f
@@ -6,4 +6,9 @@
|
||||
/ {
|
||||
model = "ASUS Transformer Prime TF201";
|
||||
compatible = "asus,tf201", "nvidia,tegra30";
|
||||
|
||||
usb-phy@7d008000 {
|
||||
/delete-property/ nvidia,xcvr-setup-use-fuses;
|
||||
nvidia,xcvr-setup = <5>; /* Based on TF201 fuse value - 48 */
|
||||
};
|
||||
};
|
||||
|
||||
@@ -123,6 +123,10 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
usb-phy@7d008000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
backlight: backlight {
|
||||
compatible = "pwm-backlight";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user