Commit 4c546175 authored by Vladimir Zapolskiy's avatar Vladimir Zapolskiy

ARM: dts: lpc32xx: disable MAC controller by default

NXP LPC3220 and LPC3230 SoCs do NOT contain a MAC controller, so,
since for now there is just one dtsi file for all variants of
NXP LPC32xx SoCs, it is reasonable to disable the controller
by default and enable it in device tree files of particular boards.
Signed-off-by: default avatarVladimir Zapolskiy <vz@mleia.com>
parent 903fa2ab
......@@ -201,6 +201,7 @@ isp1301: usb-transceiver@2d {
&mac {
phy-mode = "rmii";
use-iram;
status = "okay";
};
/* Here, choose exactly one from: ohci, usbd */
......
......@@ -134,6 +134,7 @@ &key {
&mac {
phy-mode = "rmii";
use-iram;
status = "okay";
};
/* Here, choose exactly one from: ohci, usbd */
......
......@@ -153,6 +153,7 @@ mac: ethernet@31060000 {
reg = <0x31060000 0x1000>;
interrupts = <29 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clk LPC32XX_CLK_MAC>;
status = "disabled";
};
emc: memory-controller@31080000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment