Commit a0365c09 authored by Maxime Ripard's avatar Maxime Ripard

ARM: dts: sun5i: olinuxino micro: Fix AT24 node name

The node name in a device tree is supposed to be the class of the device,
not its model (even if it's a pretty generic one).

This was reported by the DT validation tools.
Signed-off-by: default avatarMaxime Ripard <mripard@kernel.org>
parent 27b705fb
......@@ -130,7 +130,7 @@ axp152: pmic@30 {
&i2c1 {
status = "okay";
at24@50 {
eeprom@50 {
compatible = "atmel,24c16";
pagesize = <16>;
reg = <0x50>;
......
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