diff options
author | Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> | 2020-07-22 03:50:46 +0200 |
---|---|---|
committer | Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> | 2020-09-23 10:09:17 +0200 |
commit | a1fd0c367be3a7fd3c19f08aed4126d7cda1ba11 (patch) | |
tree | 31d9e09bc81ea1917954f765c4af178ff3820d45 /Documentation | |
parent | dt-bindings: arm: toshiba: add Toshiba Visconti ARM SoCs (diff) | |
download | linux-a1fd0c367be3a7fd3c19f08aed4126d7cda1ba11.tar.xz linux-a1fd0c367be3a7fd3c19f08aed4126d7cda1ba11.zip |
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 <nobuhiro1.iwamatsu@toshiba.co.jp>
Reviewed-by: Punit Agrawal <punit1.agrawal@toshiba.co.jp>
Reviewed-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation')
-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 ... |