]> git.baikalelectronics.ru Git - kernel.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)
commit6eeef5667afc5d8d6c20faa88ab2a51fe25ecb1c
tree65db9a5eb204de8e00c6337b1d580b6938b31db1
parentdbe4f06c5908d299f1e86ae95e9a1f3c307ddcce
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