mirror of
https://github.com/torvalds/linux.git
synced 2024-12-12 14:12:51 +00:00
arm64: dts: ls1028a: sl28: fix on-board EEPROMS
The module itself has another EEPROM at 50h on I2C4. The EEPROM on the carriers is located at 57h on I2C3. Fix that in the device trees. Signed-off-by: Michael Walle <michael@walle.cc> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
1bc72a42c6
commit
f05cd1c2a2
@ -18,10 +18,10 @@
|
||||
"kontron,sl28", "fsl,ls1028a";
|
||||
};
|
||||
|
||||
&i2c4 {
|
||||
eeprom@50 {
|
||||
&i2c3 {
|
||||
eeprom@57 {
|
||||
compatible = "atmel,24c32";
|
||||
reg = <0x50>;
|
||||
reg = <0x57>;
|
||||
pagesize = <32>;
|
||||
};
|
||||
};
|
||||
|
@ -77,6 +77,14 @@
|
||||
};
|
||||
};
|
||||
|
||||
&i2c3 {
|
||||
eeprom@57 {
|
||||
compatible = "atmel,24c64";
|
||||
reg = <0x57>;
|
||||
pagesize = <32>;
|
||||
};
|
||||
};
|
||||
|
||||
&i2c4 {
|
||||
status = "okay";
|
||||
|
||||
@ -89,12 +97,6 @@
|
||||
assigned-clocks = <&mclk>;
|
||||
assigned-clock-rates = <1250000>;
|
||||
};
|
||||
|
||||
eeprom@50 {
|
||||
compatible = "atmel,24c32";
|
||||
reg = <0x50>;
|
||||
pagesize = <32>;
|
||||
};
|
||||
};
|
||||
|
||||
&sai5 {
|
||||
|
@ -178,4 +178,10 @@
|
||||
|
||||
&i2c4 {
|
||||
status = "okay";
|
||||
|
||||
eeprom@50 {
|
||||
compatible = "atmel,24c32";
|
||||
reg = <0x50>;
|
||||
pagesize = <32>;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user