diff options
author | Cooper Jr., Franklin <fcooper@ti.com> | 2017-06-16 17:25:30 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-07-10 14:26:00 -0400 |
commit | 42468c8b77471bbbb8310d033c26845c6643fd92 (patch) | |
tree | 78111ba24739f4688280a5d41a88b71f5739e6d3 /arch/arm/dts/keystone-k2g-evm.dts | |
parent | 0d3f97db7174b6ecff9b5fb4c9a48b343360a154 (diff) |
ARM: dts: k2g: Disable netcp by default
Disable netcp by default like all other peripherals in the dtsi file.
Enable the peripheral explicitly in the board specific dts file.
Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/dts/keystone-k2g-evm.dts')
-rw-r--r-- | arch/arm/dts/keystone-k2g-evm.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/keystone-k2g-evm.dts b/arch/arm/dts/keystone-k2g-evm.dts index f6fce33b98..de208b3613 100644 --- a/arch/arm/dts/keystone-k2g-evm.dts +++ b/arch/arm/dts/keystone-k2g-evm.dts @@ -37,6 +37,10 @@ phy-handle = <ðphy0>; }; +&netcp { + status = "okay"; +}; + &spi1 { status = "okay"; |