Skip to content

Commit

Permalink
ASoC: rt1019: add address-cells and size-cells information
Browse files Browse the repository at this point in the history
Add address-cells and size-cells information to fix warnings
for rt1019.yaml.

Signed-off-by: Jack Yu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
Jack Yu authored and broonie committed Mar 31, 2021
1 parent 868d5c6 commit e896ec3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Documentation/devicetree/bindings/sound/rt1019.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ additionalProperties: false
examples:
- |
i2c {
#address-cells = <1>;
#size-cells = <0>;
rt1019: codec@28 {
compatible = "realtek,rt1019";
reg = <0x28>;
Expand Down

0 comments on commit e896ec3

Please sign in to comment.