Message ID | 20250212155943.269-1-wachiturroxd150@gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [v1,1/2] dt-bindings: soc: samsung: exynos-sysreg: add compatibles peric0/1 sysreg for Exynos990 | expand |
On 12/02/2025 16:59, Denzeel Oliva wrote: > Downstream from the Exynos990 kernel source it has more sysreg in > flexpmu, but for now only those two will be added. > > Signed-off-by: Denzeel Oliva <wachiturroxd150@gmail.com> > --- > .../bindings/soc/samsung/samsung,exynos-sysreg.yaml | 4 ++++ > 1 file changed, 4 insertions(+) Why is this a v1 while v1 was here: https://lore.kernel.org/all/20250205222223.613-7-wachiturroxd150@gmail.com/ and both patches differ? Where is the changelog? 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 a75aef240..777a2c458 100644 --- a/Documentation/devicetree/bindings/soc/samsung/samsung,exynos-sysreg.yaml +++ b/Documentation/devicetree/bindings/soc/samsung/samsung,exynos-sysreg.yaml @@ -25,6 +25,8 @@ properties: - samsung,exynos8895-fsys1-sysreg - samsung,exynos8895-peric0-sysreg - samsung,exynos8895-peric1-sysreg + - samsung,exynos990-peric0-sysreg + - samsung,exynos990-peric1-sysreg - samsung,exynosautov920-peric0-sysreg - samsung,exynosautov920-peric1-sysreg - tesla,fsd-cam-sysreg @@ -87,6 +89,8 @@ allOf: - samsung,exynos8895-fsys1-sysreg - samsung,exynos8895-peric0-sysreg - samsung,exynos8895-peric1-sysreg + - samsung,exynos990-peric0-sysreg + - samsung,exynos990-peric1-sysreg then: required: - clocks
Downstream from the Exynos990 kernel source it has more sysreg in flexpmu, but for now only those two will be added. Signed-off-by: Denzeel Oliva <wachiturroxd150@gmail.com> --- .../bindings/soc/samsung/samsung,exynos-sysreg.yaml | 4 ++++ 1 file changed, 4 insertions(+)