diff mbox series

dt-bindings: sound: add address-cells and size-cells information

Message ID 20210331071046.12526-1-jack.yu@realtek.com (mailing list archive)
State Accepted
Commit e896ec390870287dcc92f3b46d80da88f3b4b1f8
Headers show
Series dt-bindings: sound: add address-cells and size-cells information | expand

Commit Message

Jack Yu March 31, 2021, 7:10 a.m. UTC
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(+)

Comments

Mark Brown March 31, 2021, 12:02 p.m. UTC | #1
On Wed, Mar 31, 2021 at 03:10:46PM +0800, Jack Yu wrote:
> Add address-cells and size-cells information to fix warnings
> for rt1019.yaml.

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.
Mark Brown April 1, 2021, 10:16 a.m. UTC | #2
On Wed, 31 Mar 2021 15:10:46 +0800, Jack Yu wrote:
> Add address-cells and size-cells information to fix warnings
> for rt1019.yaml.

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] dt-bindings: sound: add address-cells and size-cells information
      commit: e896ec390870287dcc92f3b46d80da88f3b4b1f8

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 mbox series

Patch

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>;