* [PATCH v2] arm64: dts: ti: k3-am62x-sk-common: Add bootph-all property in cpsw_mac_syscon node
@ 2024-10-11 11:02 Chintan Vankar
2024-10-14 6:14 ` Siddharth Vadapalli
2024-10-28 16:36 ` Vignesh Raghavendra
0 siblings, 2 replies; 4+ messages in thread
From: Chintan Vankar @ 2024-10-11 11:02 UTC (permalink / raw)
To: Conor Dooley, Krzysztof Kozlowski, Rob Herring, Tero Kristo,
Vignesh Raghavendra, Nishanth Menon
Cc: c-vankar, s-vadapalli, srk, danishanwar, linux-kernel, devicetree,
linux-arm-kernel
Add bootph-all property in CPSW MAC's eFuse node cpsw_mac_syscon.
Signed-off-by: Chintan Vankar <c-vankar@ti.com>
---
This patch is based on linux-next tagged next-20241011.
arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi b/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi
index 44ff67b6bf1e..82d34dfb91ed 100644
--- a/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi
@@ -303,6 +303,10 @@ AM62X_MCU_IOPAD(0x028, PIN_OUTPUT, 0) /* (C5/C6) WKUP_UART0_TXD */
};
};
+&cpsw_mac_syscon {
+ bootph-all;
+};
+
&wkup_uart0 {
/* WKUP UART0 is used by DM firmware */
bootph-pre-ram;
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v2] arm64: dts: ti: k3-am62x-sk-common: Add bootph-all property in cpsw_mac_syscon node
2024-10-11 11:02 [PATCH v2] arm64: dts: ti: k3-am62x-sk-common: Add bootph-all property in cpsw_mac_syscon node Chintan Vankar
@ 2024-10-14 6:14 ` Siddharth Vadapalli
2024-10-28 16:36 ` Vignesh Raghavendra
1 sibling, 0 replies; 4+ messages in thread
From: Siddharth Vadapalli @ 2024-10-14 6:14 UTC (permalink / raw)
To: Chintan Vankar
Cc: Conor Dooley, Krzysztof Kozlowski, Rob Herring, Tero Kristo,
Vignesh Raghavendra, Nishanth Menon, s-vadapalli, srk,
danishanwar, linux-kernel, devicetree, linux-arm-kernel
On Fri, Oct 11, 2024 at 04:32:07PM +0530, Chintan Vankar wrote:
> Add bootph-all property in CPSW MAC's eFuse node cpsw_mac_syscon.
>
> Signed-off-by: Chintan Vankar <c-vankar@ti.com>
Reviewed-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Regards,
Siddharth.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] arm64: dts: ti: k3-am62x-sk-common: Add bootph-all property in cpsw_mac_syscon node
2024-10-11 11:02 [PATCH v2] arm64: dts: ti: k3-am62x-sk-common: Add bootph-all property in cpsw_mac_syscon node Chintan Vankar
2024-10-14 6:14 ` Siddharth Vadapalli
@ 2024-10-28 16:36 ` Vignesh Raghavendra
2024-11-13 9:25 ` Chintan Vankar
1 sibling, 1 reply; 4+ messages in thread
From: Vignesh Raghavendra @ 2024-10-28 16:36 UTC (permalink / raw)
To: Chintan Vankar, Conor Dooley, Krzysztof Kozlowski, Rob Herring,
Tero Kristo, Nishanth Menon
Cc: s-vadapalli, srk, danishanwar, linux-kernel, devicetree,
linux-arm-kernel
On 11/10/24 16:32, Chintan Vankar wrote:
> Add bootph-all property in CPSW MAC's eFuse node cpsw_mac_syscon.
>
Why?
Please make sure commit message is verbose enough to say why the change
is needed vs what that change is (latter is obvious lookng at the diff)
> Signed-off-by: Chintan Vankar <c-vankar@ti.com>
> ---
>
> This patch is based on linux-next tagged next-20241011.
>
> arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi b/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi
> index 44ff67b6bf1e..82d34dfb91ed 100644
> --- a/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi
> @@ -303,6 +303,10 @@ AM62X_MCU_IOPAD(0x028, PIN_OUTPUT, 0) /* (C5/C6) WKUP_UART0_TXD */
> };
> };
>
> +&cpsw_mac_syscon {
> + bootph-all;
> +};
> +
> &wkup_uart0 {
> /* WKUP UART0 is used by DM firmware */
> bootph-pre-ram;
--
Regards
Vignesh
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] arm64: dts: ti: k3-am62x-sk-common: Add bootph-all property in cpsw_mac_syscon node
2024-10-28 16:36 ` Vignesh Raghavendra
@ 2024-11-13 9:25 ` Chintan Vankar
0 siblings, 0 replies; 4+ messages in thread
From: Chintan Vankar @ 2024-11-13 9:25 UTC (permalink / raw)
To: Vignesh Raghavendra, Conor Dooley, Krzysztof Kozlowski,
Rob Herring, Tero Kristo, Nishanth Menon
Cc: s-vadapalli, srk, danishanwar, linux-kernel, devicetree,
linux-arm-kernel
On 28/10/24 22:06, Vignesh Raghavendra wrote:
>
>
> On 11/10/24 16:32, Chintan Vankar wrote:
>> Add bootph-all property in CPSW MAC's eFuse node cpsw_mac_syscon.
>>
>
> Why?
>
> Please make sure commit message is verbose enough to say why the change
> is needed vs what that change is (latter is obvious lookng at the diff)
>
Sure Vignesh. I will update the commit message accordingly in next
version.
>> Signed-off-by: Chintan Vankar <c-vankar@ti.com>
>> ---
>>
>> This patch is based on linux-next tagged next-20241011.
>>
>> arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi | 4 ++++
>> 1 file changed, 4 insertions(+)
>>
>> diff --git a/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi b/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi
>> index 44ff67b6bf1e..82d34dfb91ed 100644
>> --- a/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi
>> +++ b/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi
>> @@ -303,6 +303,10 @@ AM62X_MCU_IOPAD(0x028, PIN_OUTPUT, 0) /* (C5/C6) WKUP_UART0_TXD */
>> };
>> };
>>
>> +&cpsw_mac_syscon {
>> + bootph-all;
>> +};
>> +
>> &wkup_uart0 {
>> /* WKUP UART0 is used by DM firmware */
>> bootph-pre-ram;
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-11-13 9:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-11 11:02 [PATCH v2] arm64: dts: ti: k3-am62x-sk-common: Add bootph-all property in cpsw_mac_syscon node Chintan Vankar
2024-10-14 6:14 ` Siddharth Vadapalli
2024-10-28 16:36 ` Vignesh Raghavendra
2024-11-13 9:25 ` Chintan Vankar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).