From nobody Sun Oct 5 07:24:36 2025 Received: from mailout1.samsung.com (mailout1.samsung.com [203.254.224.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3EB9E275B12 for ; Thu, 7 Aug 2025 10:50:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=203.254.224.24 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754563856; cv=none; b=W4CjSNBkkk285VTnuq/y92qlHiBS7HEYQ4jq7xvdqQwTdlKODfIjSbIhaJ0dB+XABc+ONTC93jKXBoPgBRy86KQEb+g7/EvUj4qqw0nxQHPu8Wfb/vzusyQDppCdkocpwww5bNletFc1MjyIcv+sv285l1RAlBixRi6CosTjb+I= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754563856; c=relaxed/simple; bh=wXE91ROm09nMoiUCQ9df38UxUtCuWUpU+EghIvyXKR0=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:MIME-Version: Content-Type:References; b=uEmQs3dirtwmdtsblVcNOJ8QJ5R0+hoHgJEgf9kuaic4kBn1P84v227/J7Eq3mFPdvsM6llhp1BgaU43lCLrJHF0Kd439ePUBB7LQbrex74kjU9LXQd5a3+RTq38VLMD7ToXwCdO9uxXHWPiNYWmuoQ1a48SXV63C5nzqLOTXxs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=samsung.com; spf=pass smtp.mailfrom=samsung.com; dkim=pass (1024-bit key) header.d=samsung.com header.i=@samsung.com header.b=LP/OfGQx; arc=none smtp.client-ip=203.254.224.24 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=samsung.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=samsung.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=samsung.com header.i=@samsung.com header.b="LP/OfGQx" Received: from epcas5p1.samsung.com (unknown [182.195.41.39]) by mailout1.samsung.com (KnoxPortal) with ESMTP id 20250807105052epoutp016b96aa28da93dc118d029fde6fd86b69~ZdocTehDS0923809238epoutp01h for ; Thu, 7 Aug 2025 10:50:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 mailout1.samsung.com 20250807105052epoutp016b96aa28da93dc118d029fde6fd86b69~ZdocTehDS0923809238epoutp01h DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com; s=mail20170921; t=1754563852; bh=ioc6BaEAneSnl+Cdv2fwifMYhZKSVyPMsPMvf293bv4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=LP/OfGQxcXE2D4Qns7gmK8vdu7x64LFH1trgS4uByFWqnsBt7oUCjaX30kJ4YgcCk 8eX376fABstAVms/EpvoED2P6OHWA/GLWpHshmRDYhJbZ9BMEGF4TUDwPWhh2mrZRX 51ILpTWyZ8tC0N83ZZ8p/eRXuXnjIyGgNXgRQ+Pc= Received: from epsnrtp01.localdomain (unknown [182.195.42.153]) by epcas5p4.samsung.com (KnoxPortal) with ESMTPS id 20250807105051epcas5p42b0c95f525547338291284002c134f6c~Zdob1frPR3070930709epcas5p4q; Thu, 7 Aug 2025 10:50:51 +0000 (GMT) Received: from epcas5p1.samsung.com (unknown [182.195.38.94]) by epsnrtp01.localdomain (Postfix) with ESMTP id 4byP8V5RdKz6B9m4; Thu, 7 Aug 2025 10:50:50 +0000 (GMT) Received: from epsmtip2.samsung.com (unknown [182.195.34.31]) by epcas5p3.samsung.com (KnoxPortal) with ESMTPA id 20250807032506epcas5p3a05a916da73778cce6a310bafbe1ebba~ZXjPWFEUQ0696906969epcas5p3B; Thu, 7 Aug 2025 03:25:06 +0000 (GMT) Received: from cheetah.samsungds.net (unknown [107.109.115.53]) by epsmtip2.samsung.com (KnoxPortal) with ESMTPA id 20250807032504epsmtip2ff987802e05ceff0bc5f5af8cdfaa31e~ZXjNXG3TE1491114911epsmtip2V; Thu, 7 Aug 2025 03:25:04 +0000 (GMT) From: Aakarsh Jain To: linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, m.szyprowski@samsung.com, andrzej.hajda@intel.com, mchehab@kernel.org, hverkuil-cisco@xs4all.nl, alim.akhtar@samsung.com, robh@kernel.org, conor+dt@kernel.org, devicetree@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org Cc: linux-samsung-soc@vger.kernel.org, aswani.reddy@samsung.com, anindya.sg@samsung.com, Aakarsh Jain Subject: [PATCH 01/10] ARM: dts: samsung: exynos3250: Use SoC-specific compatible string for MFC Date: Thu, 7 Aug 2025 08:54:40 +0530 Message-ID: <20250807032449.92770-2-aakarsh.jain@samsung.com> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250807032449.92770-1-aakarsh.jain@samsung.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-CMS-MailID: 20250807032506epcas5p3a05a916da73778cce6a310bafbe1ebba X-Msg-Generator: CA Content-Type: text/plain; charset="utf-8" X-Sendblock-Type: REQ_APPROVE CMS-TYPE: 105P cpgsPolicy: CPGSC10-541,Y X-CFilter-Loop: Reflected X-CMS-RootMailID: 20250807032506epcas5p3a05a916da73778cce6a310bafbe1ebba References: <20250807032449.92770-1-aakarsh.jain@samsung.com> Modify the MFC device tree node to use a SoC-specific compatible string instead of a generic one. Signed-off-by: Aakarsh Jain --- arch/arm/boot/dts/samsung/exynos3250.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/samsung/exynos3250.dtsi b/arch/arm/boot/dts/= samsung/exynos3250.dtsi index b6c3826a9424..1fd99c4ccca8 100644 --- a/arch/arm/boot/dts/samsung/exynos3250.dtsi +++ b/arch/arm/boot/dts/samsung/exynos3250.dtsi @@ -657,7 +657,7 @@ gpu: gpu@13000000 { }; =20 mfc: codec@13400000 { - compatible =3D "samsung,exynos3250-mfc", "samsung,mfc-v7"; + compatible =3D "samsung,exynos3250-mfc", "samsung,exynos5420-mfc"; reg =3D <0x13400000 0x10000>; interrupts =3D ; clock-names =3D "mfc", "sclk_mfc"; --=20 2.49.0 From nobody Sun Oct 5 07:24:36 2025 Received: from mailout4.samsung.com (mailout4.samsung.com [203.254.224.34]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 117D1275B12 for ; Thu, 7 Aug 2025 10:50:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=203.254.224.34 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754563860; cv=none; b=os3x5z6o9Mv34ucA/LY80SQFY8tg4Q+CKllYHn5wLRFlzwoR2K67akcqE+mtrUInbPW1Fnnv0sGOv1u/PFVlhHSsj9CtPPbXtu0NYguDw7ZsxM71Owj/ZQ3fk6pcAFPLVEbGaMp0QQpRXUAsToxHtKamouCtsl3cS+G+gPsXHbg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754563860; c=relaxed/simple; bh=0dryVq5nRSws/NbsLT7Hcf5Mho3K9ucUhF/AjqVvwk0=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:MIME-Version: Content-Type:References; b=hNmKtx+i5nOTwwAtISuCnNU2/0BeDcBQj3os2A3f4oebfaZgtUZwMQIYYix8qJ+k5i4wAP/XYt270P10RZoCEWAZUeyw2x4cSgUXtaJwRsudaqeniYom/7IZGHnR6c8WQAZYPgm/ND6uB/I6aDtCBxzF1hR2xQeVHVoPfzjnFVc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=samsung.com; spf=pass smtp.mailfrom=samsung.com; dkim=pass (1024-bit key) header.d=samsung.com header.i=@samsung.com header.b=rutD1znq; arc=none smtp.client-ip=203.254.224.34 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=samsung.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=samsung.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=samsung.com header.i=@samsung.com header.b="rutD1znq" Received: from epcas5p1.samsung.com (unknown [182.195.41.39]) by mailout4.samsung.com (KnoxPortal) with ESMTP id 20250807105057epoutp0445187d0ecf9a02c1bc5f8fdf37545de7~Zdog9TXCe0350503505epoutp04Y for ; Thu, 7 Aug 2025 10:50:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 mailout4.samsung.com 20250807105057epoutp0445187d0ecf9a02c1bc5f8fdf37545de7~Zdog9TXCe0350503505epoutp04Y DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com; s=mail20170921; t=1754563857; bh=FPtZ58ERtJV4rrW7KCBL7kaZgXIToED8nobTPIsau4A=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=rutD1znqXFvYB3upaZIMHVGrGPz7Txifv/kuVrGap8cCnILqNnEC9/aZApT1fdEfy fpHBAsz7sTOnilCbmGGAwDVlbCBUTn9PqOP5cdKvSNJahxKdREDSsIiRQjWeA2mNTt 4Ap49P9iDm90egatHf4tx3vONoFJ3rWAsehjWCbY= Received: from epsnrtp01.localdomain (unknown [182.195.42.153]) by epcas5p4.samsung.com (KnoxPortal) with ESMTPS id 20250807105056epcas5p4af44a3b26818f504c0226fa780910a28~ZdogSbunP0998009980epcas5p4q; Thu, 7 Aug 2025 10:50:56 +0000 (GMT) Received: from epcas5p4.samsung.com (unknown [182.195.38.95]) by epsnrtp01.localdomain (Postfix) with ESMTP id 4byP8b4fl9z6B9m4; Thu, 7 Aug 2025 10:50:55 +0000 (GMT) Received: from epsmtip2.samsung.com (unknown [182.195.34.31]) by epcas5p4.samsung.com (KnoxPortal) with ESMTPA id 20250807032508epcas5p416a3af567faba6a4fe3d6f6af5c0dd80~ZXjRgDILX0818708187epcas5p4d; Thu, 7 Aug 2025 03:25:08 +0000 (GMT) Received: from cheetah.samsungds.net (unknown [107.109.115.53]) by epsmtip2.samsung.com (KnoxPortal) with ESMTPA id 20250807032506epsmtip218d2a9395a8da0b379396b6dc7d53467~ZXjPivwkQ1697916979epsmtip2V; Thu, 7 Aug 2025 03:25:06 +0000 (GMT) From: Aakarsh Jain To: linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, m.szyprowski@samsung.com, andrzej.hajda@intel.com, mchehab@kernel.org, hverkuil-cisco@xs4all.nl, alim.akhtar@samsung.com, robh@kernel.org, conor+dt@kernel.org, devicetree@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org Cc: linux-samsung-soc@vger.kernel.org, aswani.reddy@samsung.com, anindya.sg@samsung.com, Aakarsh Jain Subject: [PATCH 02/10] ARM: dts: samsung: exynos4: Use SoC-specific compatible string for MFC Date: Thu, 7 Aug 2025 08:54:41 +0530 Message-ID: <20250807032449.92770-3-aakarsh.jain@samsung.com> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250807032449.92770-1-aakarsh.jain@samsung.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-CMS-MailID: 20250807032508epcas5p416a3af567faba6a4fe3d6f6af5c0dd80 X-Msg-Generator: CA Content-Type: text/plain; charset="utf-8" X-Sendblock-Type: REQ_APPROVE CMS-TYPE: 105P cpgsPolicy: CPGSC10-541,Y X-CFilter-Loop: Reflected X-CMS-RootMailID: 20250807032508epcas5p416a3af567faba6a4fe3d6f6af5c0dd80 References: <20250807032449.92770-1-aakarsh.jain@samsung.com> Modify the MFC device tree node to use a SoC-specific compatible string instead of a generic one. Signed-off-by: Aakarsh Jain --- arch/arm/boot/dts/samsung/exynos4.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/samsung/exynos4.dtsi b/arch/arm/boot/dts/sam= sung/exynos4.dtsi index ed47d0ce04e1..a2f15fbe98cb 100644 --- a/arch/arm/boot/dts/samsung/exynos4.dtsi +++ b/arch/arm/boot/dts/samsung/exynos4.dtsi @@ -435,7 +435,7 @@ i2s2: i2s@13970000 { }; =20 mfc: codec@13400000 { - compatible =3D "samsung,mfc-v5"; + compatible =3D "samsung,exynos4-mfc"; reg =3D <0x13400000 0x10000>; interrupts =3D ; power-domains =3D <&pd_mfc>; --=20 2.49.0 From nobody Sun Oct 5 07:24:36 2025 Received: from mailout4.samsung.com (mailout4.samsung.com [203.254.224.34]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D0625276038 for ; Thu, 7 Aug 2025 10:51:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=203.254.224.34 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754563866; cv=none; b=X9Aiqdwdw0IiJyVgI0sv0L7KG8mGfLwGR+Nv6iT0IJivqAD3CBinghZj7MBUfJPkwMUeuy0bIpiP2gb+TOr/IVvhYmMKiFXZCjpgh6O40zCUyf0P8Rr21VaBie7f/untalpOKx3qX0ThBAByyTGxNRCkdtaA4L10qXGyvRFJZcY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754563866; c=relaxed/simple; bh=UI+Jpa61XS8xbFdTqQjvA5B3Hc10GwuDxlT/0gigxfM=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:MIME-Version: Content-Type:References; b=T16HbBxocgYjL+EUre0sjkTbPe2RoyrP39rChBnk+/BTmX/hup2KB9ZgiGd2HLI5FO19f3qUeUmr+8/YlXKPbcSXKzcrvPOZXtJ/qQ2lPlB3tCZ7gkfl3EwZYHqYvqVfBKmNZE27W2jS/rkYraAuxU7EGpJwTUOFj2z3Xz1zMao= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=samsung.com; spf=pass smtp.mailfrom=samsung.com; dkim=pass (1024-bit key) header.d=samsung.com header.i=@samsung.com header.b=kcXdh/3l; arc=none smtp.client-ip=203.254.224.34 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=samsung.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=samsung.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=samsung.com header.i=@samsung.com header.b="kcXdh/3l" Received: from epcas5p4.samsung.com (unknown [182.195.41.42]) by mailout4.samsung.com (KnoxPortal) with ESMTP id 20250807105102epoutp04da59b7b572f82e982d6e29e011b1f067~ZdomKprIN0344703447epoutp04S for ; Thu, 7 Aug 2025 10:51:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 mailout4.samsung.com 20250807105102epoutp04da59b7b572f82e982d6e29e011b1f067~ZdomKprIN0344703447epoutp04S DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com; s=mail20170921; t=1754563862; bh=QeYmHJbAcraa4oR8NIDOEHzeZux8HN2nitX+I6qSl8Y=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=kcXdh/3lZ2WkNZ9YvVDFxnVv6ZOYPpMw98DpyJ+MVm8Z9df48anCT0vx0zwutFhRT uUfuDpk5sJBEC1nJngumLfm4iB5OMt5ld72qJAgq0xfE+z9tbBV+jPgSl0hrzVCt5c N3QHfCbIouzSFkK/b7Cje1NBm6L0A5CGAUx9gCec= Received: from epsnrtp03.localdomain (unknown [182.195.42.155]) by epcas5p4.samsung.com (KnoxPortal) with ESMTPS id 20250807105102epcas5p463e3d89457468fa2d83c4f67297f380f~Zdolm5Rmt0998009980epcas5p4D; Thu, 7 Aug 2025 10:51:02 +0000 (GMT) Received: from epcas5p2.samsung.com (unknown [182.195.38.88]) by epsnrtp03.localdomain (Postfix) with ESMTP id 4byP8j2zZxz3hhT8; Thu, 7 Aug 2025 10:51:01 +0000 (GMT) Received: from epsmtip2.samsung.com (unknown [182.195.34.31]) by epcas5p1.samsung.com (KnoxPortal) with ESMTPA id 20250807032511epcas5p118f9d82ef2f0dd7e433cc7f715a13d53~ZXjTsLkNB1726417264epcas5p1A; Thu, 7 Aug 2025 03:25:11 +0000 (GMT) Received: from cheetah.samsungds.net (unknown [107.109.115.53]) by epsmtip2.samsung.com (KnoxPortal) with ESMTPA id 20250807032509epsmtip286e1609f87de49f575b61a1fceda495f~ZXjRu14Yb1700017000epsmtip2b; Thu, 7 Aug 2025 03:25:09 +0000 (GMT) From: Aakarsh Jain To: linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, m.szyprowski@samsung.com, andrzej.hajda@intel.com, mchehab@kernel.org, hverkuil-cisco@xs4all.nl, alim.akhtar@samsung.com, robh@kernel.org, conor+dt@kernel.org, devicetree@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org Cc: linux-samsung-soc@vger.kernel.org, aswani.reddy@samsung.com, anindya.sg@samsung.com, Aakarsh Jain Subject: [PATCH 03/10] ARM: dts: samsung: exynos5250: Use SoC-specific compatible string for MFC Date: Thu, 7 Aug 2025 08:54:42 +0530 Message-ID: <20250807032449.92770-4-aakarsh.jain@samsung.com> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250807032449.92770-1-aakarsh.jain@samsung.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-CMS-MailID: 20250807032511epcas5p118f9d82ef2f0dd7e433cc7f715a13d53 X-Msg-Generator: CA Content-Type: text/plain; charset="utf-8" X-Sendblock-Type: REQ_APPROVE CMS-TYPE: 105P cpgsPolicy: CPGSC10-541,Y X-CFilter-Loop: Reflected X-CMS-RootMailID: 20250807032511epcas5p118f9d82ef2f0dd7e433cc7f715a13d53 References: <20250807032449.92770-1-aakarsh.jain@samsung.com> Modify the MFC device tree node to use a SoC-specific compatible string instead of a generic one. Signed-off-by: Aakarsh Jain --- arch/arm/boot/dts/samsung/exynos5250.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/samsung/exynos5250.dtsi b/arch/arm/boot/dts/= samsung/exynos5250.dtsi index b9e7c4938818..c4d9a4a3f78d 100644 --- a/arch/arm/boot/dts/samsung/exynos5250.dtsi +++ b/arch/arm/boot/dts/samsung/exynos5250.dtsi @@ -316,7 +316,7 @@ watchdog@101d0000 { }; =20 mfc: codec@11000000 { - compatible =3D "samsung,mfc-v6"; + compatible =3D "samsung,exynos5250-mfc"; reg =3D <0x11000000 0x10000>; interrupts =3D ; power-domains =3D <&pd_mfc>; --=20 2.49.0 From nobody Sun Oct 5 07:24:36 2025 Received: from mailout3.samsung.com (mailout3.samsung.com [203.254.224.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 94A1227056D for ; Thu, 7 Aug 2025 10:51:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=203.254.224.33 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754563876; cv=none; b=cU7aomh6qGTSRhF3g/R/KyQTnGmhc4Eh+z/DrGpwyOBz75cSpwlVCLxcGYKkb16pILbT40psja8Pz+TbHiCJ1HTSRKB/P1fhhmrzrYmincap/tsogZp35uRu9aCAZz8hjOS09DIqnwbcmpnFE0K18HRBA4TKcGs99RYDQBEFKMU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754563876; c=relaxed/simple; bh=S0htgdIKDL9Ik1bDSngE6XtbRG8xcNIlM+WQAB31t3Y=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:MIME-Version: Content-Type:References; b=QRBJr7SXvzdWT6IbFf1NpsCFYbYXQIe/pkeI3K2UcBZtFYYivlwDRFWQPQ895GKvlZZV+VxIsQ54PeVSG2UfPPQnD/WN6UH/WxxDE3xzLlYnH9Dp5qY5tGcFav/BodKmQjlrFYMGmW2C4c0fjU73lIpmkass++A72d3+3szfmfw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=samsung.com; spf=pass smtp.mailfrom=samsung.com; dkim=pass (1024-bit key) header.d=samsung.com header.i=@samsung.com header.b=k+2WVpSC; arc=none smtp.client-ip=203.254.224.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=samsung.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=samsung.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=samsung.com header.i=@samsung.com header.b="k+2WVpSC" Received: from epcas5p1.samsung.com (unknown [182.195.41.39]) by mailout3.samsung.com (KnoxPortal) with ESMTP id 20250807105112epoutp031fd00e2e77a5ca8c830b21a76e1731b2~ZdovZQQtQ0650606506epoutp03S for ; Thu, 7 Aug 2025 10:51:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 mailout3.samsung.com 20250807105112epoutp031fd00e2e77a5ca8c830b21a76e1731b2~ZdovZQQtQ0650606506epoutp03S DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com; s=mail20170921; t=1754563872; bh=x4K00fqUKSMf1320Zsxlq3La5Bqwytr3BaKcuXPCcBU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=k+2WVpSCa86pG8hkxebYCpwnKUEQYiMKb38RV/oZ1reabXRlnUrzQhXLAPAttFiEX 9hnRAUVmELK4Egy+0XkvQcVnI7SVoqkdtULqWXru+PTivSfVSqlk3GEsu0/kYRYJuA S1mYC5EGosAzq6NcxGRSnE+Nwacyr6prGT+fb99g= Received: from epsnrtp01.localdomain (unknown [182.195.42.153]) by epcas5p1.samsung.com (KnoxPortal) with ESMTPS id 20250807105112epcas5p1e82eefc1a9bf77cae9c44eff3067544e~Zdou9mp1Y0067900679epcas5p1G; Thu, 7 Aug 2025 10:51:12 +0000 (GMT) Received: from epcas5p4.samsung.com (unknown [182.195.38.94]) by epsnrtp01.localdomain (Postfix) with ESMTP id 4byP8v36C8z6B9m5; Thu, 7 Aug 2025 10:51:11 +0000 (GMT) Received: from epsmtip2.samsung.com (unknown [182.195.34.31]) by epcas5p2.samsung.com (KnoxPortal) with ESMTPA id 20250807032513epcas5p224dc2883dff3610770140af0f93354cf~ZXjV440Ou0047300473epcas5p2V; Thu, 7 Aug 2025 03:25:13 +0000 (GMT) Received: from cheetah.samsungds.net (unknown [107.109.115.53]) by epsmtip2.samsung.com (KnoxPortal) with ESMTPA id 20250807032511epsmtip27f6d1df53d9a5dc8ec815551528afc37~ZXjT65V3n1491114911epsmtip2X; Thu, 7 Aug 2025 03:25:11 +0000 (GMT) From: Aakarsh Jain To: linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, m.szyprowski@samsung.com, andrzej.hajda@intel.com, mchehab@kernel.org, hverkuil-cisco@xs4all.nl, alim.akhtar@samsung.com, robh@kernel.org, conor+dt@kernel.org, devicetree@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org Cc: linux-samsung-soc@vger.kernel.org, aswani.reddy@samsung.com, anindya.sg@samsung.com, Aakarsh Jain Subject: [PATCH 04/10] ARM: dts: samsung: exynos5420: Use SoC-specific compatible string for MFC Date: Thu, 7 Aug 2025 08:54:43 +0530 Message-ID: <20250807032449.92770-5-aakarsh.jain@samsung.com> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250807032449.92770-1-aakarsh.jain@samsung.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-CMS-MailID: 20250807032513epcas5p224dc2883dff3610770140af0f93354cf X-Msg-Generator: CA Content-Type: text/plain; charset="utf-8" X-Sendblock-Type: REQ_APPROVE CMS-TYPE: 105P cpgsPolicy: CPGSC10-541,Y X-CFilter-Loop: Reflected X-CMS-RootMailID: 20250807032513epcas5p224dc2883dff3610770140af0f93354cf References: <20250807032449.92770-1-aakarsh.jain@samsung.com> Modify the MFC device tree node to use a SoC-specific compatible string instead of a generic one. Signed-off-by: Aakarsh Jain --- arch/arm/boot/dts/samsung/exynos5420.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/samsung/exynos5420.dtsi b/arch/arm/boot/dts/= samsung/exynos5420.dtsi index 196c6d04675a..31738350b522 100644 --- a/arch/arm/boot/dts/samsung/exynos5420.dtsi +++ b/arch/arm/boot/dts/samsung/exynos5420.dtsi @@ -299,7 +299,7 @@ clock_audss: audss-clock-controller@3810000 { }; =20 mfc: codec@11000000 { - compatible =3D "samsung,mfc-v7"; + compatible =3D "samsung,exynos5420-mfc"; reg =3D <0x11000000 0x10000>; interrupts =3D ; clocks =3D <&clock CLK_MFC>; --=20 2.49.0 From nobody Sun Oct 5 07:24:36 2025 Received: from mailout3.samsung.com (mailout3.samsung.com [203.254.224.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B7CC3225413 for ; Thu, 7 Aug 2025 10:53:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=203.254.224.33 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754564006; cv=none; b=DNgN+uXj+REAxxa0d4boOLKsBOX/AGtajV36wi6iwpXB6/cGIer4avHTDHzv+6KK9/Jj2o3Mcux9n/v7qpVNRtI2YQ9GGG3MQEkdOCGdJKKVxbOiiWMcp/fLopL3lfOZTfRLIP9XBjcT4qWW2TGfsLbJxXInDCuUByi33GnFLNA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754564006; c=relaxed/simple; bh=bDc/gVJY2hnTBzD2UdxuQAZGeo6dOIRDVvep5JEl724=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:MIME-Version: Content-Type:References; b=rclZKA/u6MPBdY9gEd8T9VcGoLED6bKFQZrxF0wOPFKZ+u+KjVUh4I0Cbyz7srwSZSEpOyRl03Ua8q5FK4cAMBik8+vFAcqQ5f/kL8I9E51btDx0UyI2K+LnsY7HR3iOej/KbdQX7lEbg/tZPPufUuekx4mFMyPvy1aWNZdJZH4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=samsung.com; spf=pass smtp.mailfrom=samsung.com; dkim=pass (1024-bit key) header.d=samsung.com header.i=@samsung.com header.b=PtHOQbOg; arc=none smtp.client-ip=203.254.224.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=samsung.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=samsung.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=samsung.com header.i=@samsung.com header.b="PtHOQbOg" Received: from epcas5p3.samsung.com (unknown [182.195.41.41]) by mailout3.samsung.com (KnoxPortal) with ESMTP id 20250807105322epoutp0391ba4b7df040e6fd5733847658961b71~Zdqnw_kSI0877308773epoutp037 for ; Thu, 7 Aug 2025 10:53:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 mailout3.samsung.com 20250807105322epoutp0391ba4b7df040e6fd5733847658961b71~Zdqnw_kSI0877308773epoutp037 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com; s=mail20170921; t=1754564002; bh=+GwPUR26iklzPWT6ODiapbWvC4FwmQLsc6pho+4ru+s=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=PtHOQbOgR688rw+V96AF1JJMsexEuw2+2czn3x6QszxHLcP1O08/l1f07uQYvQQKc aE1iRmL15sQ6wDt1nvjXcfIcvL5Vdo3mhw1YHmb9VeihMKrUEJy2rP+XMneC9VqZow jOilcgutdxdJLEnUFYlmZ8Z+URsJUp5hoA+yexhk= Received: from epsnrtp03.localdomain (unknown [182.195.42.155]) by epcas5p3.samsung.com (KnoxPortal) with ESMTPS id 20250807105321epcas5p3bdc86d2f45040914aff49fd1d5743f4b~ZdqnSfM9V3110331103epcas5p35; Thu, 7 Aug 2025 10:53:21 +0000 (GMT) Received: from epcas5p2.samsung.com (unknown [182.195.38.89]) by epsnrtp03.localdomain (Postfix) with ESMTP id 4byPCN3tYJz3hhT7; Thu, 7 Aug 2025 10:53:20 +0000 (GMT) Received: from epsmtip2.samsung.com (unknown [182.195.34.31]) by epcas5p2.samsung.com (KnoxPortal) with ESMTPA id 20250807032515epcas5p294e3bb229552cdcff28fa24691c3534a~ZXjYIN0Lg0047300473epcas5p2a; Thu, 7 Aug 2025 03:25:15 +0000 (GMT) Received: from cheetah.samsungds.net (unknown [107.109.115.53]) by epsmtip2.samsung.com (KnoxPortal) with ESMTPA id 20250807032513epsmtip2c47251e3e4770eea99704a4f9001deb1~ZXjWHi5Lv1491114911epsmtip2Y; Thu, 7 Aug 2025 03:25:13 +0000 (GMT) From: Aakarsh Jain To: linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, m.szyprowski@samsung.com, andrzej.hajda@intel.com, mchehab@kernel.org, hverkuil-cisco@xs4all.nl, alim.akhtar@samsung.com, robh@kernel.org, conor+dt@kernel.org, devicetree@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org Cc: linux-samsung-soc@vger.kernel.org, aswani.reddy@samsung.com, anindya.sg@samsung.com, Aakarsh Jain Subject: [PATCH 05/10] ARM: dts: samsung: exynos5800: Use SoC-specific compatible string for MFC Date: Thu, 7 Aug 2025 08:54:44 +0530 Message-ID: <20250807032449.92770-6-aakarsh.jain@samsung.com> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250807032449.92770-1-aakarsh.jain@samsung.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-CMS-MailID: 20250807032515epcas5p294e3bb229552cdcff28fa24691c3534a X-Msg-Generator: CA Content-Type: text/plain; charset="utf-8" X-Sendblock-Type: REQ_APPROVE CMS-TYPE: 105P cpgsPolicy: CPGSC10-541,Y X-CFilter-Loop: Reflected X-CMS-RootMailID: 20250807032515epcas5p294e3bb229552cdcff28fa24691c3534a References: <20250807032449.92770-1-aakarsh.jain@samsung.com> Modify the MFC device tree node to use a SoC-specific compatible string instead of a generic one. Signed-off-by: Aakarsh Jain --- arch/arm/boot/dts/samsung/exynos5800.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/samsung/exynos5800.dtsi b/arch/arm/boot/dts/= samsung/exynos5800.dtsi index 72d3a3535a7a..8abaf79165a6 100644 --- a/arch/arm/boot/dts/samsung/exynos5800.dtsi +++ b/arch/arm/boot/dts/samsung/exynos5800.dtsi @@ -153,7 +153,7 @@ &dsi { }; =20 &mfc { - compatible =3D "samsung,mfc-v8"; + compatible =3D "samsung,exynos5800-mfc"; }; =20 &soc { --=20 2.49.0 From nobody Sun Oct 5 07:24:36 2025 Received: from mailout3.samsung.com (mailout3.samsung.com [203.254.224.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C13A027781E for ; Thu, 7 Aug 2025 10:53:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=203.254.224.33 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754564009; cv=none; b=tbj4ZkmeVT5KXptCrAezzZPNQkxJ+7Mr02dHrZQcwklZR+DyjDGICIHeRvjuopWy080z9iLCZ9h0vKWYiR+ppBLZJ09Ux4hrxKxdtILhat0pL9l/g4QYzh1D/nI2sINVwj8irX9KuHmpg262u70FTwkwuYxu2vjgKExW+rtwKkM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754564009; c=relaxed/simple; bh=iFQwtztrwE7wz+Dzr5cvKNkER7lv4ej4WRpVBznyvYI=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:MIME-Version: Content-Type:References; b=nGxPW9WoDGTRRfWPI2omk7xvBEHiJd9+q5Iuq1fLRae417ckvoU7hZq/8UdF19D2clvNSKpkpOySB4pwH5udeeziGqsFE3fliu3JjBUVh/6lw4Bcax8/QkTpkuRR+WscaHZTBTXTWD/NsLWzIuR6WudUObgg1nTZUX1u4RVwC/E= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=samsung.com; spf=pass smtp.mailfrom=samsung.com; dkim=pass (1024-bit key) header.d=samsung.com header.i=@samsung.com header.b=fZfeytNB; arc=none smtp.client-ip=203.254.224.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=samsung.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=samsung.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=samsung.com header.i=@samsung.com header.b="fZfeytNB" Received: from epcas5p4.samsung.com (unknown [182.195.41.42]) by mailout3.samsung.com (KnoxPortal) with ESMTP id 20250807105325epoutp0377728f890fb61eaff7ff8dc97aa9f4ee~ZdqrV1DDr0875908759epoutp03F for ; Thu, 7 Aug 2025 10:53:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 mailout3.samsung.com 20250807105325epoutp0377728f890fb61eaff7ff8dc97aa9f4ee~ZdqrV1DDr0875908759epoutp03F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com; s=mail20170921; t=1754564005; bh=+IgihIT+WwnjED1zT4CW3dZuETZ4lvvEIL07taCvIHw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=fZfeytNBhdTWHZ2URqGiTIliTA3yl49c14sDM3Tza2IgWwDyLVtXRTGgBDczO4mHx PtOFIkTyWAWfsqFn64rJIifMLNBoOx8hNzrNL2aec17ETGbL0ZlBzPgkBy/WKWHANm LEbwQagqhv4BNS8GUROlzDQt+Jtj3GVc5E5NLas8= Received: from epsnrtp02.localdomain (unknown [182.195.42.154]) by epcas5p1.samsung.com (KnoxPortal) with ESMTPS id 20250807105325epcas5p1c2250f6aa9109186361aa639bf5b973b~Zdqq00_fz2123021230epcas5p1I; Thu, 7 Aug 2025 10:53:25 +0000 (GMT) Received: from epcas5p4.samsung.com (unknown [182.195.38.91]) by epsnrtp02.localdomain (Postfix) with ESMTP id 4byPCS3Gj3z2SSKf; Thu, 7 Aug 2025 10:53:24 +0000 (GMT) Received: from epsmtip2.samsung.com (unknown [182.195.34.31]) by epcas5p2.samsung.com (KnoxPortal) with ESMTPA id 20250807032518epcas5p2af27b86e19d451e5ccc9cbc9c7b676ce~ZXjaUu-Za1823418234epcas5p2Z; Thu, 7 Aug 2025 03:25:18 +0000 (GMT) Received: from cheetah.samsungds.net (unknown [107.109.115.53]) by epsmtip2.samsung.com (KnoxPortal) with ESMTPA id 20250807032516epsmtip28f2e6bb9c955edebd9a9705587917ce2~ZXjYW8qiw1697916979epsmtip2k; Thu, 7 Aug 2025 03:25:16 +0000 (GMT) From: Aakarsh Jain To: linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, m.szyprowski@samsung.com, andrzej.hajda@intel.com, mchehab@kernel.org, hverkuil-cisco@xs4all.nl, alim.akhtar@samsung.com, robh@kernel.org, conor+dt@kernel.org, devicetree@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org Cc: linux-samsung-soc@vger.kernel.org, aswani.reddy@samsung.com, anindya.sg@samsung.com, Aakarsh Jain Subject: [PATCH 06/10] ARM: dts: samsung: s5pv210: Use SoC-specific compatible string for MFC Date: Thu, 7 Aug 2025 08:54:45 +0530 Message-ID: <20250807032449.92770-7-aakarsh.jain@samsung.com> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250807032449.92770-1-aakarsh.jain@samsung.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-CMS-MailID: 20250807032518epcas5p2af27b86e19d451e5ccc9cbc9c7b676ce X-Msg-Generator: CA Content-Type: text/plain; charset="utf-8" X-Sendblock-Type: REQ_APPROVE CMS-TYPE: 105P cpgsPolicy: CPGSC10-541,Y X-CFilter-Loop: Reflected X-CMS-RootMailID: 20250807032518epcas5p2af27b86e19d451e5ccc9cbc9c7b676ce References: <20250807032449.92770-1-aakarsh.jain@samsung.com> Modify the MFC device tree node to use a SoC-specific compatible string instead of a generic one. Signed-off-by: Aakarsh Jain --- arch/arm/boot/dts/samsung/s5pv210.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/samsung/s5pv210.dtsi b/arch/arm/boot/dts/sam= sung/s5pv210.dtsi index 34e8a3d5efa5..0a746c2243f8 100644 --- a/arch/arm/boot/dts/samsung/s5pv210.dtsi +++ b/arch/arm/boot/dts/samsung/s5pv210.dtsi @@ -450,7 +450,7 @@ ohci: usb@ec300000 { }; =20 mfc: codec@f1700000 { - compatible =3D "samsung,mfc-v5"; + compatible =3D "samsung,s5pv210-mfc"; reg =3D <0xf1700000 0x10000>; interrupt-parent =3D <&vic2>; interrupts =3D <14>; --=20 2.49.0 From nobody Sun Oct 5 07:24:36 2025 Received: from mailout3.samsung.com (mailout3.samsung.com [203.254.224.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id AAABE27877B for ; Thu, 7 Aug 2025 10:53:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=203.254.224.33 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754564013; cv=none; b=YNgdo0cF+g2zl/YtUsyyFkVGlx2s05/i3q5dNsniOMpds8Tj+cYEi/dPG6Nm+HNhBGNuuty7gtXqcGJ8KiIiyd5NsvO5SuqqNYZ2u5qfNzviUfjLTuMFyZ5NYp3vQkOKlgXbY2bcni3jekXrdpZEUT5TMCnnIyZXsQvzvn4ZDsE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754564013; c=relaxed/simple; bh=it6ZeG5ZxrWnDtIl7K6dPUy1gvQUC2n7RiimrPMbSWs=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:MIME-Version: Content-Type:References; b=WsRBR2jSLx+bPmTHoCW2z2LV1ZvVBKxsWWIBjrLlSLa9aA58sdOMHA3zfUcCtnQkSXtIphZXdPyBig1AnSDX8EIC0HI2YOmYBFz+ya5nNVjLhzP8tV/G4zplrcXoutSDaqi6IqQClJ/ZdWfVW1mRLfHLO+OJhqcfqS6viYMcB6c= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=samsung.com; spf=pass smtp.mailfrom=samsung.com; dkim=pass (1024-bit key) header.d=samsung.com header.i=@samsung.com header.b=DcjrStTw; arc=none smtp.client-ip=203.254.224.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=samsung.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=samsung.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=samsung.com header.i=@samsung.com header.b="DcjrStTw" Received: from epcas5p4.samsung.com (unknown [182.195.41.42]) by mailout3.samsung.com (KnoxPortal) with ESMTP id 20250807105330epoutp03b5737ecd0f21940be0c9a9da6454077e~ZdqvSw0920875908759epoutp03I for ; Thu, 7 Aug 2025 10:53:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 mailout3.samsung.com 20250807105330epoutp03b5737ecd0f21940be0c9a9da6454077e~ZdqvSw0920875908759epoutp03I DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com; s=mail20170921; t=1754564010; bh=0PnTd3WZG/fm6S5+AMV4x+2ufZv6k6uyirKu5AAni10=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=DcjrStTwbsGSZqOgcC4B/HUUX6oXYfMjPjIfSC7/q+wmINptksvYz4lYcew9W3W8f QnHW940NUWIM5mEKsW/ZnEyAYdDqCzkmGBQZ/qgxUtMeiKSvucSul5ymahXOHwOX1i UGbP+KAHbxRMTIOWanzdNn/JIcPGomwLWWrjxqOU= Received: from epsnrtp04.localdomain (unknown [182.195.42.156]) by epcas5p1.samsung.com (KnoxPortal) with ESMTPS id 20250807105329epcas5p1edbd7ab30549989effa47c3ed866e28e~Zdqumj4CK2372223722epcas5p12; Thu, 7 Aug 2025 10:53:29 +0000 (GMT) Received: from epcas5p4.samsung.com (unknown [182.195.38.87]) by epsnrtp04.localdomain (Postfix) with ESMTP id 4byPCX3Lxwz6B9m9; Thu, 7 Aug 2025 10:53:28 +0000 (GMT) Received: from epsmtip2.samsung.com (unknown [182.195.34.31]) by epcas5p4.samsung.com (KnoxPortal) with ESMTPA id 20250807032520epcas5p47545f2b03e29296b583248f8315abf45~ZXjcgwDPU0583105831epcas5p48; Thu, 7 Aug 2025 03:25:20 +0000 (GMT) Received: from cheetah.samsungds.net (unknown [107.109.115.53]) by epsmtip2.samsung.com (KnoxPortal) with ESMTPA id 20250807032518epsmtip24960da37a4e98ff6e17bd9d0006e6de2~ZXjajd3B21700017000epsmtip2e; Thu, 7 Aug 2025 03:25:18 +0000 (GMT) From: Aakarsh Jain To: linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, m.szyprowski@samsung.com, andrzej.hajda@intel.com, mchehab@kernel.org, hverkuil-cisco@xs4all.nl, alim.akhtar@samsung.com, robh@kernel.org, conor+dt@kernel.org, devicetree@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org Cc: linux-samsung-soc@vger.kernel.org, aswani.reddy@samsung.com, anindya.sg@samsung.com, Aakarsh Jain Subject: [PATCH 07/10] media: s5p-mfc: Modify compatible string check for SoC-specific support Date: Thu, 7 Aug 2025 08:54:46 +0530 Message-ID: <20250807032449.92770-8-aakarsh.jain@samsung.com> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250807032449.92770-1-aakarsh.jain@samsung.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-CMS-MailID: 20250807032520epcas5p47545f2b03e29296b583248f8315abf45 X-Msg-Generator: CA Content-Type: text/plain; charset="utf-8" X-Sendblock-Type: REQ_APPROVE CMS-TYPE: 105P cpgsPolicy: CPGSC10-541,Y X-CFilter-Loop: Reflected X-CMS-RootMailID: 20250807032520epcas5p47545f2b03e29296b583248f8315abf45 References: <20250807032449.92770-1-aakarsh.jain@samsung.com> Modify the compatible string handling in the MFC driver to explicitly match SoC-specific identifiers. Signed-off-by: Aakarsh Jain --- drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c b/drivers/med= ia/platform/samsung/s5p-mfc/s5p_mfc.c index 73fdcd362265..d13770058e63 100644 --- a/drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c +++ b/drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c @@ -1711,22 +1711,22 @@ static const struct of_device_id exynos_mfc_match[]= =3D { .compatible =3D "samsung,mfc-v5", .data =3D &mfc_drvdata_v5, }, { - .compatible =3D "samsung,mfc-v6", + .compatible =3D "samsung,exynos5250-mfc", .data =3D &mfc_drvdata_v6, }, { - .compatible =3D "samsung,mfc-v7", + .compatible =3D "samsung,exynos5420-mfc", .data =3D &mfc_drvdata_v7, }, { .compatible =3D "samsung,exynos3250-mfc", .data =3D &mfc_drvdata_v7_3250, }, { - .compatible =3D "samsung,mfc-v8", + .compatible =3D "samsung,exynos5800-mfc", .data =3D &mfc_drvdata_v8, }, { .compatible =3D "samsung,exynos5433-mfc", .data =3D &mfc_drvdata_v8_5433, }, { - .compatible =3D "samsung,mfc-v10", + .compatible =3D "samsung,exynos7880-mfc", .data =3D &mfc_drvdata_v10, }, { .compatible =3D "tesla,fsd-mfc", --=20 2.49.0 From nobody Sun Oct 5 07:24:36 2025 Received: from mailout3.samsung.com (mailout3.samsung.com [203.254.224.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DFBDB275B1A for ; Thu, 7 Aug 2025 10:53:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=203.254.224.33 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754564023; cv=none; b=qOK0JZ+iSootjT8C6FajRpkpl1D3WIEBFOR6dOTnoWfKyVhMvNDdKqQTY8heexRKEpMvsvBlc2/NG6j728R6xKN0SDu10xkZilSSPAAoBsovsLJRj5ri+k31pSge5DNeEx4fZcXmX3xh+3nts7zGXCTK3jVx+y7wfrNCjm8v608= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754564023; c=relaxed/simple; bh=Bt378lZ+Cs18jytbHg9RbVCu7Q90SLRzhvx1NHvTBvY=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:MIME-Version: Content-Type:References; b=cPSzbCo8LH3Ly5DrKfrjvRilRQCjCqK+wLw1sdGWjv9fVux9XDFyMl1omerdg7YxKKIjgwQAsX1mWc/mvKjMdu1xhl0528ta3uS7ILuOBbDPJjLUyhIhUzBqwm5no4VjCVAtze/Wv0Mk+yjEEl5FtKp341uT+5ESHqB8NzgQ+1o= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=samsung.com; spf=pass smtp.mailfrom=samsung.com; dkim=pass (1024-bit key) header.d=samsung.com header.i=@samsung.com header.b=dYzNvpFb; arc=none smtp.client-ip=203.254.224.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=samsung.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=samsung.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=samsung.com header.i=@samsung.com header.b="dYzNvpFb" Received: from epcas5p4.samsung.com (unknown [182.195.41.42]) by mailout3.samsung.com (KnoxPortal) with ESMTP id 20250807105340epoutp036507f9a6f70bec6ac5d3cec0734b2946~Zdq4nDMFD0887908879epoutp03E for ; Thu, 7 Aug 2025 10:53:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 mailout3.samsung.com 20250807105340epoutp036507f9a6f70bec6ac5d3cec0734b2946~Zdq4nDMFD0887908879epoutp03E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com; s=mail20170921; t=1754564020; bh=5MzbbvKs/a2j95Tbyz9m/AbhGl8sczbKFngjNmIDh7I=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=dYzNvpFb0AWByPoGAKnSlG+z0tU5PtlDknLZC9tyJvD/BjZrRggV43mdU/8sddkRz z9j04+NIzkEJ8YLHDFNVydEoNrEZoX/gbGWOkQy4QBm25kvyqRMAhOaWOAk0ihGOma w6WzeX4MYwgK7bUCZXt8pRx61BOiWWMNuWJ5X+1U= Received: from epsnrtp04.localdomain (unknown [182.195.42.156]) by epcas5p2.samsung.com (KnoxPortal) with ESMTPS id 20250807105339epcas5p21708ee650a6a54de51efde755ea0ebf2~Zdq36g0Y52077420774epcas5p2a; Thu, 7 Aug 2025 10:53:39 +0000 (GMT) Received: from epcas5p1.samsung.com (unknown [182.195.38.89]) by epsnrtp04.localdomain (Postfix) with ESMTP id 4byPCk3WTTz6B9mD; Thu, 7 Aug 2025 10:53:38 +0000 (GMT) Received: from epsmtip2.samsung.com (unknown [182.195.34.31]) by epcas5p2.samsung.com (KnoxPortal) with ESMTPA id 20250807032523epcas5p2a270279907bbccdb08b45f56a8c38f21~ZXjevE1a90047300473epcas5p2p; Thu, 7 Aug 2025 03:25:23 +0000 (GMT) Received: from cheetah.samsungds.net (unknown [107.109.115.53]) by epsmtip2.samsung.com (KnoxPortal) with ESMTPA id 20250807032520epsmtip2688aadc45389571d3e7f1ad39f79c9fc~ZXjcvfuFe1346113461epsmtip2T; Thu, 7 Aug 2025 03:25:20 +0000 (GMT) From: Aakarsh Jain To: linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, m.szyprowski@samsung.com, andrzej.hajda@intel.com, mchehab@kernel.org, hverkuil-cisco@xs4all.nl, alim.akhtar@samsung.com, robh@kernel.org, conor+dt@kernel.org, devicetree@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org Cc: linux-samsung-soc@vger.kernel.org, aswani.reddy@samsung.com, anindya.sg@samsung.com, Aakarsh Jain Subject: [PATCH 08/10] media: s5p-mfc: Add new compatible string corresponding to S5pv210 SoC Date: Thu, 7 Aug 2025 08:54:47 +0530 Message-ID: <20250807032449.92770-9-aakarsh.jain@samsung.com> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250807032449.92770-1-aakarsh.jain@samsung.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-CMS-MailID: 20250807032523epcas5p2a270279907bbccdb08b45f56a8c38f21 X-Msg-Generator: CA Content-Type: text/plain; charset="utf-8" X-Sendblock-Type: REQ_APPROVE CMS-TYPE: 105P cpgsPolicy: CPGSC10-541,Y X-CFilter-Loop: Reflected X-CMS-RootMailID: 20250807032523epcas5p2a270279907bbccdb08b45f56a8c38f21 References: <20250807032449.92770-1-aakarsh.jain@samsung.com> 'samsung,mfc-v5' compatible string was getting used for both S5pv210 and Exynos4 SoC. Based on SoC-specific, modify existing 'samsung,mfc-v5' compatible to 'samsung,s5pv210-mfc' and add its variant data. Add new compatible for Exynos4. Signed-off-by: Aakarsh Jain --- drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c b/drivers/med= ia/platform/samsung/s5p-mfc/s5p_mfc.c index d13770058e63..f8476bc3a5ce 100644 --- a/drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c +++ b/drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c @@ -1708,7 +1708,10 @@ static struct s5p_mfc_variant mfc_drvdata_v12 =3D { =20 static const struct of_device_id exynos_mfc_match[] =3D { { - .compatible =3D "samsung,mfc-v5", + .compatible =3D "samsung,s5pv210-mfc", + .data =3D &mfc_drvdata_v5, + }, { + .compatible =3D "samsung,exynos4-mfc", .data =3D &mfc_drvdata_v5, }, { .compatible =3D "samsung,exynos5250-mfc", --=20 2.49.0 From nobody Sun Oct 5 07:24:36 2025 Received: from mailout4.samsung.com (mailout4.samsung.com [203.254.224.34]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0F8ED27990B for ; Thu, 7 Aug 2025 10:53:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=203.254.224.34 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754564028; cv=none; b=rSqSeVcVnmtcOVzo5gdOVfxssi4eFHKKotl0LoohNxdzLdmgM2POLa7vLUcZrjDzgpBBx5B95H3hC79zu1VaWEyvVDo/OCHmeHidq6opdxX8NfwBT3kg7+kD9GqBureSpBYoD1SN99drpHZx3Ek2qisXTwLSpYNP447nWaJYTT0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754564028; c=relaxed/simple; bh=8GJWrjCBxg6kZvZ1gYqYneSJRZnVlxbnu3DNO3FCMy0=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:MIME-Version: Content-Type:References; b=DLwasuoJshWzFBI6JJHjxFdwee1mUuuLdNMBM8j/XWMLccuw9jN+aulI22jG4e2/X4WVHjH6jqnhBHxDCphOE5eojttX4RbG0L7ofq7Tx96IdiqWhrvfQ9LpNKiwf6bLKmZ7RkY4jN4UYqGybKEumRAuEncG0SqdCfPy6fDgP3o= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=samsung.com; spf=pass smtp.mailfrom=samsung.com; dkim=pass (1024-bit key) header.d=samsung.com header.i=@samsung.com header.b=MYMpeRqx; arc=none smtp.client-ip=203.254.224.34 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=samsung.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=samsung.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=samsung.com header.i=@samsung.com header.b="MYMpeRqx" Received: from epcas5p1.samsung.com (unknown [182.195.41.39]) by mailout4.samsung.com (KnoxPortal) with ESMTP id 20250807105345epoutp04e0bae920227671802c332cd67e527cc0~Zdq9ezgNP0570805708epoutp04A for ; Thu, 7 Aug 2025 10:53:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 mailout4.samsung.com 20250807105345epoutp04e0bae920227671802c332cd67e527cc0~Zdq9ezgNP0570805708epoutp04A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com; s=mail20170921; t=1754564025; bh=D+ayVJwgciizVxsr+RL6VH4988L9AOyityEB6YdMCKU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=MYMpeRqxLIp4U/ePo3KYLiJXIbB9VxxK0Nj6+bBo0Oe9078w2kFyeyy5fj1FubINF oVMbKf0ljLJVrMM4KyEOs8mGk3Ab5JfpjDSZ9YXl6gitaoKfi8PSAxha/VPtKhp8pz vN9EUZLxi7LU/2zIm4eenNOUO48pWMRshxhGKWbk= Received: from epsnrtp01.localdomain (unknown [182.195.42.153]) by epcas5p1.samsung.com (KnoxPortal) with ESMTPS id 20250807105344epcas5p187b2c5cd75d7146e99e48dbde0863b72~Zdq8717_o2390623906epcas5p12; Thu, 7 Aug 2025 10:53:44 +0000 (GMT) Received: from epcas5p2.samsung.com (unknown [182.195.38.94]) by epsnrtp01.localdomain (Postfix) with ESMTP id 4byPCq65ngz6B9m5; Thu, 7 Aug 2025 10:53:43 +0000 (GMT) Received: from epsmtip2.samsung.com (unknown [182.195.34.31]) by epcas5p4.samsung.com (KnoxPortal) with ESMTPA id 20250807032525epcas5p42f764c0b2af23d0e47e853fc5707cb46~ZXjg9yEDk0583105831epcas5p4H; Thu, 7 Aug 2025 03:25:25 +0000 (GMT) Received: from cheetah.samsungds.net (unknown [107.109.115.53]) by epsmtip2.samsung.com (KnoxPortal) with ESMTPA id 20250807032523epsmtip2831067472ba6dc46cb11960543bc4c44~ZXje91v-r1379313793epsmtip2j; Thu, 7 Aug 2025 03:25:23 +0000 (GMT) From: Aakarsh Jain To: linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, m.szyprowski@samsung.com, andrzej.hajda@intel.com, mchehab@kernel.org, hverkuil-cisco@xs4all.nl, alim.akhtar@samsung.com, robh@kernel.org, conor+dt@kernel.org, devicetree@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org Cc: linux-samsung-soc@vger.kernel.org, aswani.reddy@samsung.com, anindya.sg@samsung.com, Aakarsh Jain Subject: [PATCH 09/10] dt-bindings: media: s5p-mfc: Modify compatible string check for SoC-specific support Date: Thu, 7 Aug 2025 08:54:48 +0530 Message-ID: <20250807032449.92770-10-aakarsh.jain@samsung.com> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250807032449.92770-1-aakarsh.jain@samsung.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-CMS-MailID: 20250807032525epcas5p42f764c0b2af23d0e47e853fc5707cb46 X-Msg-Generator: CA Content-Type: text/plain; charset="utf-8" X-Sendblock-Type: REQ_APPROVE CMS-TYPE: 105P cpgsPolicy: CPGSC10-541,Y X-CFilter-Loop: Reflected X-CMS-RootMailID: 20250807032525epcas5p42f764c0b2af23d0e47e853fc5707cb46 References: <20250807032449.92770-1-aakarsh.jain@samsung.com> Modify compatible strings in the s5p-mfc binding to reflect accurate SoC-specific naming across multiple Samsung platforms. Signed-off-by: Aakarsh Jain --- .../bindings/media/samsung,s5p-mfc.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Documentation/devicetree/bindings/media/samsung,s5p-mfc.yaml b= /Documentation/devicetree/bindings/media/samsung,s5p-mfc.yaml index b46cc780703c..6a711c8103ac 100644 --- a/Documentation/devicetree/bindings/media/samsung,s5p-mfc.yaml +++ b/Documentation/devicetree/bindings/media/samsung,s5p-mfc.yaml @@ -20,15 +20,15 @@ properties: - enum: - samsung,exynos5433-mfc # Exynos5433 - samsung,mfc-v5 # Exynos4 - - samsung,mfc-v6 # Exynos5 - - samsung,mfc-v7 # Exynos5420 - - samsung,mfc-v8 # Exynos5800 - - samsung,mfc-v10 # Exynos7880 + - samsung,exynos5250-mfc # Exynos5 + - samsung,exynos5420-mfc # Exynos5420 + - samsung,exynos5800-mfc # Exynos5800 + - samsung,exynos7880-mfc # Exynos7880 - tesla,fsd-mfc # Tesla FSD - items: - enum: - samsung,exynos3250-mfc # Exynos3250 - - const: samsung,mfc-v7 # Fall back for Exynos3250 + - const: samsung,exynos5420-mfc # Fall back for Exynos3250 =20 reg: maxItems: 1 @@ -133,8 +133,8 @@ allOf: compatible: contains: enum: - - samsung,mfc-v6 - - samsung,mfc-v8 + - samsung,exynos5250-mfc + - samsung,exynos5800-mfc then: properties: clocks: @@ -152,7 +152,7 @@ allOf: compatible: contains: enum: - - samsung,mfc-v7 + - samsung,exynos5420-mfc then: properties: clocks: --=20 2.49.0 From nobody Sun Oct 5 07:24:36 2025 Received: from mailout1.samsung.com (mailout1.samsung.com [203.254.224.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id AD43F27A10F for ; Thu, 7 Aug 2025 10:53:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=203.254.224.24 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754564034; cv=none; b=QDDTASuc5KjcCBlUJ4o5C8yG7jy7bz0+6vMDwNpLxdnl+fIy0LojKXh4my2aku/NcQ7E5pctAwmyZCmTnsE91FcxvUpN9UizmoAiZD8QE6z+4KaYatkzZz0kTz4E5lvnctgUsJhSwm0CU0XAxyhxjRmqKlUIq+xKpsYjli2g9wo= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754564034; c=relaxed/simple; bh=mO7KKyVbAAB6LIeT63La3wZfx8885Z7ITq97oad3Rsw=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:MIME-Version: Content-Type:References; b=RVuEMAcmkh5MfFbVkQj+dcTiXTz+toIPabkExbLNj7iQUEggFoPnnwPkiTTaa7SVkInxDgxFTKuML3aAxvSOVdg4FiBlPFw7+WWa3pbogGGJtVeQVE98dKhp3ryo8yX5Vaz5mrHydQYqoynLlwdyYasBK3ivifq/9EIAzDqzvgE= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=samsung.com; spf=pass smtp.mailfrom=samsung.com; dkim=pass (1024-bit key) header.d=samsung.com header.i=@samsung.com header.b=XshrS32s; arc=none smtp.client-ip=203.254.224.24 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=samsung.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=samsung.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=samsung.com header.i=@samsung.com header.b="XshrS32s" Received: from epcas5p4.samsung.com (unknown [182.195.41.42]) by mailout1.samsung.com (KnoxPortal) with ESMTP id 20250807105349epoutp0130629c86d81f625dd00634bc3f7165fa~ZdrBsrOUG1288612886epoutp01x for ; Thu, 7 Aug 2025 10:53:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 mailout1.samsung.com 20250807105349epoutp0130629c86d81f625dd00634bc3f7165fa~ZdrBsrOUG1288612886epoutp01x DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com; s=mail20170921; t=1754564029; bh=68xVvjXbi6ynymUb0K2pHdKhGYhDNv+h3kRgipI5AtQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=XshrS32skeKcznLRlgfF713BvYRbidj0KlEfhs5Y8CFtBRQEfp1D/Ehxl5daV4YJ4 2k9oWP/8zvFBYRIiCbRdhzvBhdx1ucKBpHnbDusJWQG6SOw1jnztsoPwx9RklmlEbR TNtRe/Qhm7DdMuzGo6bPlfmVR6UytBqMp0bquJt0= Received: from epsnrtp03.localdomain (unknown [182.195.42.155]) by epcas5p3.samsung.com (KnoxPortal) with ESMTPS id 20250807105348epcas5p3065541de7991a0705ff5e9059865079e~ZdrAxgdxa2228622286epcas5p3Z; Thu, 7 Aug 2025 10:53:48 +0000 (GMT) Received: from epcas5p3.samsung.com (unknown [182.195.38.92]) by epsnrtp03.localdomain (Postfix) with ESMTP id 4byPCv6Z6Zz3hhT3; Thu, 7 Aug 2025 10:53:47 +0000 (GMT) Received: from epsmtip2.samsung.com (unknown [182.195.34.31]) by epcas5p4.samsung.com (KnoxPortal) with ESMTPA id 20250807032527epcas5p488b0eed9dcb260cad4f864d9ec6e8477~ZXjjK2EY50583105831epcas5p4M; Thu, 7 Aug 2025 03:25:27 +0000 (GMT) Received: from cheetah.samsungds.net (unknown [107.109.115.53]) by epsmtip2.samsung.com (KnoxPortal) with ESMTPA id 20250807032525epsmtip212df53bafdf0fb26bd25845d81d27973~ZXjhND0eV1700017000epsmtip2j; Thu, 7 Aug 2025 03:25:25 +0000 (GMT) From: Aakarsh Jain To: linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, m.szyprowski@samsung.com, andrzej.hajda@intel.com, mchehab@kernel.org, hverkuil-cisco@xs4all.nl, alim.akhtar@samsung.com, robh@kernel.org, conor+dt@kernel.org, devicetree@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org Cc: linux-samsung-soc@vger.kernel.org, aswani.reddy@samsung.com, anindya.sg@samsung.com, Aakarsh Jain Subject: [PATCH 10/10] dt-bindings: media: s5p-mfc: Add SoC-specific compatible for 'samsung,mfc-v5' Date: Thu, 7 Aug 2025 08:54:49 +0530 Message-ID: <20250807032449.92770-11-aakarsh.jain@samsung.com> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250807032449.92770-1-aakarsh.jain@samsung.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-CMS-MailID: 20250807032527epcas5p488b0eed9dcb260cad4f864d9ec6e8477 X-Msg-Generator: CA Content-Type: text/plain; charset="utf-8" X-Sendblock-Type: REQ_APPROVE CMS-TYPE: 105P cpgsPolicy: CPGSC10-541,Y X-CFilter-Loop: Reflected X-CMS-RootMailID: 20250807032527epcas5p488b0eed9dcb260cad4f864d9ec6e8477 References: <20250807032449.92770-1-aakarsh.jain@samsung.com> 'samsung,mfc-v5' compatible string was getting used for both S5pv210 and Exynos4 SoC. Based on SoC-specific, modify existing 'samsung,mfc-v5' compatible to 'samsung,exynos4-mfc'. Add new compatible for s5pv210. Signed-off-by: Aakarsh Jain --- .../devicetree/bindings/media/samsung,s5p-mfc.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Documentation/devicetree/bindings/media/samsung,s5p-mfc.yaml b= /Documentation/devicetree/bindings/media/samsung,s5p-mfc.yaml index 6a711c8103ac..922b1de66736 100644 --- a/Documentation/devicetree/bindings/media/samsung,s5p-mfc.yaml +++ b/Documentation/devicetree/bindings/media/samsung,s5p-mfc.yaml @@ -18,10 +18,11 @@ properties: compatible: oneOf: - enum: - - samsung,exynos5433-mfc # Exynos5433 - - samsung,mfc-v5 # Exynos4 + - samsung,s5pv210-mfc # S5pv210 + - samsung,exynos4-mfc # Exynos4 - samsung,exynos5250-mfc # Exynos5 - samsung,exynos5420-mfc # Exynos5420 + - samsung,exynos5433-mfc # Exynos5433 - samsung,exynos5800-mfc # Exynos5800 - samsung,exynos7880-mfc # Exynos7880 - tesla,fsd-mfc # Tesla FSD @@ -114,7 +115,8 @@ allOf: compatible: contains: enum: - - samsung,mfc-v5 + - samsung,s5pv210-mfc + - samsung,exynos4-mfc then: properties: clocks: @@ -184,7 +186,7 @@ examples: #include =20 codec@13400000 { - compatible =3D "samsung,mfc-v5"; + compatible =3D "samsung,exynos4-mfc"; reg =3D <0x13400000 0x10000>; interrupts =3D ; power-domains =3D <&pd_mfc>; --=20 2.49.0