diff options
author | Slark Xiao <slark_xiao@163.com> | 2022-07-21 03:17:46 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-07-21 21:14:27 +0200 |
commit | 12e5bde18d7f6ca4ee5fbd7c6f060d0674bf3237 (patch) | |
tree | 5ccaf6668ff6a9f7b56a0903ca6ab6b7f58ccffe /Documentation/devicetree/bindings/powerpc | |
parent | dt-bindings: leds: is31fl319x: Document variants specificities (diff) | |
download | linux-12e5bde18d7f6ca4ee5fbd7c6f060d0674bf3237.tar.xz linux-12e5bde18d7f6ca4ee5fbd7c6f060d0674bf3237.zip |
dt-bindings: Fix typo in comment
Fix typo in the comment
Signed-off-by: Slark Xiao <slark_xiao@163.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220721011746.19663-1-slark_xiao@163.com
Diffstat (limited to 'Documentation/devicetree/bindings/powerpc')
-rw-r--r-- | Documentation/devicetree/bindings/powerpc/fsl/cpus.txt | 2 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/powerpc/opal/power-mgt.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/powerpc/fsl/cpus.txt b/Documentation/devicetree/bindings/powerpc/fsl/cpus.txt index d63ab1dec16d..801c66069121 100644 --- a/Documentation/devicetree/bindings/powerpc/fsl/cpus.txt +++ b/Documentation/devicetree/bindings/powerpc/fsl/cpus.txt @@ -5,7 +5,7 @@ Copyright 2013 Freescale Semiconductor Inc. Power Architecture CPUs in Freescale SOCs are represented in device trees as per the definition in the Devicetree Specification. -In addition to the the Devicetree Specification definitions, the properties +In addition to the Devicetree Specification definitions, the properties defined below may be present on CPU nodes. PROPERTIES diff --git a/Documentation/devicetree/bindings/powerpc/opal/power-mgt.txt b/Documentation/devicetree/bindings/powerpc/opal/power-mgt.txt index 9d619e955576..d6658d3dd15e 100644 --- a/Documentation/devicetree/bindings/powerpc/opal/power-mgt.txt +++ b/Documentation/devicetree/bindings/powerpc/opal/power-mgt.txt @@ -39,7 +39,7 @@ otherwise. The length of all the property arrays must be the same. - ibm,cpu-idle-state-flags: Array of unsigned 32-bit values containing the values of the - flags associated with the the aforementioned idle-states. The + flags associated with the aforementioned idle-states. The flag bits are as follows: 0x00000001 /* Decrementer would stop */ 0x00000002 /* Needs timebase restore */ |