From: George McCollister Date: Thu, 28 Jul 2016 14:49:37 +0000 (-0500) Subject: x86: som-db5800-som-6867: fix SERIRQ on reset X-Git-Tag: KARO-TXSD-2017-03-15~298^2~8 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=144fdbdeb1f5cbf3ee99300f7d903da373b0a90d;p=karo-tx-uboot.git x86: som-db5800-som-6867: fix SERIRQ on reset Explicitly enable ILB_SERIRQ function 1 in cfio_regs_pad_ilb_serirq_PCONF0. Pad configuration for SERIRQ is not set to enable the SERIRQ function after a reset though strangely, it is on initial boot. Rebooting from Linux, reset command in u-boot and even pushing the reset button on the development board all lead to the SERIRQ function being disabled (address 0xfed0c560 with value of 0x2003cc80). Signed-off-by: George McCollister Reviewed-by: Bin Meng --- diff --git a/arch/x86/dts/baytrail_som-db5800-som-6867.dts b/arch/x86/dts/baytrail_som-db5800-som-6867.dts index 64e2e528e9..e1d81a7283 100644 --- a/arch/x86/dts/baytrail_som-db5800-som-6867.dts +++ b/arch/x86/dts/baytrail_som-db5800-som-6867.dts @@ -63,6 +63,12 @@ pad-offset = <0x270>; mode-func = <2>; }; + + /* SERIRQ */ + soc_gpio_s0_50@0 { + pad-offset = <0x560>; + mode-func = <1>; + }; }; chosen {