]> git.baikalelectronics.ru Git - uboot.git/commitdiff
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)
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

index 6764776cce1270e8f673af37db0e4509f56a5482..9a80f83a1ae5ec597e42bbfd17151cd31e6aff35 100644 (file)
        compatible = "rockchip,rk3188-grf", "syscon", "simple-mfd";
 
        usbphy: usbphy {
-               compatible = "rockchip,rk3188-usb-phy",
-                            "rockchip,rk3288-usb-phy";
+               compatible = "rockchip,rk3188-usb-phy";
                #address-cells = <1>;
                #size-cells = <0>;
                status = "disabled";