diff options
author | Wan Jiabing <wanjiabing@vivo.com> | 2021-05-06 19:49:39 +0800 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2021-05-10 11:53:28 -0500 |
commit | 5311221304fa60e357aada75efdf2f2da8c30a57 (patch) | |
tree | 40a3f6f053e6b020ce689141eb8fbc678a00538a /Documentation | |
parent | 6efb943b8616ec53a5e444193dccf1af9ad627b5 (diff) | |
download | linux-stable-5311221304fa60e357aada75efdf2f2da8c30a57.tar.gz linux-stable-5311221304fa60e357aada75efdf2f2da8c30a57.tar.bz2 linux-stable-5311221304fa60e357aada75efdf2f2da8c30a57.zip |
dt-bindings: phy: cadence-torrent: update reference file of docs
In commit fd7abc3c5b87 ("phy: cadence-torrent: Use a common header
file for Cadence SERDES"), phy-cadence-torrent.h was renamed to
phy-cadence.h. Fix it of the Documentation.
Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
Link: https://lore.kernel.org/r/20210506114940.22215-1-wanjiabing@vivo.com
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml b/Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml index 01dcd14e7b2a..320a232c7208 100644 --- a/Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml +++ b/Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml @@ -118,7 +118,7 @@ patternProperties: description: Specifies the Spread Spectrum Clocking mode used. It can be NO_SSC, EXTERNAL_SSC or INTERNAL_SSC. - Refer include/dt-bindings/phy/phy-cadence-torrent.h for the constants to be used. + Refer include/dt-bindings/phy/phy-cadence.h for the constants to be used. $ref: /schemas/types.yaml#/definitions/uint32 enum: [0, 1, 2] default: 0 |