diff options
author | Nishanth Menon <nm@ti.com> | 2015-10-13 23:41:03 +0300 |
---|---|---|
committer | Santosh Shilimkar <ssantosh@kernel.org> | 2015-10-13 23:41:03 +0300 |
commit | dc5fa4ec0dca38ed110e54e20e2f10701e04dfe5 (patch) | |
tree | e50835d8fe89d966bd2bfc475b3484b7c28963cf /Documentation/devicetree/bindings/arm/keystone/keystone.txt | |
parent | 91dca0f0fe419813b7450b0d092e9e23255db51b (diff) | |
download | linux-dc5fa4ec0dca38ed110e54e20e2f10701e04dfe5.tar.xz |
Documentation: dt: keystone: Fix up missing quotes
Add missing commits for the suggest compatible flags in dt binding.
Fixes: 8841cbf666d6 ("Documentation: dt: keystone: provide SoC specific compatible flags")
Reported-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/keystone/keystone.txt')
-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 |