Re: [PATCH 4/5] arm64: dts: qcom: x1e80100: Add deepest idle state

From: Maulik Shah (mkshah)

Date: Mon Mar 16 2026 - 00:37:11 EST




On 3/13/2026 7:27 PM, Krzysztof Kozlowski wrote:
> On Thu, Mar 12, 2026 at 09:26:38PM +0530, Maulik Shah wrote:
>> Add deepest idle state along with pdc config reg to make GPIO IRQs work
>> as wakeup capable interrupts in deepest idle state.
>>
...
...
>>
>> pdc: interrupt-controller@b220000 {
>> compatible = "qcom,x1e80100-pdc", "qcom,pdc";
>> - reg = <0 0x0b220000 0 0x30000>, <0 0x174000f0 0 0x64>;
>> -
>> + reg = <0 0x0b220000 0 0x30000>,
>> + <0 0x174000f0 0 0x64>,
>> + <0 0x0b2045e8 0 0x4>;
>
> One register is not device's address space.
>

I can move this one register as #define in driver in v2, SCM API is the only use
for this reg.

Thanks,
Maulik