Skip to content
/ linux Public
forked from torvalds/linux

Commit

Permalink
Merge pull request torvalds#167 from Radxa-Alvin/rock4se
Browse files Browse the repository at this point in the history
Add rk3399 cpuinfo node to get serial number.
We can get CPU serial number from /proc/cpuinfo.

Signed-off-by: Stephen Chen <stephen@radxa.com>
  • Loading branch information
RadxaStephen authored Jul 25, 2023
2 parents 402af23 + c5d5a5e commit 6323681
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3399.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,12 @@
};
};

cpuinfo {
compatible = "rockchip,cpuinfo";
nvmem-cells = <&cpu_id>;
nvmem-cell-names = "id";
};

display_subsystem: display-subsystem {
compatible = "rockchip,display-subsystem";
ports = <&vopl_out>, <&vopb_out>;
Expand Down

0 comments on commit 6323681

Please sign in to comment.