On Wed, Oct 13, 2021 at 09:23:42AM +0200, Johan Hovold wrote: > On Tue, Oct 12, 2021 at 12:13:12PM -0700, Drew Fustini wrote: > > From: Keerthy <j-keerthy@xxxxxx> > > > > PMIC_PWR_EN pin of RTC on am335x-evm, bone, and boneblack is connected to > > PMIC on board, so flag rtc node as system-power-controller to allow > > software to poweroff boards. > > The "system-power-controller" property is already set in > bone-common.dtsi since > > 2876cc4a773c ("ARM: dts: Move most of am335x-boneblack.dts to am335x-boneblack-common.dtsi") > > so this probably only affects am335x-evm and that should be reflected in > the commit message. > > Also, should you now remove the property from boneblack-common? Or just > add it to am335x-evm instead? Thank you for reviewing. Yes, I should improve the commit message as the BeagleBone Black is already covered for the rtc system-power-controller in am335x-boneblack-common.dtsi. I believe it would be ok to remove system-power-controller from am335x-boneblack-common.dtsi and have it in am335x-bone-common.dtsi. These are the files that include am335x-boneblack-common.dtsi: arch/arm/boot/dts/am335x-boneblack-wireless.dts arch/arm/boot/dts/am335x-boneblack.dts arch/arm/boot/dts/am335x-sancloud-bbe-lite.dts arch/arm/boot/dts/am335x-sancloud-bbe.dts But they all also include am335x-bone-common.dtsi. However, I just noticed that am335x-evm.dts does not include either am335x-boneblack-common.dtsi or am335x-boneblack-common.dtsi. Thus rtc system-power-controller should be directly inserted into am335x-evm.dts. I considered just moving system-power-controller to the rtc node in am33xx-l4.dtsi but I don't think that would be correct as this would not be valid for all am33xx devices. Does that seem correct to you? Thank you, Drew