Re: [PATCH v4 2/6] arm64: dts: ti: k3-j721s2-som-p0: Add TP6594 family PMICs

From: Vaishnav Achath
Date: Thu Aug 03 2023 - 07:14:04 EST




On 03/08/23 16:01, Kumar, Udit wrote:
> Hi Esteban
>

Hi Esteban, Udit,

>> [...]
>> Signed-off-by: Esteban Blanc <eblanc@xxxxxxxxxxxx>
>> ---
>> arch/arm64/boot/dts/ti/k3-j721s2-som-p0.dtsi | 199 +++++++++++++++++++
>> 1 file changed, 199 insertions(+)
>>
>> diff --git a/arch/arm64/boot/dts/ti/k3-j721s2-som-p0.dtsi
>> b/arch/arm64/boot/dts/ti/k3-j721s2-som-p0.dtsi
>> index d57dd43da0ef..5348aafe3277 100644
>> --- a/arch/arm64/boot/dts/ti/k3-j721s2-som-p0.dtsi
>> +++ b/arch/arm64/boot/dts/ti/k3-j721s2-som-p0.dtsi
>> @@ -61,6 +61,15 @@ J721S2_WKUP_IOPAD(0x004, PIN_INPUT, 0) /* (E20)
>> MCU_OSPI0_LBCLKO */
>> };
>> };
>>
>> +&wkup_pmx1 {
>> + pmic_irq_pins_default: pmic-irq-pins-default {
>> + pinctrl-single,pins = <
>> + /* (C21) MCU_OSPI1_CSn1.WKUP_GPIO0_39 */
>> + J721S2_WKUP_IOPAD(0x28, PIN_INPUT, 7)
>> + >;
>
> I see, this pin is getting shared with OSPI-1 .
> I think either OSPI or PMIC could be functional at one time ?
>

OSPI CS1 is not being used, so the corresponding entry under OSPI1 can be removed.

Thanks and Regards,
Vaishnav

>> + };
>> +};
>> +
>> [...]
>