linux: dts: Correct EEPROM dts entry.

main
vauban353 1 year ago
parent 080941b66a
commit 2fcfb454f0

@ -388,7 +388,8 @@ index 000000000..743da3845
+&i2c1 {
+ status = "okay";
+ eeprom: eeprom@50 {
+ compatible = "at,24c32";
+ compatible = "atmel,24c32";
+ reg = pagesize = <32>;
+ reg = <0x50>;
+ };
+
@ -411,7 +412,6 @@ index 000000000..743da3845
+ };
+
+
+
+};
+
+&mac0 {

Loading…
Cancel
Save