Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: mtd: jedec,spi-nor: Add atmel,at26* compatible string

Add atmel,at26* compatible string to fix below CHECK_DTB warning:

arch/arm/boot/dts/nxp/vf/vf610-twr.dtb: /soc/bus@40000000/spi@4002c000/at26df081a@0:
failed to match any schema with compatible: ['atmel,at26df081a']

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Acked-by: Pratyush Yadav <pratyush@kernel.org>
Signed-off-by: Pratyush Yadav <pratyush@kernel.org>
Link: https://lore.kernel.org/r/20250523155258.546003-1-Frank.Li@nxp.com

authored by

Frank Li and committed by
Pratyush Yadav
12da2e6c a45ab839

+1 -1
+1 -1
Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml
··· 20 20 - pattern: "^((((micron|spansion|st),)?\ 21 21 (m25p(40|80|16|32|64|128)|\ 22 22 n25q(32b|064|128a11|128a13|256a|512a|164k)))|\ 23 - atmel,at25df(321a|641|081a)|\ 23 + atmel,at(25|26)df(321a|641|081a)|\ 24 24 everspin,mr25h(10|40|128|256)|\ 25 25 (mxicy|macronix),mx25l(4005a|1606e|6405d|8005|12805d|25635e)|\ 26 26 (mxicy|macronix),mx25u(4033|4035)|\