arm: dts: k3-j721e-r5-*.dts: Fix clock-names property in the usb0 instance
authorAswath Govindraju <a-govindraju@ti.com>
Thu, 26 Aug 2021 15:58:57 +0000 (21:28 +0530)
committerTom Rini <trini@konsulko.com>
Sat, 11 Sep 2021 00:10:20 +0000 (20:10 -0400)
In the cdns3 usb driver, the clock name looked for is ref. Therefore, fix
the clock-names property in usb0 instance for proper initialization of
cdns3 usb gadget driver.

Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
arch/arm/dts/k3-j721e-r5-common-proc-board.dts

index a12607d..4b2362a 100644 (file)
        /delete-property/ assigned-clocks;
        /delete-property/ assigned-clock-parents;
        clocks = <&clk_19_2mhz>;
-       clock-names = "usb2_refclk";
+       clock-names = "ref";
        pinctrl-names = "default";
        pinctrl-0 = <&main_usbss0_pins_default>;
        ti,vbus-divider;