diff options
author | Cooper Jr., Franklin <fcooper@ti.com> | 2017-06-16 22:25:30 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-07-10 18:26:00 (GMT) |
commit | 42468c8b77471bbbb8310d033c26845c6643fd92 (patch) | |
tree | 78111ba24739f4688280a5d41a88b71f5739e6d3 /arch/arm/dts/keystone-k2g-evm.dts | |
parent | 0d3f97db7174b6ecff9b5fb4c9a48b343360a154 (diff) | |
download | u-boot-fsl-qoriq-42468c8b77471bbbb8310d033c26845c6643fd92.tar.xz |
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 f6fce33..de208b3 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"; |