2021-05-06 12:15:37

by Jiabing Wan

[permalink] [raw]
Subject: [PATCH] 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 <[email protected]>
---
Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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
--
2.25.1


2021-05-07 22:15:12

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: phy: cadence-torrent: update reference file of docs

On Thu, 06 May 2021 19:49:39 +0800, Wan Jiabing wrote:
> 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 <[email protected]>
> ---
> Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Applied, thanks!