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

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
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -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>;
		};
		};