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

usb: misc: usb3503: Describe better how to bind clock to the hub

Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Michael Trimarchi and committed by
Rob Herring
2729f62c 22697acd

+4 -1
+4 -1
Documentation/devicetree/bindings/usb/usb3503.txt
··· 18 18 - refclk: Clock used for driving REFCLK signal (optional, if not provided 19 19 the driver assumes that clock signal is always available, its 20 20 rate is specified by REF_SEL pins and a value from the primary 21 - reference clock frequencies table is used) 21 + reference clock frequencies table is used). Use clocks and 22 + clock-names in order to assign it 22 23 - refclk-frequency: Frequency of the REFCLK signal as defined by REF_SEL 23 24 pins (optional, if not provided, driver will not set rate of the 24 25 REFCLK signal and assume that a value from the primary reference ··· 34 33 intn-gpios = <&gpx3 4 1>; 35 34 reset-gpios = <&gpx3 5 1>; 36 35 initial-mode = <1>; 36 + clocks = <&clks 80>; 37 + clock-names = "refclk"; 37 38 };