Hello Krzysztof, Thanks for reviewing these patches. On 23. 11. 8. 16:41, Krzysztof Kozlowski wrote: > On 31/10/2023 10:47, Jaewon Kim wrote: >> Add compatible for ExynosAutov920 sysreg controllers. >> >> Signed-off-by: Jaewon Kim <jaewon02.kim@xxxxxxxxxxx> >> --- >> .../bindings/soc/samsung/samsung,exynos-sysreg.yaml | 7 +++++++ >> 1 file changed, 7 insertions(+) >> >> diff --git a/Documentation/devicetree/bindings/soc/samsung/samsung,exynos-sysreg.yaml b/Documentation/devicetree/bindings/soc/samsung/samsung,exynos-sysreg.yaml >> index 163e912e9cad..aa2a29ec6072 100644 >> --- a/Documentation/devicetree/bindings/soc/samsung/samsung,exynos-sysreg.yaml >> +++ b/Documentation/devicetree/bindings/soc/samsung/samsung,exynos-sysreg.yaml >> @@ -35,6 +35,7 @@ properties: >> - samsung,exynos5433-sysreg >> - samsung,exynos850-sysreg >> - samsung,exynosautov9-sysreg >> + - samsung,exynosautov920-sysreg > New devices should not be deprecated by default. Drop. Okay, I will remove this line. > >> - const: syscon >> deprecated: true >> - items: >> @@ -50,6 +51,12 @@ properties: >> - samsung,exynosautov9-peric1-sysreg >> - const: samsung,exynosautov9-sysreg >> - const: syscon >> + - items: >> + - enum: >> + - samsung,exynosautov920-peric0-sysreg >> + - samsung,exynosautov920-peric1-sysreg >> + - const: samsung,exynosautov920-sysreg >> + - const: syscon >> >> reg: >> maxItems: 1 > Best regards, > Krzysztof > > Thanks Jaewon Kim