Commit 0d326927 authored by Ziyuan Xu's avatar Ziyuan Xu Committed by Heiko Stuebner

arm64: dts: rockchip: add cpu-id nvmem cell node for rk3399

There is a 'cpu-id' field in efuse, export it for other drivers
reference.
Signed-off-by: default avatarZiyuan Xu <xzy.xu@rock-chips.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 41a603b9
......@@ -1023,6 +1023,9 @@ efuse0: efuse@ff690000 {
clock-names = "pclk_efuse";
/* Data cells */
cpu_id: cpu-id@7 {
reg = <0x07 0x10>;
};
cpub_leakage: cpu-leakage@17 {
reg = <0x17 0x1>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment