summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/arm/bcm/brcm,ns2.yaml
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2020-08-15 08:19:58 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2020-08-15 08:19:58 -0700
commitb07175dc41babfec057f494d22a750af755297d8 (patch)
treea25e766b9e40e1c9f080c437a34a5b5f4c60b5ae /Documentation/devicetree/bindings/arm/bcm/brcm,ns2.yaml
parent341323fa0eed1b201130b7af84d40fa04725c832 (diff)
parent5f0b06da5cde3f0a613308b89f0afea678559fdf (diff)
downloadlinux-b07175dc41babfec057f494d22a750af755297d8.tar.bz2
Merge tag 'devicetree-fixes-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Pull devicetree fixes from Rob Herring: "Another round of 'allOf' removals and whitespace clean-ups of schemas" * tag 'devicetree-fixes-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: dt-bindings: Remove more cases of 'allOf' containing a '$ref' dt-bindings: Whitespace clean-ups in schema files
Diffstat (limited to 'Documentation/devicetree/bindings/arm/bcm/brcm,ns2.yaml')
-rw-r--r--Documentation/devicetree/bindings/arm/bcm/brcm,ns2.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,ns2.yaml b/Documentation/devicetree/bindings/arm/bcm/brcm,ns2.yaml
index 2451704f87f0..0749adf94c28 100644
--- a/Documentation/devicetree/bindings/arm/bcm/brcm,ns2.yaml
+++ b/Documentation/devicetree/bindings/arm/bcm/brcm,ns2.yaml
@@ -16,8 +16,8 @@ properties:
compatible:
items:
- enum:
- - brcm,ns2-svk
- - brcm,ns2-xmc
+ - brcm,ns2-svk
+ - brcm,ns2-xmc
- const: brcm,ns2
...