arm64: dts: rockchip: rk3399: Add specification serial number for cpu

Change-Id: Ie48b09944ae3b294e3c7666bd9aa68706bdd4ba5
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
Finley Xiao
2018-12-12 15:39:49 +08:00
committed by Tao Huang
parent e08c5bc9e0
commit e46a06270b
2 changed files with 22 additions and 4 deletions

View File

@@ -14,8 +14,15 @@
rockchip,low-temp = <0>;
rockchip,low-temp-min-volt = <900000>;
nvmem-cells = <&cpul_leakage>;
nvmem-cell-names = "cpu_leakage";
nvmem-cells = <&cpul_leakage>, <&specification_serial_number>;
nvmem-cell-names = "cpu_leakage",
"specification_serial_number";
clocks = <&cru PLL_APLLL>;
rockchip,avs-scale = <20>;
rockchip,bin-scaling-sel = <
0 30
1 34
>;
rockchip,pvtm-voltage-sel = <
0 143500 0
@@ -98,8 +105,15 @@
rockchip,low-temp = <0>;
rockchip,low-temp-min-volt = <900000>;
nvmem-cells = <&cpub_leakage>;
nvmem-cell-names = "cpu_leakage";
nvmem-cells = <&cpub_leakage>, <&specification_serial_number>;
nvmem-cell-names = "cpu_leakage",
"specification_serial_number";
clocks = <&cru PLL_APLLB>;
rockchip,avs-scale = <8>;
rockchip,bin-scaling-sel = <
0 8
1 17
>;
rockchip,pvtm-voltage-sel = <
0 149000 0

View File

@@ -1404,6 +1404,10 @@
clock-names = "pclk_efuse";
/* Data cells */
specification_serial_number: specification-serial-number@6 {
reg = <0x06 0x1>;
bits = <0 5>;
};
cpu_id: cpu-id@7 {
reg = <0x07 0x10>;
};