Message ID | 20240201172224.574238-1-alexey.klimov@linaro.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [1/4] dt-bindings: hwinfo: samsung,exynos-chipid: add gs101-chipid compatible | expand |
Hi Alexey, On Thu, 1 Feb 2024 at 17:22, Alexey Klimov <alexey.klimov@linaro.org> wrote: > > Add "google,gs101-chipid" compatible string to binding document. > > Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org> > --- Thanks for your contribution. Reviewed-by: Peter Griffin <peter.griffin@linaro.org> > .../devicetree/bindings/hwinfo/samsung,exynos-chipid.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/hwinfo/samsung,exynos-chipid.yaml b/Documentation/devicetree/bindings/hwinfo/samsung,exynos-chipid.yaml > index 780ccb5ee9b4..b1d933808b6c 100644 > --- a/Documentation/devicetree/bindings/hwinfo/samsung,exynos-chipid.yaml > +++ b/Documentation/devicetree/bindings/hwinfo/samsung,exynos-chipid.yaml > @@ -13,6 +13,7 @@ properties: > compatible: > oneOf: > - enum: > + - google,gs101-chipid > - samsung,exynos4210-chipid > - samsung,exynos850-chipid > - items: > -- > 2.43.0 >
On Thu, 01 Feb 2024 17:22:21 +0000, Alexey Klimov wrote: > Add "google,gs101-chipid" compatible string to binding document. > > Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org> > --- > .../devicetree/bindings/hwinfo/samsung,exynos-chipid.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/hwinfo/samsung,exynos-chipid.yaml b/Documentation/devicetree/bindings/hwinfo/samsung,exynos-chipid.yaml index 780ccb5ee9b4..b1d933808b6c 100644 --- a/Documentation/devicetree/bindings/hwinfo/samsung,exynos-chipid.yaml +++ b/Documentation/devicetree/bindings/hwinfo/samsung,exynos-chipid.yaml @@ -13,6 +13,7 @@ properties: compatible: oneOf: - enum: + - google,gs101-chipid - samsung,exynos4210-chipid - samsung,exynos850-chipid - items:
Add "google,gs101-chipid" compatible string to binding document. Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org> --- .../devicetree/bindings/hwinfo/samsung,exynos-chipid.yaml | 1 + 1 file changed, 1 insertion(+)