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: Ziyuan Xu <xzy.xu@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Ziyuan Xu 2016-10-30 10:57:25 +08:00 committed by Heiko Stuebner
parent 41a603b933
commit 0d326927f9
1 changed files with 3 additions and 0 deletions

View File

@ -1023,6 +1023,9 @@
clock-names = "pclk_efuse"; clock-names = "pclk_efuse";
/* Data cells */ /* Data cells */
cpu_id: cpu-id@7 {
reg = <0x07 0x10>;
};
cpub_leakage: cpu-leakage@17 { cpub_leakage: cpu-leakage@17 {
reg = <0x17 0x1>; reg = <0x17 0x1>;
}; };