Message ID | 20211102064826.15796-1-chanho61.park@samsung.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 4f5d06d381badc6e16f6d54eac7ab0125e9a7168 |
Headers | show |
Series | arm64: dts: exynosautov9: drop samsung,ufs-shareability-reg-offset | expand |
Hi Krzysztof, Recently, Exynosauto v9 ufs patch series have been merged at v5.16-rc1. So, below patch is required according to the changes. Could you please review & pick it up your tree? Or Do I need to add "Fixes:" tag? Best Regards, Chanho Park > -----Original Message----- > From: Chanho Park <chanho61.park@samsung.com> > Sent: Tuesday, November 2, 2021 3:48 PM > To: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>; Rob Herring > <robh+dt@kernel.org> > Cc: devicetree@vger.kernel.org; linux-samsung-soc@vger.kernel.org; Chanho > Park <chanho61.park@samsung.com> > Subject: [PATCH] arm64: dts: exynosautov9: drop samsung,ufs-shareability- > reg-offset > > samsung,ufs-shareability-reg-offset is not necessary anymore since it was > integrated into the second argument of samsung,sysreg. > > Signed-off-by: Chanho Park <chanho61.park@samsung.com> > --- > This is a modification of [1] which is already started the pull-request. > It has been changed a bit while reviewing DT property[2] and the changed > version has been merged into scsi tree[3]. > > [1]: > https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git/commit/?h=n > ext/dt64&id=31bbac5263aa63dfc8bfed2180bb6a5a3c531681 > [2]: https://lore.kernel.org/linux-samsung- > soc/011e01d7c410$4a420340$dec609c0$@samsung.com/T/#u > [3]: > https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.1 > 6/scsi-staging&id=cc52e15397cc5dc773d3c6792b98352d3209f93f > > arch/arm64/boot/dts/exynos/exynosautov9.dtsi | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/arch/arm64/boot/dts/exynos/exynosautov9.dtsi > b/arch/arm64/boot/dts/exynos/exynosautov9.dtsi > index 3e4727344b4a..a960c0bc2dba 100644 > --- a/arch/arm64/boot/dts/exynos/exynosautov9.dtsi > +++ b/arch/arm64/boot/dts/exynos/exynosautov9.dtsi > @@ -296,8 +296,7 @@ ufs_0: ufs0@17e00000 { > pinctrl-0 = <&ufs_rst_n &ufs_refclk_out>; > phys = <&ufs_0_phy>; > phy-names = "ufs-phy"; > - samsung,sysreg = <&syscon_fsys2>; > - samsung,ufs-shareability-reg-offset = <0x710>; > + samsung,sysreg = <&syscon_fsys2 0x710>; > status = "disabled"; > }; > }; > -- > 2.31.1.442.g7e391989789d
On 15/11/2021 12:19, Chanho Park wrote: > Hi Krzysztof, > > Recently, Exynosauto v9 ufs patch series have been merged at v5.16-rc1. > So, below patch is required according to the changes. Could you please review & pick it up your tree? > Or Do I need to add "Fixes:" tag? > > Best Regards, > Chanho Park > I'll take it to fixes branch with a Fixes tag for 31bbac5263aa63dfc8bfed2180bb6a5a3c531681. Best regards, Krzysztof
On Tue, 2 Nov 2021 15:48:26 +0900, Chanho Park wrote: > samsung,ufs-shareability-reg-offset is not necessary anymore since it > was integrated into the second argument of samsung,sysreg. > > Applied, thanks! [1/1] arm64: dts: exynosautov9: drop samsung,ufs-shareability-reg-offset commit: 4f5d06d381badc6e16f6d54eac7ab0125e9a7168 Best regards,
On 15/11/2021 14:11, Krzysztof Kozlowski wrote: > On Tue, 2 Nov 2021 15:48:26 +0900, Chanho Park wrote: >> samsung,ufs-shareability-reg-offset is not necessary anymore since it >> was integrated into the second argument of samsung,sysreg. >> >> > > Applied, thanks! > > [1/1] arm64: dts: exynosautov9: drop samsung,ufs-shareability-reg-offset > commit: 4f5d06d381badc6e16f6d54eac7ab0125e9a7168 > > Best regards, > Applied with fixed title. Please use prefix matching history (git log --oneline). Best regards, Krzysztof
diff --git a/arch/arm64/boot/dts/exynos/exynosautov9.dtsi b/arch/arm64/boot/dts/exynos/exynosautov9.dtsi index 3e4727344b4a..a960c0bc2dba 100644 --- a/arch/arm64/boot/dts/exynos/exynosautov9.dtsi +++ b/arch/arm64/boot/dts/exynos/exynosautov9.dtsi @@ -296,8 +296,7 @@ ufs_0: ufs0@17e00000 { pinctrl-0 = <&ufs_rst_n &ufs_refclk_out>; phys = <&ufs_0_phy>; phy-names = "ufs-phy"; - samsung,sysreg = <&syscon_fsys2>; - samsung,ufs-shareability-reg-offset = <0x710>; + samsung,sysreg = <&syscon_fsys2 0x710>; status = "disabled"; }; };
samsung,ufs-shareability-reg-offset is not necessary anymore since it was integrated into the second argument of samsung,sysreg. Signed-off-by: Chanho Park <chanho61.park@samsung.com> --- This is a modification of [1] which is already started the pull-request. It has been changed a bit while reviewing DT property[2] and the changed version has been merged into scsi tree[3]. [1]: https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git/commit/?h=next/dt64&id=31bbac5263aa63dfc8bfed2180bb6a5a3c531681 [2]: https://lore.kernel.org/linux-samsung-soc/011e01d7c410$4a420340$dec609c0$@samsung.com/T/#u [3]: https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.16/scsi-staging&id=cc52e15397cc5dc773d3c6792b98352d3209f93f arch/arm64/boot/dts/exynos/exynosautov9.dtsi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)