diff options
author | Nobuhiro Iwamatsu <[email protected]> | 2020-07-22 10:50:46 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <[email protected]> | 2020-09-23 17:09:17 +0900 |
commit | a1fd0c367be3a7fd3c19f08aed4126d7cda1ba11 (patch) | |
tree | 31d9e09bc81ea1917954f765c4af178ff3820d45 | |
parent | b3ff08bc9ba6a2047d7a5812e89a5187cf3e4aa4 (diff) |
dt-bindings: arm: toshiba: Add the TMPV7708 RM main board
Add an entry for the Toshiba Visconti TMPV7708 RM main board
(tmpv7708-rm-mbrc) to the board/SoC bindings.
Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
Reviewed-by: Punit Agrawal <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/arm/toshiba.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/toshiba.yaml b/Documentation/devicetree/bindings/arm/toshiba.yaml index efd3f4859669..0e066290238e 100644 --- a/Documentation/devicetree/bindings/arm/toshiba.yaml +++ b/Documentation/devicetree/bindings/arm/toshiba.yaml @@ -16,5 +16,7 @@ properties: oneOf: - description: Visconti5 TMPV7708 items: + - enum: + - toshiba,tmpv7708-rm-mbrc # TMPV7708 RM main board - const: toshiba,tmpv7708 ... |