Message ID | 20231201160925.3136868-11-peter.griffin@linaro.org |
---|---|
State | New |
Headers | show |
Series | Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board | expand |
On Fri, Dec 1, 2023 at 10:11 AM Peter Griffin <peter.griffin@linaro.org> wrote: > > From: Tudor Ambarus <tudor.ambarus@linaro.org> > > Add google,gs101-usi dedicated compatible for representing USI of Google > GS101 SoC. > > Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org> > Signed-off-by: Peter Griffin <peter.griffin@linaro.org> > --- Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org> > Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml b/Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml > index 61be1f2ddbe7..a10a438d89f0 100644 > --- a/Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml > +++ b/Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml > @@ -28,6 +28,9 @@ properties: > - samsung,exynosautov9-usi > - samsung,exynosautov920-usi > - const: samsung,exynos850-usi > + - items: > + - const: google,gs101-usi > + - const: samsung,exynos850-usi > - enum: > - samsung,exynos850-usi Krzysztof, Peter: can you please point me out the doc which explains the need to have all those enums/consts here repeating for exynos850? I kinda forgot why it's needed, can't find any documentation, and now it just looks confusing to me. > > -- > 2.43.0.rc2.451.g8631bc7472-goog >
On 01/12/2023 17:09, Peter Griffin wrote: > From: Tudor Ambarus <tudor.ambarus@linaro.org> > > Add google,gs101-usi dedicated compatible for representing USI of Google > GS101 SoC. > > Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org> > Signed-off-by: Peter Griffin <peter.griffin@linaro.org> > --- > Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml b/Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml > index 61be1f2ddbe7..a10a438d89f0 100644 > --- a/Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml > +++ b/Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml > @@ -28,6 +28,9 @@ properties: > - samsung,exynosautov9-usi > - samsung,exynosautov920-usi > - const: samsung,exynos850-usi > + - items: > + - const: google,gs101-usi This should be part of previous enum. Best regards, Krzysztof
Hi Krzysztof, On Sun, 3 Dec 2023 at 15:10, Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> wrote: > > On 01/12/2023 17:09, Peter Griffin wrote: > > From: Tudor Ambarus <tudor.ambarus@linaro.org> > > > > Add google,gs101-usi dedicated compatible for representing USI of Google > > GS101 SoC. > > > > Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org> > > Signed-off-by: Peter Griffin <peter.griffin@linaro.org> > > --- > > Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml | 3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml b/Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml > > index 61be1f2ddbe7..a10a438d89f0 100644 > > --- a/Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml > > +++ b/Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml > > @@ -28,6 +28,9 @@ properties: > > - samsung,exynosautov9-usi > > - samsung,exynosautov920-usi > > - const: samsung,exynos850-usi > > + - items: > > + - const: google,gs101-usi > > This should be part of previous enum. will fix, Thanks, Peter.
diff --git a/Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml b/Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml index 61be1f2ddbe7..a10a438d89f0 100644 --- a/Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml +++ b/Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml @@ -28,6 +28,9 @@ properties: - samsung,exynosautov9-usi - samsung,exynosautov920-usi - const: samsung,exynos850-usi + - items: + - const: google,gs101-usi + - const: samsung,exynos850-usi - enum: - samsung,exynos850-usi