ARM: dts: imx7-tqma7: mark system data eeprom as read-only
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Mon, 18 Dec 2023 12:54:54 +0000 (13:54 +0100)
committerShawn Guo <shawnguo@kernel.org>
Sat, 3 Feb 2024 04:40:57 +0000 (12:40 +0800)
This is manufacturer data and shall not be modified.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx7-tqma7.dtsi

index f774d74ea20f7af51c95abd211fc05cc2c3d6d06..cc02b795b4952d16b12b0d8cdd15f3b0ae4ed8fa 100644 (file)
        /* ST M24C64 */
        m24c64: eeprom@50 {
                compatible = "atmel,24c64";
+               read-only;
                reg = <0x50>;
                pagesize = <32>;
                status = "okay";