From 09bbf5581713695cbf6bcb5791e9be02ff8c27fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Tue, 23 Feb 2021 10:52:06 +0100 Subject: bmips: bcm6358: fix EHCI/OHCI kernel panics MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ARCH_HAS_SYNC_DMA_FOR_CPU_ALL is causing kernel panics when EHCI or OHCI are enabled. Signed-off-by: Álvaro Fernández Rojas --- target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts') diff --git a/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts b/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts index 5b8709c722..f62c79fccb 100644 --- a/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts +++ b/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts @@ -126,6 +126,14 @@ }; }; +&ehci { + status = "okay"; +}; + +&ohci { + status = "okay"; +}; + &pflash { status = "okay"; -- cgit v1.2.3