Message ID | 20221207085832.86909-4-sriranjani.p@samsung.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | amr64: dts: exynos: add dedicated SYSREG compatibles to Exynos850 and Exynosautov9 | expand |
On 07/12/2022 09:58, Sriranjani P wrote: > Exynosautov9 has several different SYSREGs, so use dedicated compatibles > for them and deprecate usage of generic Exynosautov9 compatible alone. > > Signed-off-by: Sriranjani P <sriranjani.p@samsung.com> > --- > .../bindings/soc/samsung/samsung,exynos-sysreg.yaml | 12 +++++++++++- > 1 file changed, 11 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/soc/samsung/samsung,exynos-sysreg.yaml b/Documentation/devicetree/bindings/soc/samsung/samsung,exynos-sysreg.yaml > index f57bc7c194a1..b6105d261b47 100644 > --- a/Documentation/devicetree/bindings/soc/samsung/samsung,exynos-sysreg.yaml > +++ b/Documentation/devicetree/bindings/soc/samsung/samsung,exynos-sysreg.yaml > @@ -17,7 +17,6 @@ properties: > - samsung,exynos3-sysreg > - samsung,exynos4-sysreg > - samsung,exynos5-sysreg > - - samsung,exynosautov9-sysreg > - tesla,fsd-cam-sysreg > - tesla,fsd-fsys0-sysreg > - tesla,fsd-fsys1-sysreg > @@ -45,6 +44,17 @@ properties: > - const: samsung,exynos850-sysreg > - const: syscon > deprecated: true > + - items: > + - enum: > + - samsung,exynosautov9-fsys2-sysreg > + - samsung,exynosautov9-peric0-sysreg > + - samsung,exynosautov9-peric1-sysreg > + - const: samsung,exynosautov9-sysreg > + - const: syscon > + - items: > + - const: samsung,exynosautov9-sysreg > + - const: syscon Same comment here - let's make it part of enums which are deprecated (so together with 5433 and 850) Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/soc/samsung/samsung,exynos-sysreg.yaml b/Documentation/devicetree/bindings/soc/samsung/samsung,exynos-sysreg.yaml index f57bc7c194a1..b6105d261b47 100644 --- a/Documentation/devicetree/bindings/soc/samsung/samsung,exynos-sysreg.yaml +++ b/Documentation/devicetree/bindings/soc/samsung/samsung,exynos-sysreg.yaml @@ -17,7 +17,6 @@ properties: - samsung,exynos3-sysreg - samsung,exynos4-sysreg - samsung,exynos5-sysreg - - samsung,exynosautov9-sysreg - tesla,fsd-cam-sysreg - tesla,fsd-fsys0-sysreg - tesla,fsd-fsys1-sysreg @@ -45,6 +44,17 @@ properties: - const: samsung,exynos850-sysreg - const: syscon deprecated: true + - items: + - enum: + - samsung,exynosautov9-fsys2-sysreg + - samsung,exynosautov9-peric0-sysreg + - samsung,exynosautov9-peric1-sysreg + - const: samsung,exynosautov9-sysreg + - const: syscon + - items: + - const: samsung,exynosautov9-sysreg + - const: syscon + deprecated: true reg: maxItems: 1
Exynosautov9 has several different SYSREGs, so use dedicated compatibles for them and deprecate usage of generic Exynosautov9 compatible alone. Signed-off-by: Sriranjani P <sriranjani.p@samsung.com> --- .../bindings/soc/samsung/samsung,exynos-sysreg.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-)