* [PATCH] dt-bindings: sound: cs42l51: Remove unneeded I2C unit name
@ 2020-03-27 15:57 Fabio Estevam
2020-03-27 20:57 ` Rob Herring
2020-03-30 14:32 ` Applied "dt-bindings: sound: cs42l51: Remove unneeded I2C unit name" to the asoc tree Mark Brown
0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2020-03-27 15:57 UTC (permalink / raw)
To: broonie; +Cc: robh+dt, benjamin.gaignard, alsa-devel, devicetree, Fabio Estevam
The following warning is seen with 'make dt_binding_check':
Documentation/devicetree/bindings/sound/cirrus,cs42l51.example.dts:18.15-34.11: Warning (unit_address_vs_reg): /example-0/i2c@0: node has a unit name, but no reg or ranges property
Fix it by removing the unneeded i2c unit name.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
Documentation/devicetree/bindings/sound/cirrus,cs42l51.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/sound/cirrus,cs42l51.yaml b/Documentation/devicetree/bindings/sound/cirrus,cs42l51.yaml
index efce847a3408..83f44f07ac3f 100644
--- a/Documentation/devicetree/bindings/sound/cirrus,cs42l51.yaml
+++ b/Documentation/devicetree/bindings/sound/cirrus,cs42l51.yaml
@@ -49,7 +49,7 @@ required:
examples:
- |
#include <dt-bindings/gpio/gpio.h>
- i2c@0 {
+ i2c {
#address-cells = <1>;
#size-cells = <0>;
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: sound: cs42l51: Remove unneeded I2C unit name
2020-03-27 15:57 [PATCH] dt-bindings: sound: cs42l51: Remove unneeded I2C unit name Fabio Estevam
@ 2020-03-27 20:57 ` Rob Herring
2020-03-30 14:32 ` Applied "dt-bindings: sound: cs42l51: Remove unneeded I2C unit name" to the asoc tree Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2020-03-27 20:57 UTC (permalink / raw)
To: Fabio Estevam; +Cc: Mark Brown, Benjamin Gaignard, Linux-ALSA, devicetree
On Fri, Mar 27, 2020 at 9:57 AM Fabio Estevam <festevam@gmail.com> wrote:
>
> The following warning is seen with 'make dt_binding_check':
>
> Documentation/devicetree/bindings/sound/cirrus,cs42l51.example.dts:18.15-34.11: Warning (unit_address_vs_reg): /example-0/i2c@0: node has a unit name, but no reg or ranges property
>
> Fix it by removing the unneeded i2c unit name.
>
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
> Documentation/devicetree/bindings/sound/cirrus,cs42l51.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks!
Acked-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Applied "dt-bindings: sound: cs42l51: Remove unneeded I2C unit name" to the asoc tree
2020-03-27 15:57 [PATCH] dt-bindings: sound: cs42l51: Remove unneeded I2C unit name Fabio Estevam
2020-03-27 20:57 ` Rob Herring
@ 2020-03-30 14:32 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2020-03-30 14:32 UTC (permalink / raw)
To: Fabio Estevam
Cc: alsa-devel, benjamin.gaignard, broonie, devicetree, Mark Brown,
robh+dt, Rob Herring
The patch
dt-bindings: sound: cs42l51: Remove unneeded I2C unit name
has been applied to the asoc tree at
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
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
From f3ca3f5b0966cfc2737178cca8a7a65b09991898 Mon Sep 17 00:00:00 2001
From: Fabio Estevam <festevam@gmail.com>
Date: Fri, 27 Mar 2020 12:57:21 -0300
Subject: [PATCH] dt-bindings: sound: cs42l51: Remove unneeded I2C unit name
The following warning is seen with 'make dt_binding_check':
Documentation/devicetree/bindings/sound/cirrus,cs42l51.example.dts:18.15-34.11: Warning (unit_address_vs_reg): /example-0/i2c@0: node has a unit name, but no reg or ranges property
Fix it by removing the unneeded i2c unit name.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20200327155721.7596-1-festevam@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
---
Documentation/devicetree/bindings/sound/cirrus,cs42l51.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/sound/cirrus,cs42l51.yaml b/Documentation/devicetree/bindings/sound/cirrus,cs42l51.yaml
index efce847a3408..83f44f07ac3f 100644
--- a/Documentation/devicetree/bindings/sound/cirrus,cs42l51.yaml
+++ b/Documentation/devicetree/bindings/sound/cirrus,cs42l51.yaml
@@ -49,7 +49,7 @@ required:
examples:
- |
#include <dt-bindings/gpio/gpio.h>
- i2c@0 {
+ i2c {
#address-cells = <1>;
#size-cells = <0>;
--
2.20.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-03-30 14:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-27 15:57 [PATCH] dt-bindings: sound: cs42l51: Remove unneeded I2C unit name Fabio Estevam
2020-03-27 20:57 ` Rob Herring
2020-03-30 14:32 ` Applied "dt-bindings: sound: cs42l51: Remove unneeded I2C unit name" to the asoc tree Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).