mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
arm64: dts: rockchip: rk3568: add specification_serial_number for cpuinfo
Signed-off-by: Liang Chen <cl@rock-chips.com> Change-Id: If1c1a23631734c95185591aa3ada1d1879bc0e66
This commit is contained in:
@@ -220,8 +220,10 @@
|
||||
|
||||
cpuinfo {
|
||||
compatible = "rockchip,cpuinfo";
|
||||
nvmem-cells = <&otp_id>, <&otp_cpu_version>, <&cpu_code>;
|
||||
nvmem-cell-names = "id", "cpu-version", "cpu-code";
|
||||
nvmem-cells = <&otp_id>, <&otp_cpu_version>, <&cpu_code>,
|
||||
<&specification_serial_number>, <&remark_spec_serial_number>;
|
||||
nvmem-cell-names = "id", "cpu-version", "cpu-code",
|
||||
"specification_serial_number", "remark_spec_serial_number";
|
||||
};
|
||||
|
||||
display_subsystem: display-subsystem {
|
||||
|
||||
Reference in New Issue
Block a user