Message ID | 20230202-asahi-t8112-dt-v1-14-cb5442d1c229@jannau.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Device trees for Apple M2 (t8112) based devices | expand |
On Sun, Feb 12, 2023 at 04:41:24PM +0100, Janne Grunau wrote: > This trivial dt-bindings update should be merged through the asahi-soc > tree to ensure validation of the Apple M2 (t8112) devicetrees in this > series. Given that we're at -rc8 it seems like it would be more sensible to just merge this now so it's in -rc1, it doesn't seem likely that everything will get sorted prior to the merge window?
On 12/02/2023 16:41, Janne Grunau wrote: > The block found on Apple's M2 SoC is compatible with the existing driver > so add its per-SoC compatible. > > Signed-off-by: Janne Grunau <j@jannau.net> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Sun, Feb 12, 2023 at 04:41:24PM +0100, Janne Grunau wrote: > This trivial dt-bindings update should be merged through the asahi-soc > tree to ensure validation of the Apple M2 (t8112) devicetrees in this > series. I didn't get a response to my query about the nearness to the merge window and the prospects of the series hitting v6.3, though I do see that there's a new version needed for some of the other patches. I'm just going to go ahead and apply so it's there and I don't need to worry about or see resends, in case the rest of the series is going to go in it's not the end of the world if it gets applied twice anyway so Reviewed-by: Mark Brown <broonie@kernel.org>
On 2023-02-16 16:00:24 +0000, Mark Brown wrote: > On Sun, Feb 12, 2023 at 04:41:24PM +0100, Janne Grunau wrote: > > > This trivial dt-bindings update should be merged through the asahi-soc > > tree to ensure validation of the Apple M2 (t8112) devicetrees in this > > series. > > I didn't get a response to my query about the nearness to the > merge window and the prospects of the series hitting v6.3, though > I do see that there's a new version needed for some of the other > patches. I'm just going to go ahead and apply so it's there and > I don't need to worry about or see resends, in case the rest of > the series is going to go in it's not the end of the world if it > gets applied twice anyway so Sorry, I forgot to answer. The devicetree commit is too late for 6.3. If some of the binding updates make it into v6.3-rc1 it will get dropped. > Reviewed-by: Mark Brown <broonie@kernel.org> Thanks Janne
diff --git a/Documentation/devicetree/bindings/sound/apple,mca.yaml b/Documentation/devicetree/bindings/sound/apple,mca.yaml index 40e3a202f443..5c6ec08c7d24 100644 --- a/Documentation/devicetree/bindings/sound/apple,mca.yaml +++ b/Documentation/devicetree/bindings/sound/apple,mca.yaml @@ -23,6 +23,7 @@ properties: - enum: - apple,t6000-mca - apple,t8103-mca + - apple,t8112-mca - const: apple,mca reg:
The block found on Apple's M2 SoC is compatible with the existing driver so add its per-SoC compatible. Signed-off-by: Janne Grunau <j@jannau.net> --- This trivial dt-bindings update should be merged through the asahi-soc tree to ensure validation of the Apple M2 (t8112) devicetrees in this series. --- Documentation/devicetree/bindings/sound/apple,mca.yaml | 1 + 1 file changed, 1 insertion(+)