Merge branch 'eeprom-dts-fix' into 'main'

linux: dts: Correct EEPROM dts entry.

See merge request beaglev-fire/BeagleV-Fire-ubuntu!3
main
Robert Nelson 1 year ago
commit 2372f7cbb7

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

Loading…
Cancel
Save