arm64: dts: rockchip: rk35xx-eink: add nvmem-cells

Change-Id: Idfb56cc18fa67b42ddf3bda9f65450d787ee656c
Signed-off-by: zorro.liu <zorro.liu@rock-chips.com>
This commit is contained in:
zorro.liu
2024-11-21 14:24:48 +08:00
committed by Tao Huang
parent d73d160e36
commit fe4f8c7795
2 changed files with 4 additions and 0 deletions

View File

@@ -24,6 +24,8 @@
eink_tcon = <&eink>;
memory-region = <&display_reserved>;
waveform-region = <&waveform_reserved>;
nvmem-cells = <&cpu_code>;
nvmem-cell-names = "cpu-code";
status = "okay";
};
};

View File

@@ -29,6 +29,8 @@
ebc_tcon = <&ebc>;
memory-region = <&display_reserved>;
waveform-region = <&waveform_reserved>;
nvmem-cells = <&cpu_code>;
nvmem-cell-names = "cpu-code";
status = "okay";
};
};