aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2018-09-28 11:44:38 -0400
committerArnd Bergmann <arnd@arndb.de>2018-09-28 11:44:56 -0400
commit83d52cd0dcd5e1b718f3eb8b39a46a56788feaad (patch)
tree417dcbba72f97a0b3843336d5b05bbe6de53f3a9
parent5280508e01a21f61754ba6d313bf6b43b40c50c8 (diff)
parent39c0e5a8746cfbfb87e86761337c807e7faea134 (diff)
Merge tag 'renesas-dt-bindings-for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/dt
Renesas ARM Based SoC DT Bindings Updates for v4.20 * Document bindings for: - RZ/G2E (r8a774c0), RZ/G2M (r8a774a1) and RZ/A2 (r7s9210) SoCs - R-Car M3-N (r8a77965) SoC based ULCB board * tag 'renesas-dt-bindings-for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas: dt-bindings: arm: Document RZ/G2E SoC DT bindings dt-bindings: arm: Document Renesas R-Car M3-N-based ULCB board dt-bindings: arm: Document RZ/A2 SoC DT bindings dt-bindings: arm: Document RZ/G2M SoC DT bindings Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r--Documentation/devicetree/bindings/arm/shmobile.txt16
1 files changed, 12 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/arm/shmobile.txt b/Documentation/devicetree/bindings/arm/shmobile.txt
index 89b4a389fbc7..f5e0f82fd503 100644
--- a/Documentation/devicetree/bindings/arm/shmobile.txt
+++ b/Documentation/devicetree/bindings/arm/shmobile.txt
@@ -7,6 +7,8 @@ SoCs:
7 compatible = "renesas,emev2" 7 compatible = "renesas,emev2"
8 - RZ/A1H (R7S72100) 8 - RZ/A1H (R7S72100)
9 compatible = "renesas,r7s72100" 9 compatible = "renesas,r7s72100"
10 - RZ/A2 (R7S9210)
11 compatible = "renesas,r7s9210"
10 - SH-Mobile AG5 (R8A73A00/SH73A0) 12 - SH-Mobile AG5 (R8A73A00/SH73A0)
11 compatible = "renesas,sh73a0" 13 compatible = "renesas,sh73a0"
12 - R-Mobile APE6 (R8A73A40) 14 - R-Mobile APE6 (R8A73A40)
@@ -23,6 +25,10 @@ SoCs:
23 compatible = "renesas,r8a7745" 25 compatible = "renesas,r8a7745"
24 - RZ/G1C (R8A77470) 26 - RZ/G1C (R8A77470)
25 compatible = "renesas,r8a77470" 27 compatible = "renesas,r8a77470"
28 - RZ/G2M (R8A774A1)
29 compatible = "renesas,r8a774a1"
30 - RZ/G2E (RA8774C0)
31 compatible = "renesas,r8a774c0"
26 - R-Car M1A (R8A77781) 32 - R-Car M1A (R8A77781)
27 compatible = "renesas,r8a7778" 33 compatible = "renesas,r8a7778"
28 - R-Car H1 (R8A77790) 34 - R-Car H1 (R8A77790)
@@ -107,6 +113,8 @@ Boards:
107 compatible = "renesas,lager", "renesas,r8a7790" 113 compatible = "renesas,lager", "renesas,r8a7790"
108 - M3ULCB (R-Car Starter Kit Pro, RTP0RC7796SKBX0010SA09 (M3 ES1.0)) 114 - M3ULCB (R-Car Starter Kit Pro, RTP0RC7796SKBX0010SA09 (M3 ES1.0))
109 compatible = "renesas,m3ulcb", "renesas,r8a7796" 115 compatible = "renesas,m3ulcb", "renesas,r8a7796"
116 - M3NULCB (R-Car Starter Kit Pro, RTP0RC77965SKBX010SA00 (M3-N ES1.1))
117 compatible = "renesas,m3nulcb", "renesas,r8a77965"
110 - Marzen (R0P7779A00010S) 118 - Marzen (R0P7779A00010S)
111 compatible = "renesas,marzen", "renesas,r8a7779" 119 compatible = "renesas,marzen", "renesas,r8a7779"
112 - Porter (M2-LCDP) 120 - Porter (M2-LCDP)
@@ -143,12 +151,12 @@ Boards:
143 compatible = "renesas,wheat", "renesas,r8a7792" 151 compatible = "renesas,wheat", "renesas,r8a7792"
144 152
145 153
146Most Renesas ARM SoCs have a Product Register that allows to retrieve SoC 154Most Renesas ARM SoCs have a Product Register or Boundary Scan ID Register that
147product and revision information. If present, a device node for this register 155allows to retrieve SoC product and revision information. If present, a device
148should be added. 156node for this register should be added.
149 157
150Required properties: 158Required properties:
151 - compatible: Must be "renesas,prr". 159 - compatible: Must be "renesas,prr" or "renesas,bsid"
152 - reg: Base address and length of the register block. 160 - reg: Base address and length of the register block.
153 161
154 162