[meta-freescale] Issue with freescale git server at git.freescale.com

georg g9685wd at gmail.com
Mon Oct 23 07:00:56 PDT 2017


Hello,
On 20/10/2017 14:15, Otavio Salvador wrote:
> Hello Fabio,
> Hello Georg,
> 
> Fabio, thanks for looking at this.
> 
> On Thu, Oct 19, 2017 at 11:16 PM, Fabio Estevam <festevam at gmail.com> wrote:
>> On Thu, Oct 19, 2017 at 11:03 PM, Fabio Estevam <festevam at gmail.com> wrote:
>>> On Thu, Oct 19, 2017 at 2:18 PM, Fabio Estevam <festevam at gmail.com> wrote:
>>>
>>>> Yes, I understand the issue now and will send a proper patch later
>>>> today to the arm-linux-kernel list.
>>>
>>> I was mistaken and this needs more investigation. I won't be able to
>>> debug this soon.
>>
>> Here is a temporary hack patch that would allow you to use the board
>> while a proper fix is not available:
>>
>> https://pastebin.com/pJWqrSiQ
> 
> Georg, is it possible for you test the above patch?
> 
Thanks Otavio for looking on this. I have tried to the patch, but it
doesn't work. I get: "error: arch/arm/boot/dts/imx6ull-14x14-evk.dts:
patch does not apply". I'm working with
git://github.com/Freescale/linux-fslc.git.

I have search for the pinctrl_wdog line and replace the register like this:

diff --git a/arch/arm/boot/dts/imx6ull-14x14-evk.dts
b/arch/arm/boot/dts/imx6ull-14x14-evk.dts
index b0fb913..b016657 100644
--- a/arch/arm/boot/dts/imx6ull-14x14-evk.dts
+++ b/arch/arm/boot/dts/imx6ull-14x14-evk.dts
@@ -552,7 +552,7 @@

                pinctrl_wdog: wdoggrp {
                        fsl,pins = <
-                               MX6UL_PAD_LCD_RESET__WDOG1_WDOG_ANY
0x30b0
+                               MX6UL_PAD_LCD_RESET__GPIO3_IO04    0x30b0
                        >;
                };
        };
-- 

posed here: https://pastebin.com/ezr4jjam

This is working for me, the evk board doesn't reboot anymore.

I haven't understood why, is it soc or the evk board related?




More information about the meta-freescale mailing list