-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
552 changed files
with
58,037 additions
and
49,396 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
16 changes: 16 additions & 0 deletions
16
.../linux/rockchip/files/Documentation/devicetree/bindings/soc/rockchip/rockchip-cpuinfo.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Rockchip cpuinfo device tree bindings | ||
---------------------------------- | ||
|
||
Required properties: | ||
- compatible: Should be one of the following. | ||
- "rockchip,cpuinfo" | ||
- nvmem-cells: A phandle to the ID data provided by a nvmem device. | ||
- nvmem-cell-names: Should be "id" | ||
|
||
Example: | ||
|
||
cpuinfo { | ||
compatible = "rockchip,cpuinfo"; | ||
nvmem-cells = <&efuse_id>; | ||
nvmem-cell-names = "id"; | ||
}; |
Oops, something went wrong.