From: Nobuhiro Iwamatsu Date: Wed, 22 Jul 2020 01:50:46 +0000 (+0900) Subject: dt-bindings: arm: toshiba: Add the TMPV7708 RM main board X-Git-Tag: v5.15~2574^2^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a1fd0c367be3a7fd3c19f08aed4126d7cda1ba11;p=platform%2Fkernel%2Flinux-starfive.git 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 Reviewed-by: Punit Agrawal Reviewed-by: Rob Herring --- diff --git a/Documentation/devicetree/bindings/arm/toshiba.yaml b/Documentation/devicetree/bindings/arm/toshiba.yaml index efd3f48..0e06629 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 ...