* [PATCH] dt-bindings: reset: altr: add COMBOPHY_RESET for Agilex5
@ 2026-04-28 9:26 Tanmay Kathpalia
2026-04-28 12:32 ` Dinh Nguyen
0 siblings, 1 reply; 3+ messages in thread
From: Tanmay Kathpalia @ 2026-04-28 9:26 UTC (permalink / raw)
To: Philipp Zabel
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, devicetree,
linux-kernel, dinguyen, tanmay.kathpalia
Add COMBOPHY_RESET definition at index 38 for the combo PHY reset
control on Altera Agilex5 SoCs. This reset is used by peripherals
such as the SD/eMMC controller that share the combo PHY.
Signed-off-by: Tanmay Kathpalia <tanmay.kathpalia@altera.com>
---
include/dt-bindings/reset/altr,rst-mgr-s10.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/dt-bindings/reset/altr,rst-mgr-s10.h b/include/dt-bindings/reset/altr,rst-mgr-s10.h
index 04c4d0c6fd34..c2505b9eb63e 100644
--- a/include/dt-bindings/reset/altr,rst-mgr-s10.h
+++ b/include/dt-bindings/reset/altr,rst-mgr-s10.h
@@ -22,7 +22,7 @@
#define USB0_RESET 35
#define USB1_RESET 36
#define NAND_RESET 37
-/* 38 is empty */
+#define COMBOPHY_RESET 38
#define SDMMC_RESET 39
#define EMAC0_OCP_RESET 40
#define EMAC1_OCP_RESET 41
--
2.43.7
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: reset: altr: add COMBOPHY_RESET for Agilex5
2026-04-28 9:26 [PATCH] dt-bindings: reset: altr: add COMBOPHY_RESET for Agilex5 Tanmay Kathpalia
@ 2026-04-28 12:32 ` Dinh Nguyen
2026-04-28 15:09 ` Kathpalia, Tanmay
0 siblings, 1 reply; 3+ messages in thread
From: Dinh Nguyen @ 2026-04-28 12:32 UTC (permalink / raw)
To: Tanmay Kathpalia, Philipp Zabel
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, devicetree,
linux-kernel
Hi Tanmay
On 4/28/26 04:26, Tanmay Kathpalia wrote:
> Add COMBOPHY_RESET definition at index 38 for the combo PHY reset
> control on Altera Agilex5 SoCs. This reset is used by peripherals
> such as the SD/eMMC controller that share the combo PHY.
>
> Signed-off-by: Tanmay Kathpalia <tanmay.kathpalia@altera.com>
> ---
> include/dt-bindings/reset/altr,rst-mgr-s10.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/dt-bindings/reset/altr,rst-mgr-s10.h b/include/dt-bindings/reset/altr,rst-mgr-s10.h
> index 04c4d0c6fd34..c2505b9eb63e 100644
> --- a/include/dt-bindings/reset/altr,rst-mgr-s10.h
> +++ b/include/dt-bindings/reset/altr,rst-mgr-s10.h
> @@ -22,7 +22,7 @@
> #define USB0_RESET 35
> #define USB1_RESET 36
> #define NAND_RESET 37
> -/* 38 is empty */
> +#define COMBOPHY_RESET 38
> #define SDMMC_RESET 39
> #define EMAC0_OCP_RESET 40
> #define EMAC1_OCP_RESET 41
Please include the patch(es) that will make use of this change.
Thanks,
Dinh
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: reset: altr: add COMBOPHY_RESET for Agilex5
2026-04-28 12:32 ` Dinh Nguyen
@ 2026-04-28 15:09 ` Kathpalia, Tanmay
0 siblings, 0 replies; 3+ messages in thread
From: Kathpalia, Tanmay @ 2026-04-28 15:09 UTC (permalink / raw)
To: Dinh Nguyen, Philipp Zabel
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, devicetree,
linux-kernel
Hi Dinh,
On 4/28/2026 6:02 PM, Dinh Nguyen wrote:
> Hi Tanmay
>
> On 4/28/26 04:26, Tanmay Kathpalia wrote:
>> Add COMBOPHY_RESET definition at index 38 for the combo PHY reset
>> control on Altera Agilex5 SoCs. This reset is used by peripherals
>> such as the SD/eMMC controller that share the combo PHY.
>>
>> Signed-off-by: Tanmay Kathpalia <tanmay.kathpalia@altera.com>
>> ---
>> include/dt-bindings/reset/altr,rst-mgr-s10.h | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/include/dt-bindings/reset/altr,rst-mgr-s10.h
>> b/include/dt-bindings/reset/altr,rst-mgr-s10.h
>> index 04c4d0c6fd34..c2505b9eb63e 100644
>> --- a/include/dt-bindings/reset/altr,rst-mgr-s10.h
>> +++ b/include/dt-bindings/reset/altr,rst-mgr-s10.h
>> @@ -22,7 +22,7 @@
>> #define USB0_RESET 35
>> #define USB1_RESET 36
>> #define NAND_RESET 37
>> -/* 38 is empty */
>> +#define COMBOPHY_RESET 38
>> #define SDMMC_RESET 39
>> #define EMAC0_OCP_RESET 40
>> #define EMAC1_OCP_RESET 41
>
> Please include the patch(es) that will make use of this change.
>
Thanks for the feedback, I will incorporate this patch as part of
the driver series
Regards,
Tanmay
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-04-28 15:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-28 9:26 [PATCH] dt-bindings: reset: altr: add COMBOPHY_RESET for Agilex5 Tanmay Kathpalia
2026-04-28 12:32 ` Dinh Nguyen
2026-04-28 15:09 ` Kathpalia, Tanmay
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox