Skip to content

Commit f18c9e7

Browse files
aiamadeusmmind
authored andcommitted
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: 9be4171 ("arm64: dts: rockchip: Add Radxa E52C") Signed-off-by: Chukun Pan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 8f5ae30 commit f18c9e7

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)