Message ID | 20241029010526.42052-3-towinchenmi@gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Add PMGR nodes for Apple A7-A11 SoCs | expand |
On Tue, Oct 29, 2024 at 09:04:00AM +0800, Nick Chan wrote: > The blocks found on Apple A7-A11 SoCs are compatible with the existing > driver so add their per-SoC compatible. > > Signed-off-by: Nick Chan <towinchenmi@gmail.com> > --- > .../devicetree/bindings/power/apple,pmgr-pwrstate.yaml | 5 +++++ > 1 file changed, 5 insertions(+) Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/power/apple,pmgr-pwrstate.yaml b/Documentation/devicetree/bindings/power/apple,pmgr-pwrstate.yaml index 59a6af735a21..6e9a670eaf56 100644 --- a/Documentation/devicetree/bindings/power/apple,pmgr-pwrstate.yaml +++ b/Documentation/devicetree/bindings/power/apple,pmgr-pwrstate.yaml @@ -31,6 +31,11 @@ properties: compatible: items: - enum: + - apple,s5l8960x-pmgr-pwrstate + - apple,t7000-pmgr-pwrstate + - apple,s8000-pmgr-pwrstate + - apple,t8010-pmgr-pwrstate + - apple,t8015-pmgr-pwrstate - apple,t8103-pmgr-pwrstate - apple,t8112-pmgr-pwrstate - apple,t6000-pmgr-pwrstate
The blocks found on Apple A7-A11 SoCs are compatible with the existing driver so add their per-SoC compatible. Signed-off-by: Nick Chan <towinchenmi@gmail.com> --- .../devicetree/bindings/power/apple,pmgr-pwrstate.yaml | 5 +++++ 1 file changed, 5 insertions(+)