Commits on Source (15)
-
cinap_lenrek authored
-
cinap_lenrek authored
-
cinap_lenrek authored
Modifier keys seem to be broken in boot protocol of the reform keyboard. But it sends scancodes for the modifier keys, so just emulate the modifier key state bits.
-
cinap_lenrek authored
GPIO3_20 is the enable for the SN65DSI86, so power cycling the sdcard would have the screen turn off.
-
cinap_lenrek authored
Linux kernel mode setting seems to fail to properly reset the mipi core, causing the screen to be shifted to the right. As a work around, we reset the lcdif and mipi core in a board_quiesce_devices() function.
-
cinap_lenrek authored
The LCDIF needs to be shut down in a particular way. Disable display clocks, reset and power down mipi dsi. Disable pwm and edp bridge. Also stop USB in any case.
-
In dual mode (with lcdif and hdmi both used) Linux would end up with built-in display flashing randomly at the top and otherwise black screen. Instead of disabling the clocks, shut down the bridge (SN65DSI86) exactly by spec and leave the clocks be. Also increase the delay on init to make sure the bridge is up as sometimes it did not respond in time, causing the display not work in U-Boot.
-
cinap_lenrek authored
This seems to cause data abort panics on "mmc rescan" command. Also remove the pinmuxing options on the GP_EMMC_RESET and USDHC2_RST signals. We keep it how spl left it.
-
cinap_lenrek authored
-
-
minute authored
I didn't author this patch, just committing it. See below. Co-authored-by:
Patrick Wildt <patrick@blueri.se>
-
minute authored
Showing
- arch/arm/dts/imx8mq-nitrogen8m_som.dts 4 additions, 31 deletionsarch/arm/dts/imx8mq-nitrogen8m_som.dts
- board/boundary/nitrogen8m_som/Makefile 1 addition, 1 deletionboard/boundary/nitrogen8m_som/Makefile
- board/boundary/nitrogen8m_som/lcdif.c 1031 additions, 0 deletionsboard/boundary/nitrogen8m_som/lcdif.c
- board/boundary/nitrogen8m_som/nitrogen8m_som.c 68 additions, 8 deletionsboard/boundary/nitrogen8m_som/nitrogen8m_som.c
- board/boundary/nitrogen8m_som/spl.c 2 additions, 1 deletionboard/boundary/nitrogen8m_som/spl.c
- build.sh 3 additions, 0 deletionsbuild.sh
- common/usb_kbd.c 45 additions, 0 deletionscommon/usb_kbd.c
- include/configs/nitrogen8m_som.h 1 addition, 1 deletioninclude/configs/nitrogen8m_som.h
- mntreform-config 8 additions, 8 deletionsmntreform-config
- openbsd-support/imx8mq-mnt-reform2.dtb 0 additions, 0 deletionsopenbsd-support/imx8mq-mnt-reform2.dtb
- tools/Makefile 1 addition, 1 deletiontools/Makefile
- tools/logos/mntre.bmp 0 additions, 0 deletionstools/logos/mntre.bmp
board/boundary/nitrogen8m_som/lcdif.c
0 → 100644
This diff is collapsed.
openbsd-support/imx8mq-mnt-reform2.dtb
0 → 100644
File added
tools/logos/mntre.bmp
0 → 100644
15.5 KiB