diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-10-15 23:35:46 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-10-15 23:35:46 +0300 |
commit | 82f8817470eb77d91342940ace15f0f6cc77b6f6 (patch) | |
tree | d8e5ba3048920bedfb774c56281b08405bf653fd /Documentation/devicetree/bindings/arm | |
parent | 2dc71a68d28a04a1149d4b90bba628ff660a8953 (diff) | |
parent | 9d45708f5adb940432bc99325d67ddc813bc4b22 (diff) | |
download | linux-82f8817470eb77d91342940ace15f0f6cc77b6f6.tar.xz |
Merge tag 'keystone-dts-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into next/dt
Merge "ARM Keystone DTS part2 for 4.4" from Santosh Shilimkar:
- Typo fix the soc binding documentation
- NETCP Accumulator nodes
* tag 'keystone-dts-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone:
ARM: dts: keystone: enable accumulator channels
Documentation: dt: keystone: Fix up missing quotes
Diffstat (limited to 'Documentation/devicetree/bindings/arm')
-rw-r--r-- | Documentation/devicetree/bindings/arm/keystone/keystone.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/arm/keystone/keystone.txt b/Documentation/devicetree/bindings/arm/keystone/keystone.txt index 800d2d02e27b..3090a8a008c0 100644 --- a/Documentation/devicetree/bindings/arm/keystone/keystone.txt +++ b/Documentation/devicetree/bindings/arm/keystone/keystone.txt @@ -17,11 +17,11 @@ SoC families: SoCs: - Keystone 2 Hawking/Kepler - compatible = ti,k2hk", "ti,keystone" + compatible = "ti,k2hk", "ti,keystone" - Keystone 2 Lamarr - compatible = ti,k2l", "ti,keystone" + compatible = "ti,k2l", "ti,keystone" - Keystone 2 Edison - compatible = ti,k2e", "ti,keystone" + compatible = "ti,k2e", "ti,keystone" Boards: - Keystone 2 Hawking/Kepler EVM |