Message ID | 20191205082555.22633-2-james.tai@realtek.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Initial RTD1319 SoC and Realtek PymParticle EVB support | expand |
Hi James, Am 05.12.19 um 09:25 schrieb James Tai: > Define compatible strings for Realtek RTD1319 SoC and Realtek PymParticle > EVB. > > Signed-off-by: James Tai <james.tai@realtek.com> > --- > Documentation/devicetree/bindings/arm/realtek.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/realtek.yaml b/Documentation/devicetree/bindings/arm/realtek.yaml > index 2444eff2c3d5..f018d683a544 100644 > --- a/Documentation/devicetree/bindings/arm/realtek.yaml > +++ b/Documentation/devicetree/bindings/arm/realtek.yaml > @@ -39,4 +39,10 @@ properties: > - enum: > - realtek,mjolnir # Realtek Mjolnir EVB > - const: realtek,rtd1619 > + > + # RTD1319 SoC based boards > + - items: > + - enum: > + - realtek,pymparticle # Realtek PymParticle EVB > + - const: realtek,rtd1319 > ... I think it would be better to order this alphabetically before RTD1395. Otherwise looking good. Thanks, Andreas
On Thu, 5 Dec 2019 16:25:54 +0800, James Tai wrote: > Define compatible strings for Realtek RTD1319 SoC and Realtek PymParticle > EVB. > > Signed-off-by: James Tai <james.tai@realtek.com> > --- > Documentation/devicetree/bindings/arm/realtek.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > Reviewed-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/arm/realtek.yaml b/Documentation/devicetree/bindings/arm/realtek.yaml index 2444eff2c3d5..f018d683a544 100644 --- a/Documentation/devicetree/bindings/arm/realtek.yaml +++ b/Documentation/devicetree/bindings/arm/realtek.yaml @@ -39,4 +39,10 @@ properties: - enum: - realtek,mjolnir # Realtek Mjolnir EVB - const: realtek,rtd1619 + + # RTD1319 SoC based boards + - items: + - enum: + - realtek,pymparticle # Realtek PymParticle EVB + - const: realtek,rtd1319 ...
Define compatible strings for Realtek RTD1319 SoC and Realtek PymParticle EVB. Signed-off-by: James Tai <james.tai@realtek.com> --- Documentation/devicetree/bindings/arm/realtek.yaml | 6 ++++++ 1 file changed, 6 insertions(+)