Skip to content

Commit dc5fa4e

Browse files
nmenonSantoshShilimkar
authored andcommitted
Documentation: dt: keystone: Fix up missing quotes
Add missing commits for the suggest compatible flags in dt binding. Fixes: 8841cbf ("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>
1 parent 91dca0f commit dc5fa4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/devicetree/bindings/arm/keystone/keystone.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ SoC families:
1717
SoCs:
1818

1919
- Keystone 2 Hawking/Kepler
20-
compatible = ti,k2hk", "ti,keystone"
20+
compatible = "ti,k2hk", "ti,keystone"
2121
- Keystone 2 Lamarr
22-
compatible = ti,k2l", "ti,keystone"
22+
compatible = "ti,k2l", "ti,keystone"
2323
- Keystone 2 Edison
24-
compatible = ti,k2e", "ti,keystone"
24+
compatible = "ti,k2e", "ti,keystone"
2525

2626
Boards:
2727
- Keystone 2 Hawking/Kepler EVM

0 commit comments

Comments
 (0)