On Fri, Dec 1, 2023 at 10:11 AM Peter Griffin <peter.griffin@xxxxxxxxxx> wrote: > > From: Tudor Ambarus <tudor.ambarus@xxxxxxxxxx> > > Add google,gs101-usi dedicated compatible for representing USI of Google > GS101 SoC. > > Signed-off-by: Tudor Ambarus <tudor.ambarus@xxxxxxxxxx> > Signed-off-by: Peter Griffin <peter.griffin@xxxxxxxxxx> > --- Reviewed-by: Sam Protsenko <semen.protsenko@xxxxxxxxxx> > 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 >