Message ID | 20201201134330.3037007-4-daniel@0x0f.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 8c50a8b359c4f262a05ed5fb05373177d11bd20c |
Headers | show |
Series | ARM: mstar: Add basic support for i2m and SMP | expand |
On Tue, 01 Dec 2020 22:43:23 +0900, Daniel Palmer wrote: > The Honestar SSD201_HT_V2 is a full size devkit for the SigmaStar > SSD201 or SSD202D (they are pin compatible). > > Currently only the SSD202D version is supported as that's the one > I have. > > Link: https://linux-chenxing.org/infinity2/ssd201_ht_v2/ > Signed-off-by: Daniel Palmer <daniel@0x0f.com> > --- > Documentation/devicetree/bindings/arm/mstar/mstar.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > Reviewed-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/arm/mstar/mstar.yaml b/Documentation/devicetree/bindings/arm/mstar/mstar.yaml index 7c787405bb2f..61d08c473eb8 100644 --- a/Documentation/devicetree/bindings/arm/mstar/mstar.yaml +++ b/Documentation/devicetree/bindings/arm/mstar/mstar.yaml @@ -20,6 +20,12 @@ properties: - thingyjp,breadbee-crust # thingy.jp BreadBee Crust - const: mstar,infinity + - description: infinity2m boards + items: + - enum: + - honestar,ssd201htv2 # Honestar SSD201_HT_V2 devkit + - const: mstar,infinity2m + - description: infinity3 boards items: - enum:
The Honestar SSD201_HT_V2 is a full size devkit for the SigmaStar SSD201 or SSD202D (they are pin compatible). Currently only the SSD202D version is supported as that's the one I have. Link: https://linux-chenxing.org/infinity2/ssd201_ht_v2/ Signed-off-by: Daniel Palmer <daniel@0x0f.com> --- Documentation/devicetree/bindings/arm/mstar/mstar.yaml | 6 ++++++ 1 file changed, 6 insertions(+)