[PATCH V2 6/6] arm64: dts: add support for T7 power domain controller

Lucas Tanure tanure at linux.com
Sat Aug 26 10:59:33 PDT 2023


On 24-08-2023 09:51, Xianwei Zhao wrote:
> Hi Neil,
>     Thanks for your reply.
>
> On 2023/8/24 16:32, Neil Armstrong wrote:
>> [ EXTERNAL EMAIL ]
>>
>> On 24/08/2023 07:59, Xianwei Zhao wrote:
>>> From: "xianwei.zhao" <xianwei.zhao at amlogic.com>
>>>
>>> Enable power domain controller for Amlogic T7 SoC
>>>
>>> Signed-off-by: xianwei.zhao <xianwei.zhao at amlogic.com>
>>> ---
>>> V1 -> V2: None
>>> ---
>>>   arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi | 6 ++++++
>>>   1 file changed, 6 insertions(+)
>>>
>>> diff --git a/arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi 
>>> b/arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi
>>> index 1423d4a79156..23cdad1b425b 100644
>>> --- a/arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi
>>> +++ b/arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi
>>> @@ -4,6 +4,7 @@
>>>    */
>>>
>>>   #include <dt-bindings/interrupt-controller/arm-gic.h>
>>> +#include <dt-bindings/power/amlogic,t7-pwrc.h>
>>>
>>>   / {
>>>       interrupt-parent = <&gic>;
>>> @@ -118,6 +119,11 @@ psci {
>>>
>>>       sm: secure-monitor {
>>>               compatible = "amlogic,meson-gxbb-sm";
>>> +
>>> +             pwrc: power-controller {
>>> +                     compatible = "amlogic,t7-pwrc";
>>> +                     #power-domain-cells = <1>;
>>> +             };
>>>       };
>>>
>>>       soc {
>>
>> Please change the subject to:
>> arm64: dts: amlogic: t7: add power domain controller node
>>
> Will do.
>> With that:
>> Reviewed-by: Neil Armstrong <neil.armstrong at linaro.org>

Tested with Vim4 and all works fine.

Tested-by: Lucas Tanure <tanure at linux.com>




More information about the linux-arm-kernel mailing list