Skip to content

Commit da4a140

Browse files
jonhuntergregkh
authored andcommitted
arm64: tegra: Fix Tegra234 MGBE PTP clock
[ Upstream commit 8f0cc92 ] The Tegra MGBE PTP clock is incorrectly named as 'ptp-ref' and not 'ptp_ref' and this causing the initialisation of the PTP clock to fail. The device-tree binding doc for the device and the Tegra MGBE driver have been updated to use the correct name and so update the device-tree for Tegra234 as well. Fixes: 610cdf3 ("arm64: tegra: Add MGBE nodes on Tegra234") Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent dbb66f7 commit da4a140

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

arch/arm64/boot/dts/nvidia/tegra234.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,7 +1447,7 @@
14471447
<&bpmp TEGRA234_CLK_MGBE0_RX_PCS_M>,
14481448
<&bpmp TEGRA234_CLK_MGBE0_RX_PCS>,
14491449
<&bpmp TEGRA234_CLK_MGBE0_TX_PCS>;
1450-
clock-names = "mgbe", "mac", "mac-divider", "ptp-ref", "rx-input-m",
1450+
clock-names = "mgbe", "mac", "mac-divider", "ptp_ref", "rx-input-m",
14511451
"rx-input", "tx", "eee-pcs", "rx-pcs-input", "rx-pcs-m",
14521452
"rx-pcs", "tx-pcs";
14531453
resets = <&bpmp TEGRA234_RESET_MGBE0_MAC>,
@@ -1481,7 +1481,7 @@
14811481
<&bpmp TEGRA234_CLK_MGBE1_RX_PCS_M>,
14821482
<&bpmp TEGRA234_CLK_MGBE1_RX_PCS>,
14831483
<&bpmp TEGRA234_CLK_MGBE1_TX_PCS>;
1484-
clock-names = "mgbe", "mac", "mac-divider", "ptp-ref", "rx-input-m",
1484+
clock-names = "mgbe", "mac", "mac-divider", "ptp_ref", "rx-input-m",
14851485
"rx-input", "tx", "eee-pcs", "rx-pcs-input", "rx-pcs-m",
14861486
"rx-pcs", "tx-pcs";
14871487
resets = <&bpmp TEGRA234_RESET_MGBE1_MAC>,
@@ -1515,7 +1515,7 @@
15151515
<&bpmp TEGRA234_CLK_MGBE2_RX_PCS_M>,
15161516
<&bpmp TEGRA234_CLK_MGBE2_RX_PCS>,
15171517
<&bpmp TEGRA234_CLK_MGBE2_TX_PCS>;
1518-
clock-names = "mgbe", "mac", "mac-divider", "ptp-ref", "rx-input-m",
1518+
clock-names = "mgbe", "mac", "mac-divider", "ptp_ref", "rx-input-m",
15191519
"rx-input", "tx", "eee-pcs", "rx-pcs-input", "rx-pcs-m",
15201520
"rx-pcs", "tx-pcs";
15211521
resets = <&bpmp TEGRA234_RESET_MGBE2_MAC>,
@@ -1549,7 +1549,7 @@
15491549
<&bpmp TEGRA234_CLK_MGBE3_RX_PCS_M>,
15501550
<&bpmp TEGRA234_CLK_MGBE3_RX_PCS>,
15511551
<&bpmp TEGRA234_CLK_MGBE3_TX_PCS>;
1552-
clock-names = "mgbe", "mac", "mac-divider", "ptp-ref", "rx-input-m",
1552+
clock-names = "mgbe", "mac", "mac-divider", "ptp_ref", "rx-input-m",
15531553
"rx-input", "tx", "eee-pcs", "rx-pcs-input", "rx-pcs-m",
15541554
"rx-pcs", "tx-pcs";
15551555
resets = <&bpmp TEGRA234_RESET_MGBE3_MAC>,

0 commit comments

Comments
 (0)