diff options
author | David Bauer <mail@david-bauer.net> | 2020-10-26 17:27:21 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2020-11-01 14:59:59 +0100 |
commit | b0c0aa7aa4b919e02e0a24aa3a46dfbf2bbc34dc (patch) | |
tree | 4ffd85d4889971a87920764033d4d4c34448d979 /arch | |
parent | Linux 5.10-rc1 (diff) | |
download | linux-b0c0aa7aa4b919e02e0a24aa3a46dfbf2bbc34dc.tar.xz linux-b0c0aa7aa4b919e02e0a24aa3a46dfbf2bbc34dc.zip |
arm64: dts: rockchip: fix NanoPi R2S GMAC clock name
This commit fixes the name for the GMAC clock to gmac_clkin, as this is
the name of the clock provided by the rk3328-clk driver.
Without this commit, the GMAC will not work in TX direction.
Fixes: f1ec83f880db ("arm64: dts: rockchip: Add support for FriendlyARM NanoPi R2S")
Suggested-by: Tobias Waldvogel <tobias.waldvogel@gmail.com>
Signed-off-by: David Bauer <mail@david-bauer.net>
Link: https://lore.kernel.org/r/20201026162721.70672-1-mail@david-bauer.net
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts b/arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts index be7a31d81632..2ee07d15a6e3 100644 --- a/arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts +++ b/arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts @@ -20,7 +20,7 @@ gmac_clk: gmac-clock { compatible = "fixed-clock"; clock-frequency = <125000000>; - clock-output-names = "gmac_clk"; + clock-output-names = "gmac_clkin"; #clock-cells = <0>; }; |