Skip to content

Commit 0f17a12

Browse files
nxpfranklibroonie
authored andcommitted
spi: dt-bindings: fsl-dspi: add compatible string 'fsl,lx2160a-dspi'
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 <Frank.Li@nxp.com> Link: https://patch.msgid.link/20240703165931.2325807-2-Frank.Li@nxp.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 2de9ae2 commit 0f17a12

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Documentation/devicetree/bindings/spi/fsl,dspi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ properties:
3434
- items:
3535
- const: fsl,ls2080a-dspi
3636
- const: fsl,ls2085a-dspi
37+
- items:
38+
- const: fsl,lx2160a-dspi
39+
- const: fsl,ls2085a-dspi
3740

3841
reg:
3942
maxItems: 1

0 commit comments

Comments
 (0)