diff options
author | Johan Jonker <jbx6244@gmail.com> | 2020-04-25 15:23:45 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2020-04-27 22:31:35 +0300 |
commit | c617ed88502d0b05149e7f32f3b3fd8a0663f7e2 (patch) | |
tree | e76df1bc0bac1a95a2f5e544f2c266a9e0d1b3c1 /arch/arm64/boot/dts/rockchip | |
parent | f73a28284e2a89a7ca1e10e04514aedd33290c76 (diff) | |
download | linux-c617ed88502d0b05149e7f32f3b3fd8a0663f7e2.tar.xz |
arm64: dts: rockchip: fix status for &gmac2phy in rk3328-evb.dts
The status was removed of the '&gmac2phy' node with the apply
of a patch long time ago, so fix status for '&gmac2phy'
in 'rk3328-evb.dts'.
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20200425122345.12902-2-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3328-evb.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3328-evb.dts b/arch/arm64/boot/dts/rockchip/rk3328-evb.dts index 6ce75f625c6b..ac29c2744d08 100644 --- a/arch/arm64/boot/dts/rockchip/rk3328-evb.dts +++ b/arch/arm64/boot/dts/rockchip/rk3328-evb.dts @@ -85,7 +85,7 @@ assigned-clock-rate = <50000000>; assigned-clocks = <&cru SCLK_MAC2PHY>; assigned-clock-parents = <&cru SCLK_MAC2PHY_SRC>; - + status = "okay"; }; &i2c1 { |