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: Maxime Ripard <mripard@kernel.org>
This commit is contained in:
Maxime Ripard 2019-10-16 12:48:20 +02:00
parent 27b705fbf6
commit a0365c09b5
No known key found for this signature in database
GPG key ID: E3EF0D6F671851C5

View file

@ -130,7 +130,7 @@
&i2c1 {
status = "okay";
at24@50 {
eeprom@50 {
compatible = "atmel,24c16";
pagesize = <16>;
reg = <0x50>;