mbox series

Pull request: u-boot-sunxi/master fix for 2022.01

Message ID 20211110015114.32585-1-andre.przywara@arm.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request: u-boot-sunxi/master fix for 2022.01 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-sunxi.git master

Message

Andre Przywara Nov. 10, 2021, 1:51 a.m. UTC
Hi Tom,

as discussed, please pull this patch to disable the watchdog on sunxi
boards by default. The watchdog only got enabled in this release cycle,
and its short period breaks actual users (Debian installer).

Thanks,
Andre

========================
The following changes since commit e8e9c6f48400989c5fc54467576f8d535bd713e6:

  Merge https://source.denx.de/u-boot/custodians/u-boot-samsung (2021-11-09 15:05:33 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sunxi.git master

for you to fetch changes up to 86798ee0c148db248d8e3e9b6395bbe9e24d9149:

  watchdog: don't autostart watchdog on Sunxi boards (2021-11-10 01:38:07 +0000)

----------------------------------------------------------------
Heinrich Schuchardt (1):
      watchdog: don't autostart watchdog on Sunxi boards

 drivers/watchdog/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Nov. 10, 2021, 7:11 p.m. UTC | #1
On Wed, Nov 10, 2021 at 01:51:14AM +0000, Andre Przywara wrote:

> Hi Tom,
> 
> as discussed, please pull this patch to disable the watchdog on sunxi
> boards by default. The watchdog only got enabled in this release cycle,
> and its short period breaks actual users (Debian installer).
> 
> Thanks,
> Andre
> 
> ========================
> The following changes since commit e8e9c6f48400989c5fc54467576f8d535bd713e6:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-samsung (2021-11-09 15:05:33 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sunxi.git master
> 
> for you to fetch changes up to 86798ee0c148db248d8e3e9b6395bbe9e24d9149:
> 
>   watchdog: don't autostart watchdog on Sunxi boards (2021-11-10 01:38:07 +0000)
> 

Applied to u-boot/master, thanks!
Heinrich Schuchardt Nov. 10, 2021, 8:59 p.m. UTC | #2
On 11/10/21 20:11, Tom Rini wrote:
> On Wed, Nov 10, 2021 at 01:51:14AM +0000, Andre Przywara wrote:
> 
>> Hi Tom,
>>
>> as discussed, please pull this patch to disable the watchdog on sunxi
>> boards by default. The watchdog only got enabled in this release cycle,
>> and its short period breaks actual users (Debian installer).

The SUNXI watchdog is not disabled (CONFIG_WDT_SUNXI=y).
It is not started automatically (CONFIG_WATCHDOG_AUTOSTART=n).

86798ee0c148 ("watchdog: don't autostart watchdog on Sunxi boards")

Thanks for merging.

Best regards

Heinrich

>>
>> Thanks,
>> Andre
>>
>> ========================
>> The following changes since commit e8e9c6f48400989c5fc54467576f8d535bd713e6:
>>
>>    Merge https://source.denx.de/u-boot/custodians/u-boot-samsung (2021-11-09 15:05:33 -0500)
>>
>> are available in the Git repository at:
>>
>>    https://source.denx.de/u-boot/custodians/u-boot-sunxi.git master
>>
>> for you to fetch changes up to 86798ee0c148db248d8e3e9b6395bbe9e24d9149:
>>
>>    watchdog: don't autostart watchdog on Sunxi boards (2021-11-10 01:38:07 +0000)
>>
> 
> Applied to u-boot/master, thanks!
>