diff options
author | Olof Johansson <olof@lixom.net> | 2013-06-18 03:23:04 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-06-18 03:23:04 -0400 |
commit | 99ff1830426ed59cc722091eadffd17736bdf148 (patch) | |
tree | c6e2bed35a3233528223d5e57857452e55662f5c /Documentation/devicetree/bindings/arm | |
parent | 7bf15412250747277cc53301d550d4894f749b12 (diff) | |
parent | f07cb6a089644e2334c3523af589d9233cc18c74 (diff) |
Merge tag 'keystone-soc-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into next/soc
From Santosh Shilimkar:
SOC support for Keystone II devices:
- Minimal machine and device-tree support with arch_timers and console UART
- Reboot hook using PLL reset
- Low level debug support using UART
- SMP boot support
* tag 'keystone-soc-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone:
ARM: keystone: Enable SMP support on Keystone machines
ARM: keystone: Add minimal TI Keystone platform support
ARM: dts: keystone: Add minimal Keystone SOC device tree data
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'Documentation/devicetree/bindings/arm')
-rw-r--r-- | Documentation/devicetree/bindings/arm/keystone/keystone.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/keystone/keystone.txt b/Documentation/devicetree/bindings/arm/keystone/keystone.txt new file mode 100644 index 000000000000..63c0e6ae5cf7 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/keystone/keystone.txt | |||
@@ -0,0 +1,10 @@ | |||
1 | TI Keystone Platforms Device Tree Bindings | ||
2 | ----------------------------------------------- | ||
3 | |||
4 | Boards with Keystone2 based devices (TCI66xxK2H) SOC shall have the | ||
5 | following properties. | ||
6 | |||
7 | Required properties: | ||
8 | - compatible: All TI specific devices present in Keystone SOC should be in | ||
9 | the form "ti,keystone-*". Generic devices like gic, arch_timers, ns16550 | ||
10 | type UART should use the specified compatible for those devices. | ||