mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
ARM: dts: stm32: Move ethernet MAC EEPROM from SoM to carrier boards
[ Upstream commit9660efc2af] The ethernet MAC EEPROM is not populated on the SoM itself, it has to be populated on each carrier board. Move the EEPROM into the correct place in DTs, i.e. the carrier board DTs. Add label to the EEPROM too. Fixes:7e76f82acd("ARM: dts: stm32: Split Avenger96 into DHCOR SoM and Avenger96 board") Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
7a3c39e34c
commit
46a8dff210
@@ -322,6 +322,12 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dh_mac_eeprom: eeprom@53 {
|
||||||
|
compatible = "atmel,24c02";
|
||||||
|
reg = <0x53>;
|
||||||
|
pagesize = <16>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
<dc {
|
<dc {
|
||||||
|
|||||||
@@ -192,6 +192,12 @@
|
|||||||
reg = <0x50>;
|
reg = <0x50>;
|
||||||
pagesize = <16>;
|
pagesize = <16>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dh_mac_eeprom: eeprom@53 {
|
||||||
|
compatible = "atmel,24c02";
|
||||||
|
reg = <0x53>;
|
||||||
|
pagesize = <16>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&sdmmc1 { /* MicroSD */
|
&sdmmc1 { /* MicroSD */
|
||||||
|
|||||||
@@ -213,12 +213,6 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
eeprom@53 {
|
|
||||||
compatible = "atmel,24c02";
|
|
||||||
reg = <0x53>;
|
|
||||||
pagesize = <16>;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&ipcc {
|
&ipcc {
|
||||||
|
|||||||
Reference in New Issue
Block a user