Add node for USB PHY driver to the base R8A7790 device tree include file. It is up to the board file to enable and configure it as necessary.
Signed-off-by: Ben Dooks <ben.do...@codethink.co.uk> Reviewed-by: Ian Molton <ian.mol...@codethink.co.uk> --- Cc: devicet...@vger.kernel.org Cc: Magnus Damm <magnus.d...@gmail.com> Cc: Simon Horman <ho...@verge.net.au> Cc: linux...@vger.kernel.org --- arch/arm/boot/dts/r8a7790.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi index 7325fee..4c03c46 100644 --- a/arch/arm/boot/dts/r8a7790.dtsi +++ b/arch/arm/boot/dts/r8a7790.dtsi @@ -802,4 +802,12 @@ #address-cells = <3>; #size-cells = <2>; }; + + usbphy: usbphy@e6590100 { + compatible = "renesas,usb-phy-r8a7790"; + clocks = <&mstp7_clks R8A7790_CLK_HSUSB>; + clock-names = "usbhs"; + reg = < 0x0 0xe6590100 0x0 0x100>; + status = "disabled"; + }; }; -- 1.9.0 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html