- Feb 28, 2022
-
-
Nícolas F. R. A. Prado authored
-
Nícolas F. R. A. Prado authored
-
Nícolas F. R. A. Prado authored
-
Correct dts node name in patch v1: performance-domain This patch depends on [1] and [2]. [1]http://lists.infradead.org/pipermail/linux-mediatek/2020-November/019378.html [2]https://patchwork.kernel.org/project/linux-mediatek/patch/1607586516-6547-3-git-send-email-hector.yuan@mediatek.com/ Signed-off-by:
Andrew-sh.Cheng <andrew-sh.cheng@mediatek.com> [rebased & fixed node name]
-
Nícolas F. R. A. Prado authored
-
Nícolas F. R. A. Prado authored
During clk_disable_unused(), the status of CLK_MSDC_AXI_WRAP is read in order to determine whether it should be disabled. However, the simple act of reading this clock, causes i2c0 to fail subsequent operations. Set the CLK_IGNORE_UNUSED on this clock so it is not even read, fixing the side-effect issue in the i2c0 bus. Signed-off-by:
Nícolas F. R. A. Prado <nfraprado@collabora.com>
-
Nícolas F. R. A. Prado authored
-
Nícolas F. R. A. Prado authored
-
Nícolas F. R. A. Prado authored
-
Nícolas F. R. A. Prado authored
-
Nícolas F. R. A. Prado authored
-
Nícolas F. R. A. Prado authored
-
In commit d687e056 ("soc: mediatek: mmsys: Add mt8192 mmsys routing table"), the mmsys routing table for mt8192 was introduced but the input selector for DITHER->DSI0 has no value assigned to it. This means that we are clearing bit 0 instead of setting it, blocking communication between these two blocks; due to that, any display that is connected to DSI0 will not work, as no data will go through. The effect of that issue is that, during bootup, the DRM will block for some time, while atomically waiting for a vblank that never happens; later, the situation doesn't get better, leaving the display in a non-functional state. To fix this issue, fix the route entry in the table by assigning the dither input selector to MT8192_DISP_DSI0_SEL_IN. Fixes: d687e056 ("soc: mediatek: mmsys: Add mt8192 mmsys routing table") Signed-off-by:
AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
-
Nícolas F. R. A. Prado authored
-
Nícolas F. R. A. Prado authored
-
Nícolas F. R. A. Prado authored
-
Nícolas F. R. A. Prado authored
-
- Jan 28, 2022
-
-
Nícolas F. R. A. Prado authored
-
Nícolas F. R. A. Prado authored
-
Nícolas F. R. A. Prado authored
-
Nícolas F. R. A. Prado authored
-
Nícolas F. R. A. Prado authored
-
Nícolas F. R. A. Prado authored
MFG0 power domain requires an extra power supply on mt8192. BUG=b:178776793 TEST=boot asurada and check display [Similar patch is being upstreamed for 8183, we can wait for that to land upstream, then upstream this as well] Change-Id: I01f46bed82d927ea5871a15dc47e4d9093354f30 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/2699573 Reviewed-by:
Nicolas Boichat <drinkcat@chromium.org> Commit-Queue: Nicolas Boichat <drinkcat@chromium.org> Tested-by:
Nicolas Boichat <drinkcat@chromium.org>
-
Nícolas F. R. A. Prado authored
The HW should be the same as mt8183 anyway so use its compatible so aal probes and the drm driver can finish probing.
-
Nícolas F. R. A. Prado authored
However with the current HACK to ignore DPI, this is not relevant.
-
Nícolas F. R. A. Prado authored
-
Nícolas F. R. A. Prado authored
-
Nícolas F. R. A. Prado authored
-
Nícolas F. R. A. Prado authored
-
Nícolas F. R. A. Prado authored
-
Nícolas F. R. A. Prado authored
With this the kernel is able to load the rootfs from the USB stick and reach the shell.
-
Nícolas F. R. A. Prado authored
-
Nícolas F. R. A. Prado authored
-
Nícolas F. R. A. Prado authored
-
Nícolas F. R. A. Prado authored
-
Nícolas F. R. A. Prado authored
-
Nícolas F. R. A. Prado authored
-
Nícolas F. R. A. Prado authored
-
Add power domains controller node for SoC mt8192 Signed-off-by:
Weiyi Lu <weiyi.lu@mediatek.com> (am from https://patchwork.kernel.org/patch/11986729/) (also found at https://lore.kernel.org/r/1608645594-18809-1-git-send-email-weiyi.lu@mediatek.com ) BUG=b:153618847 TEST=Boot asurada Signed-off-by:
Nicolas Boichat <drinkcat@chromium.org> Change-Id: I62d044264cb1b108155a2ac5d3a39f07d040e969 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/2605177 Reviewed-by:
Hsin-Yi Wang <hsinyi@chromium.org>
-
Nícolas F. R. A. Prado authored
With this I'm able to read the serial from asurada.
-