diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2018-02-09 22:33:22 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2018-02-09 22:33:22 +0000 |
commit | 16ae49e2bea5badc71c2265966ec2a9b0ba541dc (patch) | |
tree | 5ff3ed27eadaf4f2d05b771bc108bd500b3d8f48 /Bindings/sound/max9867.txt | |
parent | 550370858c61e6f7fe3832de73daa9cc25ba716a (diff) |
Update our copies of the Device Tree Source to Linux 4.15vendor/device-tree/4.15
Notes
Notes:
svn path=/vendor/device-tree/dist/; revision=329088
svn path=/vendor/device-tree/4.15/; revision=329090; tag=vendor/device-tree/4.15
Diffstat (limited to 'Bindings/sound/max9867.txt')
-rw-r--r-- | Bindings/sound/max9867.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bindings/sound/max9867.txt b/Bindings/sound/max9867.txt index 394cd4eb17ec..b8bd914ee697 100644 --- a/Bindings/sound/max9867.txt +++ b/Bindings/sound/max9867.txt @@ -10,7 +10,7 @@ Required properties: Example: &i2c { - max9867: max9867@0x18 { + max9867: max9867@18 { compatible = "maxim,max9867"; reg = <0x18>; }; |