RE: [PATCH 10/11] Document: dt: binding: imx: update doc for imx6sll
From: Jacky Bai <ping.bai@nxp.com>
Date: 2016-12-12 02:32:15
Also in:
linux-arm-kernel, linux-clk, linux-gpio
Subject: Re: [PATCH 10/11] Document: dt: binding: imx: update doc for imx6sll On 12/02, Bai Ping wrote:quoted
Add necessary document update for i.MX6SLL support. Signed-off-by: Bai Ping <ping.bai@nxp.com> --- .../devicetree/bindings/clock/imx6sll-clock.txt | 13 ++++++++ .../bindings/pinctrl/fsl,imx6sll-pinctrl.txt | 37 ++++++++++++++++++++++Please split the bindings into different patches and put them closer to the drivers that use them in the series.
Ok, I will fix it in V2.
quoted
2 files changed, 50 insertions(+) create mode 100644 Documentation/devicetree/bindings/clock/imx6sll-clock.txt create mode 100644 Documentation/devicetree/bindings/pinctrl/fsl,imx6sll-pinctrl.txtdiff --git a/Documentation/devicetree/bindings/clock/imx6sll-clock.txtb/Documentation/devicetree/bindings/clock/imx6sll-clock.txt new file mode 100644 index 0000000..4f52efa--- /dev/null +++ b/Documentation/devicetree/bindings/clock/imx6sll-clock.txt@@ -0,0 +1,13 @@ +* Clock bindings for Freescale i.MX6 UltraLite + +Required properties: +- compatible: Should be "fsl,imx6sll-ccm" +- reg: Address and length of the register set +- #clock-cells: Should be <1> +- clocks: list of clock specifiers, must contain an entry for each +required + entry in clock-names +- clock-names: should include entries "ckil", "osc", "ipp_di0" and "ipp_di1" + +The clock consumer should specify the desired clock by having the +clock ID in its "clocks" phandle cell. See +include/dt-bindings/clock/imx6sll-clock.h +for the full list of i.MX6 SLL clock IDs.Can you add an example node here?
Thanks for review, I will add it in V2.
-- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project