Skip to content

Commit ac0722f

Browse files
mripardolofj
authored andcommitted
dt-bindings: cpu: Fix JSON schema
Commit fd73403 ("dt-bindings: arm: Add SMP enable-method for Milbeaut") added support for a new cpu enable-method, but did so using tabulations to ident. This is however invalid in the syntax, and resulted in a failure when trying to use that schemas for validation. Use spaces instead of tabs to indent to fix this. Fixes: fd73403 ("dt-bindings: arm: Add SMP enable-method for Milbeaut") Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Reviewed-by: Rob Herring <robh@kernel.org> Acked-by: Sugaya Taichi <sugaya.taichi@socionext.com> Signed-off-by: Olof Johansson <olof@lixom.net>
1 parent 79a3aaa commit ac0722f

File tree

1 file changed

+1
-1
lines changed
  • Documentation/devicetree/bindings/arm

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/arm/cpus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ patternProperties:
228228
- renesas,r9a06g032-smp
229229
- rockchip,rk3036-smp
230230
- rockchip,rk3066-smp
231-
- socionext,milbeaut-m10v-smp
231+
- socionext,milbeaut-m10v-smp
232232
- ste,dbx500-smp
233233

234234
cpu-release-addr:

0 commit comments

Comments
 (0)