diff mbox series

[v3,4/8] dt-bindings: arm: toshiba: Add the TMPV7708 RM main board

Message ID 20200831081025.2721320-5-nobuhiro1.iwamatsu@toshiba.co.jp
State New
Headers show
Series Add Toshiba Visconti ARM64 Platform support | expand

Commit Message

Nobuhiro Iwamatsu Aug. 31, 2020, 8:10 a.m. UTC
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>
---
 Documentation/devicetree/bindings/arm/toshiba.yaml | 2 ++
 1 file changed, 2 insertions(+)

Comments

Punit Agrawal Sept. 1, 2020, 3:11 a.m. UTC | #1
Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> writes:

> 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>
> ---
>  Documentation/devicetree/bindings/arm/toshiba.yaml | 2 ++
>  1 file changed, 2 insertions(+)
>
> 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
>  ...

FWIW,

Reviewed-by: Punit Agrawal <punit1.agrawal@toshiba.co.jp>

Thanks,
Punit
diff mbox series

Patch

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
 ...