The SPMI bus found on Apple A11 and T2 SoCs are compatible with the
existing driver for t8103's spmi so add their compatibles.
Signed-off-by: Nick Chan <towinchenmi@gmail.com>
---
Documentation/devicetree/bindings/spmi/apple,spmi.yaml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/spmi/apple,spmi.yaml b/Documentation/devicetree/bindings/spmi/apple,spmi.yaml
index dbf09ad0ecdecab82074344aa6a840a820bc448a..ba524f1eb7049dc5ba7c5f83f734d3f2f7e905b3 100644
--- a/Documentation/devicetree/bindings/spmi/apple,spmi.yaml
+++ b/Documentation/devicetree/bindings/spmi/apple,spmi.yaml
@@ -18,7 +18,10 @@ properties:
compatible:
oneOf:
- items:
- - const: apple,t6020-spmi
+ - enum:
+ - apple,t6020-spmi
+ - apple,t8012-spmi
+ - apple,t8015-spmi
- const: apple,t8103-spmi
- items:
- enum:
--
2.51.0
On Mon, 15 Sep 2025 09:52:24 +0800, Nick Chan wrote: > The SPMI bus found on Apple A11 and T2 SoCs are compatible with the > existing driver for t8103's spmi so add their compatibles. > > Signed-off-by: Nick Chan <towinchenmi@gmail.com> > --- > Documentation/devicetree/bindings/spmi/apple,spmi.yaml | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > Please add Acked-by/Reviewed-by tags when posting new versions. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. If a tag was not added on purpose, please state why and what changed. Missing tags: Acked-by: Rob Herring (Arm) <robh@kernel.org>
Rob Herring (Arm) 於 2025/9/15 晚上9:53 寫道: > On Mon, 15 Sep 2025 09:52:24 +0800, Nick Chan wrote: >> The SPMI bus found on Apple A11 and T2 SoCs are compatible with the >> existing driver for t8103's spmi so add their compatibles. >> >> Signed-off-by: Nick Chan <towinchenmi@gmail.com> >> --- >> Documentation/devicetree/bindings/spmi/apple,spmi.yaml | 5 ++++- >> 1 file changed, 4 insertions(+), 1 deletion(-) >> > > Please add Acked-by/Reviewed-by tags when posting new versions. However, > there's no need to repost patches *only* to add the tags. The upstream > maintainer will do that for acks received on the version they apply. > > If a tag was not added on purpose, please state why and what changed. As stated in cover letter, the tags are dropped in v4 because the dt-binding patch has changed significantly from v2. (really should be dropped in v3 though but that did not happen). And this is actually a different patch from v3, the only difference is a newline is no longer removed. > > Missing tags: > > Acked-by: Rob Herring (Arm) <robh@kernel.org> > > > > Best, Nick Chan
On Mon, 15 Sep 2025 09:52:24 +0800, Nick Chan wrote: > The SPMI bus found on Apple A11 and T2 SoCs are compatible with the > existing driver for t8103's spmi so add their compatibles. > > Signed-off-by: Nick Chan <towinchenmi@gmail.com> > --- > Documentation/devicetree/bindings/spmi/apple,spmi.yaml | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > Acked-by: Rob Herring (Arm) <robh@kernel.org>
© 2016 - 2025 Red Hat, Inc.