diff options
author | Zong Li <zong.li@sifive.com> | 2022-03-04 18:03:18 +0800 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2022-03-15 15:56:28 -0700 |
commit | 0493692b40d02a74dfb6823754f31951ace2000b (patch) | |
tree | 8f6b8519dcdbd374be97e4ae9c16721d599d00a7 /Documentation/devicetree/bindings/pci | |
parent | e83da8e2a1c323021ecb57f9a738f08fdd7879f1 (diff) | |
download | linux-0493692b40d02a74dfb6823754f31951ace2000b.tar.gz linux-0493692b40d02a74dfb6823754f31951ace2000b.tar.bz2 linux-0493692b40d02a74dfb6823754f31951ace2000b.zip |
dt-bindings: change the macro name of prci in header files and example
We currently change the macro name for fu540 and fu740 by adding the
prefix respectively, the dt-bindings should be modified as well.
Signed-off-by: Zong Li <zong.li@sifive.com>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Palmer Dabbelt <palmer@rivosinc.com>
Link: https://lore.kernel.org/r/f9284873c2993a9952d9fe4f8dd5e89f20daab75.1646388139.git.zong.li@sifive.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/pci')
-rw-r--r-- | Documentation/devicetree/bindings/pci/sifive,fu740-pcie.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pci/sifive,fu740-pcie.yaml b/Documentation/devicetree/bindings/pci/sifive,fu740-pcie.yaml index 392f0ab488c2..195e6afeb169 100644 --- a/Documentation/devicetree/bindings/pci/sifive,fu740-pcie.yaml +++ b/Documentation/devicetree/bindings/pci/sifive,fu740-pcie.yaml @@ -104,7 +104,7 @@ examples: <0x0 0x0 0x0 0x2 &plic0 58>, <0x0 0x0 0x0 0x3 &plic0 59>, <0x0 0x0 0x0 0x4 &plic0 60>; - clocks = <&prci PRCI_CLK_PCIE_AUX>; + clocks = <&prci FU740_PRCI_CLK_PCIE_AUX>; resets = <&prci 4>; pwren-gpios = <&gpio 5 0>; reset-gpios = <&gpio 8 0>; |