diff options
author | Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> | 2017-09-22 19:49:11 +0300 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2017-10-06 08:59:54 -0700 |
commit | ab8eb7db1dcc03e7ae9eb379884fd701af6b1a38 (patch) | |
tree | 48c1efef1bc88a7e5d1b167199d0648d94abcbe5 /arch/arc/configs | |
parent | edb40d74c08edfd049cbba15479dadd9aeb7d307 (diff) | |
download | linux-ab8eb7db1dcc03e7ae9eb379884fd701af6b1a38.tar.gz linux-ab8eb7db1dcc03e7ae9eb379884fd701af6b1a38.tar.bz2 linux-ab8eb7db1dcc03e7ae9eb379884fd701af6b1a38.zip |
ARC: [plat-hsdk]: Add reset controller node to manage ethernet reset
DW ethernet controller on HSDK hangs sometimes after SW reset, so
add reset node to make possible to reset DW ethernet controller HW.
Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/configs')
-rw-r--r-- | arch/arc/configs/hsdk_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/configs/hsdk_defconfig b/arch/arc/configs/hsdk_defconfig index 7b8f8faf8a24..15f0f6b5fec1 100644 --- a/arch/arc/configs/hsdk_defconfig +++ b/arch/arc/configs/hsdk_defconfig @@ -63,6 +63,7 @@ CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_PLTFM=y CONFIG_MMC_DW=y # CONFIG_IOMMU_SUPPORT is not set +CONFIG_RESET_HSDK=y CONFIG_EXT3_FS=y CONFIG_VFAT_FS=y CONFIG_TMPFS=y |