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

dts: sunxi: correct vendor prefix on OLinuXino a10s micro

The OLinuXino A10S micro features an eeprom. According to the eeprom.txt
binding document, we should use the manufacturer and 'at' is not the
proper manufacturer id according to the vendor-prefixes.

This patch takes the proper vendor-prefix and uses it for the eeprom
node.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>

authored by

Olliver Schinagl and committed by
Maxime Ripard
ce350094 e89ecbf1

+1 -1
+1 -1
arch/arm/boot/dts/sun5i-a10s-olinuxino-micro.dts
··· 111 111 status = "okay"; 112 112 113 113 at24@50 { 114 - compatible = "at,24c16"; 114 + compatible = "atmel,24c16"; 115 115 pagesize = <16>; 116 116 reg = <0x50>; 117 117 read-only;