Skip to content

Commit e570f6b

Browse files
Lyra-Zhanggregkh
authored andcommitted
Documentation: DT: Add bindings for Spreadtrum SoC Platform
Adds Spreadtrum's prefix "sprd" to vendor-prefixes file. Adds the devicetree binding documentations for Spreadtrum's sc9836-uart and SC9836 SoC based on the Sharkl64 Platform which is a 64-bit SoC Platform of Spreadtrum. Signed-off-by: Chunyan Zhang <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent ba019a3 commit e570f6b

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Spreadtrum SoC Platforms Device Tree Bindings
2+
----------------------------------------------------
3+
4+
Sharkl64 is a Spreadtrum's SoC Platform which is based
5+
on ARM 64-bit processor.
6+
7+
SC9836 openphone board with SC9836 SoC based on the
8+
Sharkl64 Platform shall have the following properties.
9+
10+
Required root node properties:
11+
- compatible = "sprd,sc9836-openphone", "sprd,sc9836";
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
* Spreadtrum serial UART
2+
3+
Required properties:
4+
- compatible: must be "sprd,sc9836-uart"
5+
- reg: offset and length of the register set for the device
6+
- interrupts: exactly one interrupt specifier
7+
- clocks: phandles to input clocks.

Documentation/devicetree/bindings/vendor-prefixes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ snps Synopsys, Inc.
154154
solidrun SolidRun
155155
sony Sony Corporation
156156
spansion Spansion Inc.
157+
sprd Spreadtrum Communications Inc.
157158
st STMicroelectronics
158159
ste ST-Ericsson
159160
stericsson ST-Ericsson

0 commit comments

Comments
 (0)