[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20a164e1-2d78-8905-cada-ca02dbf3e5c3@lechnology.com>
Date: Mon, 22 Jan 2018 11:14:11 -0600
From: David Lechner <david@...hnology.com>
To: linux-clk@...r.kernel.org, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org
Cc: Michael Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...eaurora.org>,
Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Sekhar Nori <nsekhar@...com>,
Kevin Hilman <khilman@...nel.org>,
Bartosz Golaszewski <bgolaszewski@...libre.com>,
Adam Ford <aford173@...il.com>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v6 41/41] ARM: dts: da850: Add clocks
On 01/20/2018 11:14 AM, David Lechner wrote:
> This adds clock provider nodes for da850 and wires them up to all of the
> devices.
>
> Signed-off-by: David Lechner <david@...hnology.com>
> ---
>
> v6 changes:
> - updated for device tree bindings changes earlier in this series
> - use single async2 clock instead of duplicate fixed factor clocks
> - add clock-names property to mdio node
>
> arch/arm/boot/dts/da850.dtsi | 162 +++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 162 insertions(+)
>
> diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi
...
> pmx_core: pinmux@...20 {
> compatible = "pinctrl-single";
> reg = <0x14120 0x50>;
> @@ -264,8 +325,43 @@
> usb_phy: usb-phy {
> compatible = "ti,da830-usb-phy";
> #phy-cells = <1>;
> + clocks = <&usb_phy_clk 0>, <&usb_phy_clk 1>;
> + clock-names = "usb20_phy", "usb11_phy";
This should be:
clock-names = "usb0_clk48", "usb1_clk48";
> status = "disabled";
> };
Powered by blists - more mailing lists