Message ID | 20230613201006.2822985-1-robh@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | a3f6df1bf514516d276e90d38ca11581701f2e8e |
Headers | show |
Series | ASoC: dt-bindings: ti,tlv320aic3x: Add missing type for "gpio-reset" | expand |
Hi Rob, On Jun 13, 2023 at 14:10:05 -0600, Rob Herring wrote: > "gpio-reset" may be deprecated, but it still needs a type. Oops, I missed that in the original patch. Thanks for the fix. > > Signed-off-by: Rob Herring <robh@kernel.org> Acked-by: Jai Luthra <j-luthra@ti.com> > --- > Documentation/devicetree/bindings/sound/ti,tlv320aic3x.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/sound/ti,tlv320aic3x.yaml b/Documentation/devicetree/bindings/sound/ti,tlv320aic3x.yaml > index e8ca9f3369f8..206f6d61e362 100644 > --- a/Documentation/devicetree/bindings/sound/ti,tlv320aic3x.yaml > +++ b/Documentation/devicetree/bindings/sound/ti,tlv320aic3x.yaml > @@ -61,6 +61,7 @@ properties: > GPIO specification for the active low RESET input. > > gpio-reset: > + $ref: /schemas/types.yaml#/definitions/uint32-matrix > maxItems: 1 > description: > Deprecated, please use reset-gpios instead. > -- > 2.39.2 >
On Tue, 13 Jun 2023 14:10:05 -0600, Rob Herring wrote: > "gpio-reset" may be deprecated, but it still needs a type. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: dt-bindings: ti,tlv320aic3x: Add missing type for "gpio-reset" commit: a3f6df1bf514516d276e90d38ca11581701f2e8e All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
diff --git a/Documentation/devicetree/bindings/sound/ti,tlv320aic3x.yaml b/Documentation/devicetree/bindings/sound/ti,tlv320aic3x.yaml index e8ca9f3369f8..206f6d61e362 100644 --- a/Documentation/devicetree/bindings/sound/ti,tlv320aic3x.yaml +++ b/Documentation/devicetree/bindings/sound/ti,tlv320aic3x.yaml @@ -61,6 +61,7 @@ properties: GPIO specification for the active low RESET input. gpio-reset: + $ref: /schemas/types.yaml#/definitions/uint32-matrix maxItems: 1 description: Deprecated, please use reset-gpios instead.
"gpio-reset" may be deprecated, but it still needs a type. Signed-off-by: Rob Herring <robh@kernel.org> --- Documentation/devicetree/bindings/sound/ti,tlv320aic3x.yaml | 1 + 1 file changed, 1 insertion(+)