On Tue, 26 Apr 2022 12:59:39 -0500, Rob Herring wrote: > The samsung,s524ad0xd1 compatible is in use, but not documented. According > to arch/arm/mach-s3c/mach-smdk6410.c, the samsung,s524ad0xd1 is compatible > with the 24c128. As the schema requires a fallback compatible to the > corresponding Atmel compatible, 'atmel,24c128' is added as a fallback. > > Signed-off-by: Rob Herring <robh@xxxxxxxxxx> > --- > v2: > - Fix the example in samsung,s3c2410-i2c.yaml > > Documentation/devicetree/bindings/eeprom/at24.yaml | 4 +++- > .../devicetree/bindings/i2c/samsung,s3c2410-i2c.yaml | 2 +- > 2 files changed, 4 insertions(+), 2 deletions(-) > Applied, thanks!