diff options
author | Cooper Jr., Franklin <fcooper@ti.com> | 2016-03-17 20:15:23 -0500 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2016-07-08 17:53:36 +0200 |
commit | e1aaf89a5415ab6514cb6798148c7fe04c0ee138 (patch) | |
tree | a0f9cfa66a57e203a2217edf1fa4c2c3d8c51788 /Documentation | |
parent | 1a695a905c18548062509178b98bc91e67510864 (diff) | |
download | linux-e1aaf89a5415ab6514cb6798148c7fe04c0ee138.tar.gz linux-e1aaf89a5415ab6514cb6798148c7fe04c0ee138.tar.bz2 linux-e1aaf89a5415ab6514cb6798148c7fe04c0ee138.zip |
pwm: pwm-tiehrpwm: Update DT binding document to use generic node name
Now that the node name has been changed from ehrpwm to pwm the document
should show this proper usage. Also change the unit address in the example
from 0 to the proper physical address value that should be used.
Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.txt b/Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.txt index 9c100b2c5b23..0f9ba509ebd6 100644 --- a/Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.txt +++ b/Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.txt @@ -15,14 +15,14 @@ Optional properties: Example: -ehrpwm0: ehrpwm@0 { /* EHRPWM on am33xx */ +ehrpwm0: pwm@48300200 { /* EHRPWM on am33xx */ compatible = "ti,am33xx-ehrpwm"; #pwm-cells = <3>; reg = <0x48300200 0x100>; ti,hwmods = "ehrpwm0"; }; -ehrpwm0: ehrpwm@0 { /* EHRPWM on da850 */ +ehrpwm0: pwm@300000 { /* EHRPWM on da850 */ compatible = "ti,da850-ehrpwm", "ti,am33xx-ehrpwm"; #pwm-cells = <3>; reg = <0x300000 0x2000>; |