Unverified Commit a0365c09 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@
&i2c1 {
	status = "okay";

	at24@50 {
	eeprom@50 {
		compatible = "atmel,24c16";
		pagesize = <16>;
		reg = <0x50>;