arm64: dts: rockchip: add cpuinfo support for rk3399-android

Change-Id: I0eba0017a88added1a84f9c3add1705d8079cd00
Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
This commit is contained in:
Huang, Tao
2017-04-06 20:30:11 +08:00
parent c336f64cf9
commit f63140be25
2 changed files with 9 additions and 0 deletions

View File

@@ -51,6 +51,12 @@
bootargs = "earlycon=uart8250,mmio32,0xff1a0000 swiotlb=1";
};
cpuinfo {
compatible = "rockchip,cpuinfo";
nvmem-cells = <&efuse_id>;
nvmem-cell-names = "id";
};
ramoops_mem: ramoops_mem {
reg = <0x0 0x110000 0x0 0xf0000>;
reg-names = "ramoops_mem";

View File

@@ -1406,6 +1406,9 @@
clock-names = "pclk_efuse";
/* Data cells */
efuse_id: id {
reg = <0x07 0x10>;
};
cpul_leakage: cpul-leakage {
reg = <0x1a 0x1>;
};