devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: sound: add address-cells and size-cells information
@ 2021-03-31  7:10 Jack Yu
  2021-03-31 12:02 ` Mark Brown
  2021-04-01 10:16 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Jack Yu @ 2021-03-31  7:10 UTC (permalink / raw)
  To: broonie, lgirdwood, robh
  Cc: alsa-devel, lars, flove, kenny_chen, kent_chen, oder_chiou,
	shumingf, derek.fang, devicetree, linux-kernel, Jack Yu

Add address-cells and size-cells information to fix warnings
for rt1019.yaml.

Signed-off-by: Jack Yu <jack.yu@realtek.com>
---
 Documentation/devicetree/bindings/sound/rt1019.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/sound/rt1019.yaml b/Documentation/devicetree/bindings/sound/rt1019.yaml
index c24c29eafa54..3d5a91a942f4 100644
--- a/Documentation/devicetree/bindings/sound/rt1019.yaml
+++ b/Documentation/devicetree/bindings/sound/rt1019.yaml
@@ -26,6 +26,8 @@ additionalProperties: false
 examples:
   - |
     i2c {
+        #address-cells = <1>;
+        #size-cells = <0>;
         rt1019: codec@28 {
             compatible = "realtek,rt1019";
             reg = <0x28>;
-- 
2.29.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-01 10:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-31  7:10 [PATCH] dt-bindings: sound: add address-cells and size-cells information Jack Yu
2021-03-31 12:02 ` Mark Brown
2021-04-01 10:16 ` 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).