diff --git a/FunKey/board/funkey/patches/linux/0004-add-funkey-dts.patch b/FunKey/board/funkey/patches/linux/0004-add-funkey-dts.patch index 20e570c..1682213 100644 --- a/FunKey/board/funkey/patches/linux/0004-add-funkey-dts.patch +++ b/FunKey/board/funkey/patches/linux/0004-add-funkey-dts.patch @@ -1,6 +1,6 @@ --- /dev/null 2019-05-04 09:53:55.553276856 +0200 +++ a/arch/arm/boot/dts/sun8i-v3s-funkey.dts 2019-05-04 20:06:53.118696800 +0200 -@@ -0,0 +1,192 @@ +@@ -0,0 +1,162 @@ +/* + * Copyright (C) 2019 Michel Stempin + * @@ -163,6 +163,7 @@ + txbuflen = <115200>; + rotate = <0>; + fps = <39>; +>>>>>>> 1e396cd5a62bf81a951592f92e2d89348d35a46a + buswidth = <8>; + reset-gpios = <&pio 4 1 GPIO_ACTIVE_LOW>; //PE1 + dc-gpios = <&pio 2 0 GPIO_ACTIVE_LOW>; //PC0 (MISO) diff --git a/FunKey/board/funkey/uboot.config b/FunKey/board/funkey/uboot.config index 4231680..139aa7b 100644 --- a/FunKey/board/funkey/uboot.config +++ b/FunKey/board/funkey/uboot.config @@ -5,12 +5,12 @@ CONFIG_IDENT_STRING=" FunKey" CONFIG_MACH_SUN8I_V3S=y CONFIG_DRAM_CLK=360 CONFIG_DRAM_ZQ=14779 +# CONFIG_VIDEO is not set CONFIG_DEFAULT_DEVICE_TREE="sun8i-v3s-funkey" CONFIG_LOCALVERSION="-funkey" # CONFIG_DISTRO_DEFAULTS is not set CONFIG_BOOTDELAY=0 CONFIG_SILENT_CONSOLE=y -# CONFIG_CONSOLE_MUX is not set CONFIG_SYS_CONSOLE_INFO_QUIET=y CONFIG_SYS_STDIO_DEREGISTER=y # CONFIG_DISPLAY_CPUINFO is not set