devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Neha Malcom Francis <n-francis@ti.com>
To: "Kumar, Udit" <u-kumar1@ti.com>, <nm@ti.com>, <vigneshr@ti.com>,
	<kristo@kernel.org>, <robh+dt@kernel.org>,
	<krzysztof.kozlowski+dt@linaro.org>, <conor+dt@kernel.org>,
	<a-nandan@ti.com>
Cc: <linux-arm-kernel@lists.infradead.org>,
	<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<eblanc@baylibre.com>, <jneanne@baylibre.com>,
	<aseketeli@baylibre.com>, <jpanis@baylibre.com>,
	<j-luthra@ti.com>, <vaishnav.a@ti.com>, <hnagalla@ti.com>,
	<devarsht@ti.com>
Subject: Re: [PATCH v9 5/7] arm64: dts: ti: k3-am69-sk: Add support for TPS6594 PMIC
Date: Thu, 7 Dec 2023 10:40:23 +0530	[thread overview]
Message-ID: <48ede2d2-29b8-4c92-940c-ac28f9d7c10f@ti.com> (raw)
In-Reply-To: <5eecd094-bc14-4257-bbe9-1e20aabd38f7@ti.com>

Hi Udit,

On 07/12/23 10:29, Kumar, Udit wrote:
> 
> On 12/5/2023 3:04 PM, Neha Malcom Francis wrote:
>> This patch adds support for TPS6594 PMIC on wkup I2C0 bus. This device
>> provides regulators (bucks and LDOs), but also GPIOs, a RTC, a watchdog,
>> an ESM (Error Signal Monitor) which monitors the SoC error output
>> signal, and a PFSM (Pre-configurable Finite State Machine) which manages
>> the operational modes of the PMIC.
>>
>> Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
>> Tested-by: Manorit Chawdhry <m-chawdhry@ti.com>
>> ---
>>   arch/arm64/boot/dts/ti/k3-am69-sk.dts | 100 ++++++++++++++++++++++++++
>>   1 file changed, 100 insertions(+)
>>
>> diff --git a/arch/arm64/boot/dts/ti/k3-am69-sk.dts 
>> b/arch/arm64/boot/dts/ti/k3-am69-sk.dts
>> index 9868c7049bfb..dec27acb4e96 100644
>> --- a/arch/arm64/boot/dts/ti/k3-am69-sk.dts
>> +++ b/arch/arm64/boot/dts/ti/k3-am69-sk.dts
>> @@ -431,6 +431,17 @@ J784S4_IOPAD(0x000, PIN_INPUT, 7) /* (AN35) 
>> EXTINTN.GPIO0_0 */
>>       };
>>   };
>> +&wkup_pmx1 {
>> +    status = "okay";
>> +
>> +    pmic_irq_pins_default: pmic-irq-default-pins {
>> +        pinctrl-single,pins = <
>> +            /* (AA37) MCU_ADC1_AIN4.WKUP_GPIO0_83 */
>> +            J784S4_WKUP_IOPAD(0x12c, PIN_INPUT, 7)
>> +        >;
>> +    };
>> +};
> 
> Could you re check this pin mux
> 
> wkup_pmx1 is defined as reg = <0x00 0x4301c038 0x00 0x02c>;
> 
> LTM, this is above wrt given size
> 

You're right it must be in wkup_pmx2. Thanks for catching this!

> 
>> +
>>   &wkup_pmx2 {
>>       bootph-all;
>>       wkup_uart0_pins_default: wkup-uart0-default-pins {
>> @@ -631,6 +642,95 @@ eeprom@51 {
>>           compatible = "atmel,24c512";
>>           reg = <0x51>;
>>       };
>> +
>> +    tps659413: pmic@48 {
>> +        compatible = "ti,tps6594-q1";
>> +        reg = <0x48>;
>> +        system-power-controller;
>> +        pinctrl-names = "default";
>> +        pinctrl-0 = <&pmic_irq_pins_default>;
>> +        interrupt-parent = <&wkup_gpio0>;
>> +        interrupts = <39 IRQ_TYPE_EDGE_FALLING>;
>> +        ti,primary-pmic;
>> +
>> +        gpio-controller;
>> +        #gpio-cells = <2>;
>> +
>> +        buck12-supply = <&vsys_3v3>;
>> +        buck3-supply = <&vsys_3v3>;
>> +        buck4-supply = <&vsys_3v3>;
>> +        buck5-supply = <&vsys_3v3>;
>> +        ldo1-supply = <&vsys_3v3>;
>> +        ldo2-supply = <&vsys_3v3>;
>> +        ldo3-supply = <&vsys_3v3>;
>> +        ldo4-supply = <&vsys_3v3>;
>> +
>> +        regulators {
>> +            bucka12: buck12 {
>> +                regulator-name = "vdd_ddr_1v1";
>> +                regulator-min-microvolt = <1100000>;
>> +                regulator-max-microvolt = <1100000>;
>> +                regulator-boot-on;
>> +                regulator-always-on;
>> +            };
>> +
>> +            bucka3: buck3 {
>> +                regulator-name = "vdd_ram_0v85";
>> +                regulator-min-microvolt = <850000>;
>> +                regulator-max-microvolt = <850000>;
>> +                regulator-boot-on;
>> +                regulator-always-on;
>> +            };
>> +
>> +            bucka4: buck4 {
>> +                regulator-name = "vdd_io_1v8";
>> +                regulator-min-microvolt = <1800000>;
>> +                regulator-max-microvolt = <1800000>;
>> +                regulator-boot-on;
>> +                regulator-always-on;
>> +            };
>> +
>> +            bucka5: buck5 {
>> +                regulator-name = "vdd_mcu_0v85";
>> +                regulator-min-microvolt = <850000>;
>> +                regulator-max-microvolt = <850000>;
>> +                regulator-boot-on;
>> +                regulator-always-on;
>> +            };
>> +
>> +            ldoa1: ldo1 {
>> +                regulator-name = "vdd_mcuio_1v8";
>> +                regulator-min-microvolt = <1800000>;
>> +                regulator-max-microvolt = <1800000>;
>> +                regulator-boot-on;
>> +                regulator-always-on;
>> +            };
>> +
>> +            ldoa2: ldo2 {
>> +                regulator-name = "vdd_mcuio_3v3";
>> +                regulator-min-microvolt = <3300000>;
>> +                regulator-max-microvolt = <3300000>;
>> +                regulator-boot-on;
>> +                regulator-always-on;
>> +            };
>> +
>> +            ldoa3: ldo3 {
>> +                regulator-name = "vds_dll_0v8";
>> +                regulator-min-microvolt = <800000>;
>> +                regulator-max-microvolt = <800000>;
>> +                regulator-boot-on;
>> +                regulator-always-on;
>> +            };
>> +
>> +            ldoa4: ldo4 {
>> +                regulator-name = "vda_mcu_1v8";
>> +                regulator-min-microvolt = <1800000>;
>> +                regulator-max-microvolt = <1800000>;
>> +                regulator-boot-on;
>> +                regulator-always-on;
>> +            };
>> +        };
>> +    };
>>   };
>>   &wkup_gpio0 {

-- 
Thanking You
Neha Malcom Francis

  reply	other threads:[~2023-12-07  5:10 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-05  9:34 [PATCH v9 0/7] Add TPS6594 PMIC support on several boards Neha Malcom Francis
2023-12-05  9:34 ` [PATCH v9 1/7] arm64: dts: ti: k3-j7200-som-p0: Add TP6594 family PMICs Neha Malcom Francis
2023-12-05  9:34 ` [PATCH v9 2/7] arm64: dts: ti: k3-j721s2-som-p0: " Neha Malcom Francis
2023-12-05  9:34 ` [PATCH v9 3/7] arm64: dts: ti: k3-j721e-som-p0: " Neha Malcom Francis
2023-12-05  9:34 ` [PATCH v9 4/7] arm64: dts: ti: k3-j784s4-evm: Add support for TPS6594 PMIC Neha Malcom Francis
2023-12-05  9:34 ` [PATCH v9 5/7] arm64: dts: ti: k3-am69-sk: " Neha Malcom Francis
2023-12-07  4:59   ` Kumar, Udit
2023-12-07  5:10     ` Neha Malcom Francis [this message]
2023-12-05  9:34 ` [PATCH v9 6/7] arm64: dts: ti: k3-j721e-sk: Add TPS6594 family PMICs Neha Malcom Francis
2023-12-05 15:16   ` Nishanth Menon
2023-12-07  4:42     ` Kumar, Udit
2023-12-07  5:31       ` Neha Malcom Francis
2023-12-07 13:49         ` Nishanth Menon
2023-12-08  5:39           ` Neha Malcom Francis
2023-12-05  9:34 ` [PATCH v9 7/7] DONOTMERGE: arm64: defconfig: Enable TPS6594 PMIC for J7 devices Neha Malcom Francis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48ede2d2-29b8-4c92-940c-ac28f9d7c10f@ti.com \
    --to=n-francis@ti.com \
    --cc=a-nandan@ti.com \
    --cc=aseketeli@baylibre.com \
    --cc=conor+dt@kernel.org \
    --cc=devarsht@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=eblanc@baylibre.com \
    --cc=hnagalla@ti.com \
    --cc=j-luthra@ti.com \
    --cc=jneanne@baylibre.com \
    --cc=jpanis@baylibre.com \
    --cc=kristo@kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nm@ti.com \
    --cc=robh+dt@kernel.org \
    --cc=u-kumar1@ti.com \
    --cc=vaishnav.a@ti.com \
    --cc=vigneshr@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).