Skip to content

Commit 3034b00

Browse files
committed
Merge tag 'v4.0-rockchip-armfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into fixes
Pull "ARM: rockchip: small fixes for 4.0-rc" from Heiko Stuebner: Adding a default-disabled state to the new gmac node and an update to the MAINTAINERS entry adding a rockchip regexp entry. * tag 'v4.0-rockchip-armfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip: ARM: dts: rockchip: disable gmac by default in rk3288.dtsi MAINTAINERS: add rockchip regexp to the ARM/Rockchip entry
2 parents 06e5801 + 54b0bc6 commit 3034b00

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,6 +1362,7 @@ F: drivers/i2c/busses/i2c-rk3x.c
13621362
F: drivers/*/*rockchip*
13631363
F: drivers/*/*/*rockchip*
13641364
F: sound/soc/rockchip/
1365+
N: rockchip
13651366

13661367
ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
13671368
M: Kukjin Kim <kgene@kernel.org>

arch/arm/boot/dts/rk3288.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@
411411
"mac_clk_rx", "mac_clk_tx",
412412
"clk_mac_ref", "clk_mac_refout",
413413
"aclk_mac", "pclk_mac";
414+
status = "disabled";
414415
};
415416

416417
usb_host0_ehci: usb@ff500000 {

0 commit comments

Comments
 (0)