[PATCH v3 2/4] arm64: dts: exynos: add dedicated SYSREG compatibles to Exynos850

Sam Protsenko semen.protsenko at linaro.org
Thu Dec 15 13:39:40 PST 2022


On Tue, 13 Dec 2022 at 22:47, Sriranjani P <sriranjani.p at samsung.com> wrote:
>
> Exynos850 has two different SYSREGs, so use dedicated compatibles for them.
>
> Signed-off-by: Sriranjani P <sriranjani.p at samsung.com>
> ---

Reviewed-by: Sam Protsenko <semen.protsenko at linaro.org>

Thanks!

>  arch/arm64/boot/dts/exynos/exynos850.dtsi | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/exynos/exynos850.dtsi b/arch/arm64/boot/dts/exynos/exynos850.dtsi
> index c61441f3a89a..a38fe5129937 100644
> --- a/arch/arm64/boot/dts/exynos/exynos850.dtsi
> +++ b/arch/arm64/boot/dts/exynos/exynos850.dtsi
> @@ -549,13 +549,15 @@
>                 };
>
>                 sysreg_peri: syscon at 10020000 {
> -                       compatible = "samsung,exynos850-sysreg", "syscon";
> +                       compatible = "samsung,exynos850-peri-sysreg",
> +                                    "samsung,exynos850-sysreg", "syscon";
>                         reg = <0x10020000 0x10000>;
>                         clocks = <&cmu_peri CLK_GOUT_SYSREG_PERI_PCLK>;
>                 };
>
>                 sysreg_cmgp: syscon at 11c20000 {
> -                       compatible = "samsung,exynos850-sysreg", "syscon";
> +                       compatible = "samsung,exynos850-cmgp-sysreg",
> +                                    "samsung,exynos850-sysreg", "syscon";
>                         reg = <0x11c20000 0x10000>;
>                         clocks = <&cmu_cmgp CLK_GOUT_SYSREG_CMGP_PCLK>;
>                 };
> --
> 2.17.1
>



More information about the linux-arm-kernel mailing list