ARM: dts: sun5i: olinuxino micro: Fix AT24 node name
authorMaxime Ripard <mripard@kernel.org>
Wed, 16 Oct 2019 10:48:20 +0000 (12:48 +0200)
committerMaxime Ripard <mripard@kernel.org>
Mon, 21 Oct 2019 11:20:49 +0000 (13:20 +0200)
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>
arch/arm/boot/dts/sun5i-a10s-olinuxino-micro.dts

index 7033a123c9a3afaa9fe752b777794917098a97b9..d6bb82c295f0e5c6d92b91e6cdf121843044e2c0 100644 (file)
 &i2c1 {
        status = "okay";
 
-       at24@50 {
+       eeprom@50 {
                compatible = "atmel,24c16";
                pagesize = <16>;
                reg = <0x50>;