Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: PCI: dwc: rockchip: Update for RK3588

The PCIe 2.0 controllers on RK3588 need one additional clock,
one additional reset line and one for ranges entry.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230616170022.76107-4-sebastian.reichel@collabora.com
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Sebastian Reichel and committed by
Rob Herring
3216ceeb 74f02dd7

+13 -3
+13 -3
Documentation/devicetree/bindings/pci/rockchip-dw-pcie.yaml
··· 41 41 - const: config 42 42 43 43 clocks: 44 + minItems: 5 44 45 items: 45 46 - description: AHB clock for PCIe master 46 47 - description: AHB clock for PCIe slave 47 48 - description: AHB clock for PCIe dbi 48 49 - description: APB clock for PCIe 49 50 - description: Auxiliary clock for PCIe 51 + - description: PIPE clock 50 52 51 53 clock-names: 54 + minItems: 5 52 55 items: 53 56 - const: aclk_mst 54 57 - const: aclk_slv 55 58 - const: aclk_dbi 56 59 - const: pclk 57 60 - const: aux 61 + - const: pipe 58 62 59 63 msi-map: true 60 64 ··· 74 70 maxItems: 1 75 71 76 72 ranges: 77 - maxItems: 2 73 + minItems: 2 74 + maxItems: 3 78 75 79 76 resets: 80 - maxItems: 1 77 + minItems: 1 78 + maxItems: 2 81 79 82 80 reset-names: 83 - const: pipe 81 + oneOf: 82 + - const: pipe 83 + - items: 84 + - const: pwr 85 + - const: pipe 84 86 85 87 vpcie3v3-supply: true 86 88