]> Git Repo - linux.git/commit
arm64: dts: layerscape: remove en25s64 and only keep jedec,spi-nor compatible string
authorFrank Li <[email protected]>
Wed, 23 Oct 2024 20:11:28 +0000 (16:11 -0400)
committerShawn Guo <[email protected]>
Mon, 4 Nov 2024 08:46:32 +0000 (16:46 +0800)
commitef7965c7fc69066aad17a2485c5ec13671aa3bad
tree14568a14160e56f5aa49d254bbcc1390215c2556
parente2bc14a13e434417e5a606ddac9d121003289a7d
arm64: dts: layerscape: remove en25s64 and only keep jedec,spi-nor compatible string

In jedec,spi-nor.yaml:
  SPI NOR flashes compatible with the JEDEC SFDP standard or which may be
  identified with the READ ID opcode (0x9F) do not deserve a specific
  compatible. They should instead only be matched against the generic
  "jedec,spi-nor" compatible.

en25s64 already in drivers/mtd/spi-nor/eon.c. So remove it safely and fix
below warning:
  arch/arm64/boot/dts/freescale/fsl-ls1012a-qds.dtb: flash@2: compatible: 'oneOf' conditional failed, one must be fixed:
        ['en25s64', 'jedec,spi-nor'] is too long

Signed-off-by: Frank Li <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
arch/arm64/boot/dts/freescale/fsl-ls1012a-qds.dts
arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dts
This page took 0.053034 seconds and 4 git commands to generate.