Skip to content

Commit 5aed9ab

Browse files
Vidya Sagarbjorn-helgaas
authored andcommitted
dt-bindings: PCI: tegra194: Add monitor clock support
Tegra supports PCIe core clock monitoring for any rate changes that may be happening because of the link speed changes. This is useful in tracking any changes in the core clock that are not initiated by the software. Signed-off-by: Vidya Sagar <vidyas@nvidia.com> Signed-off-by: Manikanta Maddireddy <mmaddireddy@nvidia.com> Signed-off-by: Manivannan Sadhasivam <mani@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Tested-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-by: Rob Herring (Arm) <robh@kernel.org> Reviewed-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-by: Vidya Sagar <vidyas@nvidia.com> Link: https://patch.msgid.link/20260324191000.1095768-7-mmaddireddy@nvidia.com
1 parent acd46d5 commit 5aed9ab

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

Documentation/devicetree/bindings/pci/nvidia,tegra194-pcie-ep.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,16 @@ properties:
5555
- const: intr
5656

5757
clocks:
58+
minItems: 1
5859
items:
59-
- description: module clock
60+
- description: core clock
61+
- description: monitor clock
6062

6163
clock-names:
64+
minItems: 1
6265
items:
6366
- const: core
67+
- const: core_m
6468

6569
resets:
6670
items:

Documentation/devicetree/bindings/pci/nvidia,tegra194-pcie.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,16 @@ properties:
5858
- const: msi
5959

6060
clocks:
61+
minItems: 1
6162
items:
62-
- description: module clock
63+
- description: core clock
64+
- description: monitor clock
6365

6466
clock-names:
67+
minItems: 1
6568
items:
6669
- const: core
70+
- const: core_m
6771

6872
resets:
6973
items:

0 commit comments

Comments
 (0)