Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: phy: rockchip: remove usb-phy fallback string for rk3066a/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 rk3066a/rk3188
to prevent possible strange side effects.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210828111218.10026-1-jbx6244@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Johan Jonker and committed by
Vinod Koul
4ff6b676 bf7ffcd0

+4 -7
+4 -7
Documentation/devicetree/bindings/phy/rockchip-usb-phy.yaml
··· 11 11 12 12 properties: 13 13 compatible: 14 - oneOf: 15 - - const: rockchip,rk3288-usb-phy 16 - - items: 17 - - enum: 18 - - rockchip,rk3066a-usb-phy 19 - - rockchip,rk3188-usb-phy 20 - - const: rockchip,rk3288-usb-phy 14 + enum: 15 + - rockchip,rk3066a-usb-phy 16 + - rockchip,rk3188-usb-phy 17 + - rockchip,rk3288-usb-phy 21 18 22 19 "#address-cells": 23 20 const: 1