Message ID | 20221116093010.18515-1-krzysztof.kozlowski@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 84b63565f887bfbd5c25710eeba715816672e763 |
Headers | show |
Series | [GIT,PULL,1/2,-] ARM: dts: exynos: Add new SoC specific compatible string for Exynos3250 SoC | expand |
Hello: This series was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Wed, 16 Nov 2022 10:30:09 +0100 you wrote: > From: Aakarsh Jain <aakarsh.jain@samsung.com> > > Exynos3250 and Exynos5420 are using same compatible string for MFC codec > device but they have different clock hierarchy and complexity. Add new > compatible string followed by mfc-v7 fallback for Exynos3250 SoC. > > Reviewed-by: Tommaso Merciai <tommaso.merciai@amarulasolutions.com> > Suggested-by: Alim Akhtar <alim.akhtar@samsung.com> > Signed-off-by: Aakarsh Jain <aakarsh.jain@samsung.com> > Link: https://lore.kernel.org/r/20221114115024.69591-4-aakarsh.jain@samsung.com > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > > [...] Here is the summary with links: - [GIT,PULL,1/2,-] ARM: dts: exynos: Add new SoC specific compatible string for Exynos3250 SoC https://git.kernel.org/soc/soc/c/84b63565f887 - [GIT,PULL,2/2] arm64: dts: samsung: Pull for v6.2 https://git.kernel.org/soc/soc/c/6f8d2a203799 You are awesome, thank you!
diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi index 326b9e0ed8d3..a2d6ee7fff08 100644 --- a/arch/arm/boot/dts/exynos3250.dtsi +++ b/arch/arm/boot/dts/exynos3250.dtsi @@ -485,7 +485,7 @@ gpu: gpu@13000000 { }; mfc: codec@13400000 { - compatible = "samsung,mfc-v7"; + compatible = "samsung,exynos3250-mfc", "samsung,mfc-v7"; reg = <0x13400000 0x10000>; interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>; clock-names = "mfc", "sclk_mfc";