Message ID | 20231005155618.700312-3-peter.griffin@linaro.org |
---|---|
State | New |
Headers | show |
Series | Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board | expand |
On 05/10/2023 17:55, Peter Griffin wrote: > Add gs101-pmu compatible to the bindings documentation. > > Signed-off-by: Peter Griffin <peter.griffin@linaro.org> > --- > Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml > index e1d716df5dfa..e6abf7b55909 100644 > --- a/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml > +++ b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml > @@ -27,6 +27,7 @@ select: > - samsung,exynos7-pmu > - samsung,exynos850-pmu > - samsung-s5pv210-pmu > + - google,gs101-pmu Keep alphabetical order. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml index e1d716df5dfa..e6abf7b55909 100644 --- a/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml +++ b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml @@ -27,6 +27,7 @@ select: - samsung,exynos7-pmu - samsung,exynos850-pmu - samsung-s5pv210-pmu + - google,gs101-pmu required: - compatible @@ -47,6 +48,7 @@ properties: - samsung,exynos7-pmu - samsung,exynos850-pmu - samsung-s5pv210-pmu + - google,gs101-pmu - const: syscon - items: - enum:
Add gs101-pmu compatible to the bindings documentation. Signed-off-by: Peter Griffin <peter.griffin@linaro.org> --- Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml | 2 ++ 1 file changed, 2 insertions(+)