Message ID | d655415326064b079b9d1d791024c725@realtek.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v3,1/2] dt-bindings: arm: realtek: Document RTD1619 and Realtek Mjolnir EVB | expand |
Am 12.11.19 um 16:45 schrieb James Tai: > Define compatible strings for Realtek RTD1619 SoC and Realtek Mjolnir EVB. > > Signed-off-by: James Tai <james.tai@realtek.com> > --- This is missing the requested change log here: What changed since v2? If nothing changed, then you should've inserted my Reviewed-by from v2 before your Signed-off-by. Regards, Andreas > 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 ab59de17152d..2444eff2c3d5 100644 > --- a/Documentation/devicetree/bindings/arm/realtek.yaml > +++ b/Documentation/devicetree/bindings/arm/realtek.yaml > @@ -33,4 +33,10 @@ properties: > - enum: > - synology,ds418 # Synology DiskStation DS418 > - const: realtek,rtd1296 > + > + # RTD1619 SoC based boards > + - items: > + - enum: > + - realtek,mjolnir # Realtek Mjolnir EVB > + - const: realtek,rtd1619 > ... >
Hi Andreas, > > Define compatible strings for Realtek RTD1619 SoC and Realtek Mjolnir EVB. > > > > Signed-off-by: James Tai <james.tai@realtek.com> > > --- > > This is missing the requested change log here: What changed since v2? > > If nothing changed, then you should've inserted my Reviewed-by from v2 > before your Signed-off-by. > There is nothing changed. I'll correct the mistakes in next version.
On Tue, 12 Nov 2019 15:45:13 +0000, James Tai wrote: > > Define compatible strings for Realtek RTD1619 SoC and Realtek Mjolnir 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>
Am 18.11.19 um 18:50 schrieb Rob Herring: > On Tue, 12 Nov 2019 15:45:13 +0000, James Tai wrote: >> >> Define compatible strings for Realtek RTD1619 SoC and Realtek Mjolnir 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> Applied to v5.6/dt: https://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-realtek.git/log/?h=v5.6/dt Thanks, Andreas
diff --git a/Documentation/devicetree/bindings/arm/realtek.yaml b/Documentation/devicetree/bindings/arm/realtek.yaml index ab59de17152d..2444eff2c3d5 100644 --- a/Documentation/devicetree/bindings/arm/realtek.yaml +++ b/Documentation/devicetree/bindings/arm/realtek.yaml @@ -33,4 +33,10 @@ properties: - enum: - synology,ds418 # Synology DiskStation DS418 - const: realtek,rtd1296 + + # RTD1619 SoC based boards + - items: + - enum: + - realtek,mjolnir # Realtek Mjolnir EVB + - const: realtek,rtd1619 ...
Define compatible strings for Realtek RTD1619 SoC and Realtek Mjolnir EVB. Signed-off-by: James Tai <james.tai@realtek.com> --- Documentation/devicetree/bindings/arm/realtek.yaml | 6 ++++++ 1 file changed, 6 insertions(+)