]> Git Repo - linux.git/commitdiff
Merge tag 'samsung-dt-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk...
authorArnd Bergmann <[email protected]>
Tue, 8 Dec 2020 23:05:29 +0000 (00:05 +0100)
committerArnd Bergmann <[email protected]>
Tue, 8 Dec 2020 23:05:30 +0000 (00:05 +0100)
Samsung DTS ARM changes for v5.11, part three

1. S3C bindings and DTS cleanup,
2. Correct the clock rates for SPI0 in Artik 5 which is a fix for recently
   introduced Ethernet on SPI on Artik 5 board.

* tag 'samsung-dt-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
  ARM: dts: exynos: Reduce assigned-clocks entries for SPI0 on Artik5 board
  ARM: dts: s3c6410: correct SMDK6410 board compatible
  ARM: dts: s3c24xx: add SMDK2416 board compatible
  dt-bindings: arm: samsung: document S3C6410-based boards binding
  dt-bindings: arm: samsung: document SMDK2416 board binding

Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnd Bergmann <[email protected]>
1  2 
Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml

index d0d80fffe14e2404e3e6f6ca699b4b0a00cc448a,bdcfc990fbd746b76ba82bfc2f30245c1a46fd6f..0796f0c87727b5ad295031e5b907ccd02df1f7fc
@@@ -14,6 -14,19 +14,19 @@@ properties
      const: '/'
    compatible:
      oneOf:
+       - description: S3C2416 based boards
+         items:
+           - enum:
+               - samsung,smdk2416                # Samsung SMDK2416
+           - const: samsung,s3c2416
+       - description: S3C6410 based boards
+         items:
+           - enum:
+               - friendlyarm,mini6410            # FriendlyARM Mini6410
+               - samsung,smdk6410                # Samsung SMDK6410
+           - const: samsung,s3c6410
        - description: S5PV210 based boards
          items:
            - enum:
  
  required:
    - compatible
 +
 +additionalProperties: true
This page took 0.066083 seconds and 4 git commands to generate.