Skip to content

Commit 477d104

Browse files
aiamadeusgregkh
authored andcommitted
arm64: dts: rockchip: mark eeprom as read-only for Radxa E52C
[ Upstream commit f18c9e7 ] The eeprom on the Radxa E52C SBC contains manufacturer data such as the mac address, so it should be marked as read-only. Fixes: 9be4171 ("arm64: dts: rockchip: Add Radxa E52C") Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn> Link: https://lore.kernel.org/r/20250810100020.445053-2-amadeus@jmu.edu.cn Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 079cda5 commit 477d104

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/boot/dts/rockchip/rk3582-radxa-e52c.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@
250250
compatible = "belling,bl24c16a", "atmel,24c16";
251251
reg = <0x50>;
252252
pagesize = <16>;
253+
read-only;
253254
vcc-supply = <&vcc_3v3_pmu>;
254255
};
255256
};

0 commit comments

Comments
 (0)