diff options
author | 2025-08-10 18:00:19 +0800 | |
---|---|---|
committer | 2025-08-11 08:56:07 +0200 | |
commit | f18c9e79bbe65627805fff6aac3ea96b6b55b53d (patch) | |
tree | c65ad16f80e4da371f08409af20ab46017b7c01a | |
parent | Linux 6.17-rc1 (diff) | |
download | wireguard-linux-f18c9e79bbe65627805fff6aac3ea96b6b55b53d.tar.xz wireguard-linux-f18c9e79bbe65627805fff6aac3ea96b6b55b53d.zip |
arm64: dts: rockchip: mark eeprom as read-only for Radxa E52C
The eeprom on the Radxa E52C SBC contains manufacturer data
such as the mac address, so it should be marked as read-only.
Fixes: 9be4171219b6 ("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>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3582-radxa-e52c.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3582-radxa-e52c.dts b/arch/arm64/boot/dts/rockchip/rk3582-radxa-e52c.dts index e04f21d8c831..431ff77d4518 100644 --- a/arch/arm64/boot/dts/rockchip/rk3582-radxa-e52c.dts +++ b/arch/arm64/boot/dts/rockchip/rk3582-radxa-e52c.dts @@ -250,6 +250,7 @@ compatible = "belling,bl24c16a", "atmel,24c16"; reg = <0x50>; pagesize = <16>; + read-only; vcc-supply = <&vcc_3v3_pmu>; }; }; |