]> Git Repo - J-linux.git/commitdiff
spi: dt-bindings: fsl-dspi: add compatible string 'fsl,lx2160a-dspi'
authorFrank Li <[email protected]>
Wed, 3 Jul 2024 16:59:31 +0000 (12:59 -0400)
committerMark Brown <[email protected]>
Mon, 8 Jul 2024 11:50:30 +0000 (12:50 +0100)
Add compatible string 'fsl,lx2160a-dspi' and allow fall back to
'fsl,ls2085a-dspi'.
Fix below CHECK_DTBS warning.

arch/arm64/boot/dts/freescale/fsl-lx2160a-bluebox3.dtb: spi@2100000: compatible: 'oneOf' conditional failed, one must be fixed:
        ['fsl,lx2160a-dspi', 'fsl,ls2085a-dspi'] is too long

Signed-off-by: Frank Li <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Documentation/devicetree/bindings/spi/fsl,dspi.yaml

index f16ac222914564b2aa48f9377484b4b905ae76ef..7ca8fceda7179fd19e4fcb9f8746d06d20c0b364 100644 (file)
@@ -34,6 +34,9 @@ properties:
       - items:
           - const: fsl,ls2080a-dspi
           - const: fsl,ls2085a-dspi
+      - items:
+          - const: fsl,lx2160a-dspi
+          - const: fsl,ls2085a-dspi
 
   reg:
     maxItems: 1
This page took 0.050858 seconds and 4 git commands to generate.