Message ID | 20241209175611.20172-1-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [6.1.y-cip] arm64: dts: renesas: rzg2l-smarc-som: Enable 4-bit tx support | expand |
Hi, > -----Original Message----- > From: Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> > Sent: Tuesday, December 10, 2024 2:56 AM > To: cip-dev@lists.cip-project.org; iwamatsu nobuhiro(岩松 信洋 ○DITC□ > DIT○OST) <nobuhiro1.iwamatsu@toshiba.co.jp>; Pavel Machek > <pavel@denx.de> > Cc: Biju Das <biju.das.jz@bp.renesas.com> > Subject: [PATCH 6.1.y-cip] arm64: dts: renesas: rzg2l-smarc-som: Enable 4-bit > tx support > > From: Biju Das <biju.das.jz@bp.renesas.com> > > commit ce3adea16612a677dd50bdad6861f37f5dc878c3 upstream. > > Enable 4-bit tx support for sbc node. > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> > Link: > https://lore.kernel.org/r/20231108172232.259301-2-biju.das.jz@bp.renesas.c > om > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> > --- > arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi > b/arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi > index 46673bf41e9b..b79ca6da5a09 100644 > --- a/arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi > +++ b/arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi > @@ -312,6 +312,7 @@ flash@0 { > m25p,fast-read; > spi-max-frequency = <50000000>; > spi-rx-bus-width = <4>; > + spi-tx-bus-width = <4>; > > partitions { > compatible = "fixed-partitions"; > -- Looks good to me. I can apply this if there are no other comments. Reviewed-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> Best regards, Nobuhiro
Hi! > commit ce3adea16612a677dd50bdad6861f37f5dc878c3 upstream. > > Enable 4-bit tx support for sbc node. Thank you, both 5.10 and 6.1 versions look ok to me. Best regards, Pavel
Hi all, > -----Original Message----- > From: cip-dev@lists.cip-project.org <cip-dev@lists.cip-project.org> On > Behalf Of Pavel Machek via lists.cip-project.org > Sent: Wednesday, December 11, 2024 4:16 AM > To: Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> > Cc: cip-dev@lists.cip-project.org; iwamatsu nobuhiro(岩松 信洋 ○DITC□ > DIT○OST) <nobuhiro1.iwamatsu@toshiba.co.jp>; Pavel Machek > <pavel@denx.de>; Biju Das <biju.das.jz@bp.renesas.com> > Subject: Re: [cip-dev] [PATCH 6.1.y-cip] arm64: dts: renesas: > rzg2l-smarc-som: Enable 4-bit tx support > > Hi! > > > commit ce3adea16612a677dd50bdad6861f37f5dc878c3 upstream. > > > > Enable 4-bit tx support for sbc node. > > Thank you, both 5.10 and 6.1 versions look ok to me. > Thanks for your reivew, I will merge this patch with your Signed-off tag. Best regards, Nobuhiro
diff --git a/arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi b/arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi index 46673bf41e9b..b79ca6da5a09 100644 --- a/arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi +++ b/arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi @@ -312,6 +312,7 @@ flash@0 { m25p,fast-read; spi-max-frequency = <50000000>; spi-rx-bus-width = <4>; + spi-tx-bus-width = <4>; partitions { compatible = "fixed-partitions";