Documentation: dt: opp: fix spelling mistake

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
Eric Engestrom 2016-04-25 01:24:16 +01:00 committed by Rob Herring
parent dd346f2728
commit baec7f1f5a
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ Devices supporting OPPs must set their "operating-points-v2" property with
phandle to a OPP table in their DT node. The OPP core will use this phandle to
find the operating points for the device.
If required, this can be extended for SoC vendor specfic bindings. Such bindings
If required, this can be extended for SoC vendor specific bindings. Such bindings
should be documented as Documentation/devicetree/bindings/power/<vendor>-opp.txt
and should have a compatible description like: "operating-points-v2-<vendor>".