diff options
| author | Anson Huang <b20788@freescale.com> | 2014-02-11 02:35:22 -0500 |
|---|---|---|
| committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:57:24 -0400 |
| commit | bb6d7d3aac68587c745ff020817ec1ca646c00dc (patch) | |
| tree | f5cdf4e5f70ea246ceccf4282f346fde386eedc4 /Documentation | |
| parent | 19eb029e0eabedabcac3021a5cfc53d7eb1ee652 (diff) | |
ENGR00298524-2 ARM: imx: Add MSL support for i.mx6sx
It adds initial MSL support for i.mx6sx, including below features:
1. add cpu type check;
2. add system timer support;
3. add clock tree support;
4. add machine layer init support;
Signed-off-by: Anson Huang <b20788@freescale.com>
Signed-off-by: Nitin Garg <nitin.garg@freescale.com>
Signed-off-by: Ranjani Vaidyanathan <Ranjani.Vaidyanathan@freescale.com>
Acked-by: Jason Liu
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/clock/imx6sx-clock.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/imx6sx-clock.txt b/Documentation/devicetree/bindings/clock/imx6sx-clock.txt new file mode 100644 index 000000000000..ee97197b26c7 --- /dev/null +++ b/Documentation/devicetree/bindings/clock/imx6sx-clock.txt | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | * Clock bindings for Freescale i.MX6 SoloX | ||
| 2 | |||
| 3 | Required properties: | ||
| 4 | - compatible: Should be "fsl,imx6sx-ccm" | ||
| 5 | - reg: Address and length of the register set | ||
| 6 | - #clock-cells: Should be <1> | ||
| 7 | |||
| 8 | The clock consumer should specify the desired clock by having the clock | ||
| 9 | ID in its "clocks" phandle cell. See include/dt-bindings/clock/imx6sx-clock.h | ||
| 10 | for the full list of i.MX6 SoloX clock IDs. | ||
