Commit ce350094 authored by Olliver Schinagl's avatar Olliver Schinagl Committed by Maxime Ripard

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: default avatarOlliver Schinagl <oliver@schinagl.nl>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent e89ecbf1
......@@ -111,7 +111,7 @@ &i2c1 {
status = "okay";
at24@50 {
compatible = "at,24c16";
compatible = "atmel,24c16";
pagesize = <16>;
reg = <0x50>;
read-only;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment