Hi Krzysztof, On Sun, 3 Dec 2023 at 15:10, Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> wrote: > > On 01/12/2023 17:09, Peter Griffin 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> > > --- > > 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.