]> git.baikalelectronics.ru Git - uboot.git/commit
arm: dts: rockchip: remove usb-phy fallback string for rk3188
authorJohan Jonker <jbx6244@gmail.com>
Fri, 29 Apr 2022 21:40:08 +0000 (23:40 +0200)
committerKever Yang <kever.yang@rock-chips.com>
Wed, 29 Jun 2022 03:28:16 +0000 (11:28 +0800)
commit93d5e2cf272b35acfb86bb4ede1214d35eb083fe
tree70483885208c49a94b99fd0b1b86ed4e3c4d89a7
parent76e5aef208262df4cd26cc81c253d060f531b667
arm: dts: rockchip: remove usb-phy fallback string for rk3188

With the conversion of rockchip-usb-phy.yaml a long time used fallback
string for rk3066a/rk3188 was added. The linux driver doesn't do much with
the GRF phy address range, however the u-boot driver rockchip_usb2_phy.c
does. The bits in GRF_UOC0_CON2 for rk3066a/rk3188 and rk3288 for example
don't match. Remove the usb-phy fallback string for rk3188
to prevent possible strange side effects.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3188.dtsi