[PATCH] dt-bindings: sound: intel, keembay-i2s: Fix dt binding errors
Fix devicetree binding errors caused by newly added parameters
Signed-off-by: Michael Sit Wei Hong michael.wei.hong.sit@intel.com --- .../devicetree/bindings/sound/intel,keembay-i2s.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/Documentation/devicetree/bindings/sound/intel,keembay-i2s.yaml b/Documentation/devicetree/bindings/sound/intel,keembay-i2s.yaml index e0658f122cbb..dba25c33f0b0 100644 --- a/Documentation/devicetree/bindings/sound/intel,keembay-i2s.yaml +++ b/Documentation/devicetree/bindings/sound/intel,keembay-i2s.yaml @@ -47,13 +47,11 @@ properties:
dmas: items: - - description: DMA controller phandle and DMA channel - for TX and RX + - description: DMA TX channel + - description: DMA RX channel
dma-names: items: - - description: "tx" for the transmit channel - "rx" for the receive channel - const: tx - const: rx
On Mon, Jan 18, 2021 at 06:27:06PM +0800, Michael Sit Wei Hong wrote:
Fix devicetree binding errors caused by newly added parameters
Please submit patches using subject lines reflecting the style for the subsystem, this makes it easier for people to identify relevant patches. Look at what existing commits in the area you're changing are doing and make sure your subject lines visually resemble what they're doing. There's no need to resubmit to fix this alone.
On Mon, 18 Jan 2021 18:27:06 +0800, Michael Sit Wei Hong wrote:
Fix devicetree binding errors caused by newly added parameters
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/1] dt-bindings: sound: intel, keembay-i2s: Fix dt binding errors commit: 160e8f96c626ae2bfeef18df467fd9f3814ec89a
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
participants (2)
-
Mark Brown
-
Michael Sit Wei Hong