mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
6d61eb5d5f
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>
14 lines
326 B
Text
14 lines
326 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
/dts-v1/;
|
|
|
|
#include "tegra30-asus-transformer.dtsi"
|
|
|
|
/ {
|
|
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 */
|
|
};
|
|
};
|