mirror of
https://github.com/torvalds/linux.git
synced 2024-12-30 14:52:05 +00:00
7ac48a8198
It is best practice to have 1 binding per file, so board level bindings should be separate for various misc SoC bindings. Move the Alpine CPU control to al,alpine-smp and we can also remove a cross reference. Cc: Tsahee Zidenberg <tsahee@annapurnalabs.com> Cc: Antoine Tenart <antoine.tenart@free-electrons.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: devicetree@vger.kernel.org Signed-off-by: Rob Herring <robh@kernel.org>
17 lines
349 B
Plaintext
17 lines
349 B
Plaintext
Annapurna Labs Alpine Platform Device Tree Bindings
|
|
---------------------------------------------------------------
|
|
|
|
Boards in the Alpine family shall have the following properties:
|
|
|
|
* Required root node properties:
|
|
compatible: must contain "al,alpine"
|
|
|
|
* Example:
|
|
|
|
/ {
|
|
model = "Annapurna Labs Alpine Dev Board";
|
|
compatible = "al,alpine";
|
|
|
|
...
|
|
}
|