[PATCH 2/3] ARM: dts: stm32: add stm32mp1 pwr voltage regulator

Steffen Trumtrar s.trumtrar at pengutronix.de
Thu Apr 28 22:32:33 PDT 2022


Hi,

Alexandre TORGUE <alexandre.torgue at foss.st.com> writes:

> [1. text/plain]
> Hi Steffen
>
> On 4/14/22 12:06, Steffen Trumtrar wrote:
>> Add the devicetree binding for the STM32MP1 PWR voltage regulator.
>> Currently there is only a devicetree binding for this peripheral in the
>> mainline kernel and no driver.
>> Signed-off-by: Steffen Trumtrar <s.trumtrar at pengutronix.de>
>> ---
>>   arch/arm/boot/dts/stm32mp151.dtsi | 8 ++++++++
>>   1 file changed, 8 insertions(+)
>> diff --git a/arch/arm/boot/dts/stm32mp151.dtsi
>> b/arch/arm/boot/dts/stm32mp151.dtsi
>> index d8327298e2be..1816d9b02bb8 100644
>> --- a/arch/arm/boot/dts/stm32mp151.dtsi
>> +++ b/arch/arm/boot/dts/stm32mp151.dtsi
>> @@ -1181,6 +1181,14 @@ pwr_mcu: pwr_mcu at 50001014 {
>>   			reg = <0x50001014 0x4>;
>>   		};
>>   +		pwr_irq: pwr at 50001020 {
>
> label not used
>

you are right. I can remove it.

>> +			compatible = "st,stm32mp1-pwr";
>> +			reg = <0x50001020 0x100>;
>> +			interrupts = <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>;
>> +			interrupt-controller;
>> +			#interrupt-cells = <3>;
>> +		};
>> +
>
> PWR irqchip has been pushed on kernel.org ?
>

No, not the driver. But the binding is. At least I thought that. Just
rechecked and I didn't check properly. It is a different binding.

Just scratch this patch then.


Best regards,
Steffen

--
Pengutronix e.K.                | Dipl.-Inform. Steffen Trumtrar |
Steuerwalder Str. 21            | https://www.pengutronix.de/    |
31137 Hildesheim, Germany       | Phone: +49-5121-206917-0       |
Amtsgericht Hildesheim, HRA 2686| Fax:   +49-5121-206917-5555    |



More information about the linux-arm-kernel mailing list