From mboxrd@z Thu Jan 1 00:00:00 1970 From: linus.luessing@c0d3.blue (Linus =?utf-8?Q?L=C3=BCssing?=) Date: Thu, 28 Sep 2017 17:56:26 +0200 Subject: [PATCH] ARM: dts: meson: fixing USB support on Meson6, Meson8 and Meson8b In-Reply-To: <20170928145141.GG6726@otheros> References: <20170922115708.GA14806@ingrassia.epigenesys.com> <20170924042803.GC2604@otheros> <20170925224802.GA31386@ingrassia.epigenesys.com> <20170928145141.GG6726@otheros> Message-ID: <20170928155626.GH6726@otheros> To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org Hi, I just noticed this patch from Martin: 8a7f0c5 ARM: dts: meson8: add reserved memory zones And I simply copied those two reserved memory regions from meson8.dtsi to meson8b.dtsi. It worked :-) \o/. It fixed the following issues for me all together: * stress-ng filesystem stressors as mentioned in previous mail all worked now * stress-ng memory tests now worked without either not hanging the kernel or at least: * fixed the OOM killer and reboot-on-panic. Before, on OOM the system would just freeze silently, even with reboot-on-panic configured (vm.panic_on_oom=1, kernel.panic=10 in systctl.conf) * fixed reboots. Before, a "$ reboot" would result in shutdown just fine, but would hang when trying to load the kernel again, right after u-boot (last line: "Starting kernel ...") Regards, Linus