diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2020-05-13 03:11:24 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-05-28 04:30:25 +0300 |
commit | 2bcfe2e0bc4ab9d35a82b66aedceabe8f85fc537 (patch) | |
tree | 212aabec49251af681e38f62af4e3d9ec918ae67 /Documentation/devicetree/bindings/clock/imx6ul-clock.txt | |
parent | cd71b9e59a2ebd7712b53a0859908b30a6ea26f4 (diff) | |
download | linux-2bcfe2e0bc4ab9d35a82b66aedceabe8f85fc537.tar.xz |
dt-bindings: clock: Convert i.MX6UL clock to json-schema
Convert the i.MX6UL clock binding to DT schema format using json-schema.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/clock/imx6ul-clock.txt')
-rw-r--r-- | Documentation/devicetree/bindings/clock/imx6ul-clock.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Documentation/devicetree/bindings/clock/imx6ul-clock.txt b/Documentation/devicetree/bindings/clock/imx6ul-clock.txt deleted file mode 100644 index 571d5039f663..000000000000 --- a/Documentation/devicetree/bindings/clock/imx6ul-clock.txt +++ /dev/null @@ -1,13 +0,0 @@ -* Clock bindings for Freescale i.MX6 UltraLite - -Required properties: -- compatible: Should be "fsl,imx6ul-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/imx6ul-clock.h -for the full list of i.MX6 UltraLite clock IDs. |