diff options
author | Thierry Reding <[email protected]> | 2021-12-07 14:50:44 +0100 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2021-12-16 16:51:02 +0100 |
commit | c453cc9e9e1afbb3c3c2bc2579e4cc2c8ee7641c (patch) | |
tree | 14bd6e32c8a707489d23eb2d0d4c6d42ca1935ed | |
parent | 1ff75059077c0d37edb936d9232f76a74704be41 (diff) |
arm64: tegra: Remove undocumented Tegra194 PCIe "core_m" clock
The "core_m" clock is not documented in the Tegra194 PCIe device tree
bindings, so remove it.
Signed-off-by: Thierry Reding <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/nvidia/tegra194.dtsi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/nvidia/tegra194.dtsi b/arch/arm64/boot/dts/nvidia/tegra194.dtsi index bb51ccdb324d..bb88d32e553e 100644 --- a/arch/arm64/boot/dts/nvidia/tegra194.dtsi +++ b/arch/arm64/boot/dts/nvidia/tegra194.dtsi @@ -2434,9 +2434,8 @@ pinctrl-names = "default"; pinctrl-0 = <&pex_rst_c5_out_state>, <&clkreq_c5_bi_dir_state>; - clocks = <&bpmp TEGRA194_CLK_PEX1_CORE_5>, - <&bpmp TEGRA194_CLK_PEX1_CORE_5M>; - clock-names = "core", "core_m"; + clocks = <&bpmp TEGRA194_CLK_PEX1_CORE_5>; + clock-names = "core"; resets = <&bpmp TEGRA194_RESET_PEX1_CORE_5_APB>, <&bpmp TEGRA194_RESET_PEX1_CORE_5>; |