public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] arm64: dts: ti: k3-am68-sk-base-board: Add clklb pin mux for mmc1
@ 2024-08-09  7:22 Bhavya Kapoor
  2024-08-12  5:10 ` Manorit Chawdhry
  2024-08-24 19:51 ` Nishanth Menon
  0 siblings, 2 replies; 5+ messages in thread
From: Bhavya Kapoor @ 2024-08-09  7:22 UTC (permalink / raw)
  To: linux-kernel, devicetree
  Cc: linux-arm-kernel, conor+dt, krzk+dt, robh, kristo, b-kapoor,
	m-chawdhry, vigneshr, nm, sinthu.raja, n-francis

mmc1 is not functional and needs clock loopback so that it can
create sampling clock from this for high speed SDIO operations.
Thus, add clklb pin mux to get mmc1 working.

Fixes: a266c180b398 ("arm64: dts: ti: k3-am68-sk: Add support for AM68 SK base board")
Signed-off-by: Bhavya Kapoor <b-kapoor@ti.com>
Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
---

changelog v1->v2 : 
- updated the commit message for better explanation

link to v1 : https://lore.kernel.org/all/20240807101624.2713490-1-b-kapoor@ti.com/

Rebased to next-20240809

 arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dts b/arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dts
index 90dbe31c5b81..d5ceab79536c 100644
--- a/arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dts
+++ b/arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dts
@@ -204,6 +204,7 @@ main_mmc1_pins_default: main-mmc1-default-pins {
 		pinctrl-single,pins = <
 			J721S2_IOPAD(0x104, PIN_INPUT, 0) /* (P23) MMC1_CLK */
 			J721S2_IOPAD(0x108, PIN_INPUT, 0) /* (N24) MMC1_CMD */
+			J721S2_IOPAD(0x100, PIN_INPUT, 0) /* (###) MMC1_CLKLB */
 			J721S2_IOPAD(0x0fc, PIN_INPUT, 0) /* (M23) MMC1_DAT0 */
 			J721S2_IOPAD(0x0f8, PIN_INPUT, 0) /* (P24) MMC1_DAT1 */
 			J721S2_IOPAD(0x0f4, PIN_INPUT, 0) /* (R24) MMC1_DAT2 */
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] arm64: dts: ti: k3-am68-sk-base-board: Add clklb pin mux for mmc1
  2024-08-09  7:22 [PATCH v2] arm64: dts: ti: k3-am68-sk-base-board: Add clklb pin mux for mmc1 Bhavya Kapoor
@ 2024-08-12  5:10 ` Manorit Chawdhry
  2024-08-12  6:53   ` Bhavya Kapoor
  2024-08-24 19:51 ` Nishanth Menon
  1 sibling, 1 reply; 5+ messages in thread
From: Manorit Chawdhry @ 2024-08-12  5:10 UTC (permalink / raw)
  To: Bhavya Kapoor
  Cc: linux-kernel, devicetree, linux-arm-kernel, conor+dt, krzk+dt,
	robh, kristo, vigneshr, nm, sinthu.raja, n-francis

Hi Bhavya,

On 12:52-20240809, Bhavya Kapoor wrote:
> mmc1 is not functional and needs clock loopback so that it can
> create sampling clock from this for high speed SDIO operations.
> Thus, add clklb pin mux to get mmc1 working.
> 
> Fixes: a266c180b398 ("arm64: dts: ti: k3-am68-sk: Add support for AM68 SK base board")
> Signed-off-by: Bhavya Kapoor <b-kapoor@ti.com>
> Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
> ---
> 

R-by already given in v1 [0]

[0]: https://lore.kernel.org/all/20240808050914.4jleprwmlrtv4alb@uda0497581/

Regards,
Manorit

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] arm64: dts: ti: k3-am68-sk-base-board: Add clklb pin mux for mmc1
  2024-08-12  5:10 ` Manorit Chawdhry
@ 2024-08-12  6:53   ` Bhavya Kapoor
  2024-08-12  7:34     ` Manorit Chawdhry
  0 siblings, 1 reply; 5+ messages in thread
From: Bhavya Kapoor @ 2024-08-12  6:53 UTC (permalink / raw)
  To: Manorit Chawdhry
  Cc: linux-kernel, devicetree, linux-arm-kernel, conor+dt, krzk+dt,
	robh, kristo, vigneshr, nm, sinthu.raja, n-francis

HI Manorit, please review again for the limitation you found in the v1.

Thanks and Regards

On 12/08/24 10:40, Manorit Chawdhry wrote:
> Hi Bhavya,
>
> On 12:52-20240809, Bhavya Kapoor wrote:
>> mmc1 is not functional and needs clock loopback so that it can
>> create sampling clock from this for high speed SDIO operations.
>> Thus, add clklb pin mux to get mmc1 working.
>>
>> Fixes: a266c180b398 ("arm64: dts: ti: k3-am68-sk: Add support for AM68 SK base board")
>> Signed-off-by: Bhavya Kapoor <b-kapoor@ti.com>
>> Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
>> ---
>>
> R-by already given in v1 [0]
>
> [0]: https://lore.kernel.org/all/20240808050914.4jleprwmlrtv4alb@uda0497581/
>
> Regards,
> Manorit

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] arm64: dts: ti: k3-am68-sk-base-board: Add clklb pin mux for mmc1
  2024-08-12  6:53   ` Bhavya Kapoor
@ 2024-08-12  7:34     ` Manorit Chawdhry
  0 siblings, 0 replies; 5+ messages in thread
From: Manorit Chawdhry @ 2024-08-12  7:34 UTC (permalink / raw)
  To: Bhavya Kapoor
  Cc: linux-kernel, devicetree, linux-arm-kernel, conor+dt, krzk+dt,
	robh, kristo, vigneshr, nm, sinthu.raja, n-francis

Hi Bhavya,

On 12:23-20240812, Bhavya Kapoor wrote:
> HI Manorit, please review again for the limitation you found in the v1.

What I meant is that my R-by stands but I can understand the confusion..

> 
> Thanks and Regards
> 
> On 12/08/24 10:40, Manorit Chawdhry wrote:
> > Hi Bhavya,
> > 
> > On 12:52-20240809, Bhavya Kapoor wrote:
> > > mmc1 is not functional and needs clock loopback so that it can
> > > create sampling clock from this for high speed SDIO operations.
> > > Thus, add clklb pin mux to get mmc1 working.
> > > 
> > > Fixes: a266c180b398 ("arm64: dts: ti: k3-am68-sk: Add support for AM68 SK base board")
> > > Signed-off-by: Bhavya Kapoor <b-kapoor@ti.com>
> > > Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
> > > ---
> > > 
> > R-by already given in v1 [0]
> > 
> > [0]: https://lore.kernel.org/all/20240808050914.4jleprwmlrtv4alb@uda0497581/
>

Reviewed-by: Manorit Chawdhry <m-chawdhry@ti.com>

Regards,
Manorit

 > 
> > Regards,
> > Manorit

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] arm64: dts: ti: k3-am68-sk-base-board: Add clklb pin mux for mmc1
  2024-08-09  7:22 [PATCH v2] arm64: dts: ti: k3-am68-sk-base-board: Add clklb pin mux for mmc1 Bhavya Kapoor
  2024-08-12  5:10 ` Manorit Chawdhry
@ 2024-08-24 19:51 ` Nishanth Menon
  1 sibling, 0 replies; 5+ messages in thread
From: Nishanth Menon @ 2024-08-24 19:51 UTC (permalink / raw)
  To: linux-kernel, devicetree, Bhavya Kapoor
  Cc: Nishanth Menon, linux-arm-kernel, conor+dt, krzk+dt, robh, kristo,
	m-chawdhry, vigneshr, sinthu.raja, n-francis

Hi Bhavya Kapoor,

On Fri, 09 Aug 2024 12:52:31 +0530, Bhavya Kapoor wrote:
> mmc1 is not functional and needs clock loopback so that it can
> create sampling clock from this for high speed SDIO operations.
> Thus, add clklb pin mux to get mmc1 working.
> 
> 

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/1] arm64: dts: ti: k3-am68-sk-base-board: Add clklb pin mux for mmc1
      commit: f2a5177bb83dce16f13c9f5f8f828714e4788a8d

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-08-24 19:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-09  7:22 [PATCH v2] arm64: dts: ti: k3-am68-sk-base-board: Add clklb pin mux for mmc1 Bhavya Kapoor
2024-08-12  5:10 ` Manorit Chawdhry
2024-08-12  6:53   ` Bhavya Kapoor
2024-08-12  7:34     ` Manorit Chawdhry
2024-08-24 19:51 ` Nishanth Menon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox