]> git.karo-electronics.de Git - linux-beck.git/commit
phy: rockchip-usb: should be a child device of the GRF
authorHeiko Stuebner <heiko@sntech.de>
Tue, 28 Jun 2016 22:12:58 +0000 (00:12 +0200)
committerKishon Vijay Abraham I <kishon@ti.com>
Mon, 4 Jul 2016 12:37:39 +0000 (18:07 +0530)
commita0da445aabe49c31093ecf3930f531e3c63e0b83
tree65db9a5eb204de8e00c6337b1d580b6938b31db1
parentf2e600411bad76317b6751caa3b5c20e321e54aa
phy: rockchip-usb: should be a child device of the GRF

The usb-phy is fully enclosed in the general register files (GRF).
Therefore as seen from the device-tree it shouldn't be a separate
platform-device but instead a sub-device of the GRF - using the
simply-mfd mechanism.

As the usb-phy is part of the kernel for some releases now, we keep
the old (and now deprecated) binding for compatibility purposes.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Documentation/devicetree/bindings/phy/rockchip-usb-phy.txt
drivers/phy/phy-rockchip-usb.c