Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
u-boot
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
u-boot
Commits
89affc6e
Commit
89affc6e
authored
Sep 22, 2025
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed exynos_wdt patch
parent
465412fa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
u-boot-2021.04-exynos_wdt.patch
u-boot-2021.04-exynos_wdt.patch
+10
-10
No files found.
u-boot-2021.04-exynos_wdt.patch
View file @
89affc6e
diff -uNr u-boot-2021.04/arch/arm/dts/exynos5250.dtsi u-boot-2021.04-exynos_wdt/arch/arm/dts/exynos5250.dtsi
--- u-boot-2021.04/arch/arm/dts/exynos5250.dtsi 2021-04-06 00:33:29.000000000 +0930
+++ u-boot-2021.04-exynos_wdt/arch/arm/dts/exynos5250.dtsi 202
3-04-13 10:58:58.408061884
+0930
+++ u-boot-2021.04-exynos_wdt/arch/arm/dts/exynos5250.dtsi 202
5-09-22 11:47:53.788486037
+0930
@@ -120,6 +120,17 @@
};
};
...
...
@@ -21,7 +21,7 @@ diff -uNr u-boot-2021.04/arch/arm/dts/exynos5250.dtsi u-boot-2021.04-exynos_wdt/
reg = <0x12dd0000 0x100>;
diff -uNr u-boot-2021.04/arch/arm/dts/exynos54xx.dtsi u-boot-2021.04-exynos_wdt/arch/arm/dts/exynos54xx.dtsi
--- u-boot-2021.04/arch/arm/dts/exynos54xx.dtsi 2021-04-06 00:33:29.000000000 +0930
+++ u-boot-2021.04-exynos_wdt/arch/arm/dts/exynos54xx.dtsi 202
3-04-13 10:58:58.409061886
+0930
+++ u-boot-2021.04-exynos_wdt/arch/arm/dts/exynos54xx.dtsi 202
5-09-22 11:47:53.790485997
+0930
@@ -210,6 +210,17 @@
mem-type = "ddr3";
};
...
...
@@ -42,7 +42,7 @@ diff -uNr u-boot-2021.04/arch/arm/dts/exynos54xx.dtsi u-boot-2021.04-exynos_wdt/
reg = <0x12dd0000 0x100>;
diff -uNr u-boot-2021.04/arch/arm/dts/exynos7420.dtsi u-boot-2021.04-exynos_wdt/arch/arm/dts/exynos7420.dtsi
--- u-boot-2021.04/arch/arm/dts/exynos7420.dtsi 2021-04-06 00:33:29.000000000 +0930
+++ u-boot-2021.04-exynos_wdt/arch/arm/dts/exynos7420.dtsi 202
3-04-13 10:58:58.409061886
+0930
+++ u-boot-2021.04-exynos_wdt/arch/arm/dts/exynos7420.dtsi 202
5-09-22 11:47:53.791485977
+0930
@@ -79,4 +79,15 @@
pinctrl-names = "default";
pinctrl-0 = <&serial2_bus>;
...
...
@@ -61,7 +61,7 @@ diff -uNr u-boot-2021.04/arch/arm/dts/exynos7420.dtsi u-boot-2021.04-exynos_wdt/
};
diff -uNr u-boot-2021.04/board/samsung/common/board.c u-boot-2021.04-exynos_wdt/board/samsung/common/board.c
--- u-boot-2021.04/board/samsung/common/board.c 2021-04-06 00:33:29.000000000 +0930
+++ u-boot-2021.04-exynos_wdt/board/samsung/common/board.c 202
3-04-13 10:58:58.40906188
6 +0930
+++ u-boot-2021.04-exynos_wdt/board/samsung/common/board.c 202
5-09-22 11:47:53.79348593
6 +0930
@@ -37,6 +37,8 @@
#include <samsung/misc.h>
#include <dm/pinctrl.h>
...
...
@@ -94,7 +94,7 @@ diff -uNr u-boot-2021.04/board/samsung/common/board.c u-boot-2021.04-exynos_wdt/
unsigned int i;
diff -uNr u-boot-2021.04/drivers/watchdog/exynos_wdt.c u-boot-2021.04-exynos_wdt/drivers/watchdog/exynos_wdt.c
--- u-boot-2021.04/drivers/watchdog/exynos_wdt.c 1970-01-01 09:30:00.000000000 +0930
+++ u-boot-2021.04-exynos_wdt/drivers/watchdog/exynos_wdt.c 202
3-04-13 10:58:58.409061886
+0930
+++ u-boot-2021.04-exynos_wdt/drivers/watchdog/exynos_wdt.c 202
5-09-22 11:51:27.801157163
+0930
@@ -0,0 +1,344 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
+/*
...
...
@@ -419,7 +419,7 @@ diff -uNr u-boot-2021.04/drivers/watchdog/exynos_wdt.c u-boot-2021.04-exynos_wdt
+ return 0;
+}
+
+static int exynos_wdt_of
data_to_platdata
(struct udevice *dev)
+static int exynos_wdt_of
_to_plat
(struct udevice *dev)
+{
+ struct exynos_wdt_priv *priv = dev_get_priv(dev);
+
...
...
@@ -437,12 +437,12 @@ diff -uNr u-boot-2021.04/drivers/watchdog/exynos_wdt.c u-boot-2021.04-exynos_wdt
+ .of_match = exynos_wdt_ids,
+ .probe = exynos_wdt_probe,
+ .ops = &exynos_wdt_ops,
+ .priv_auto
_alloc_size
= sizeof(struct exynos_wdt_priv),
+ .of
data_to_platdata
= exynos_wdt_ofdata_to_platdata,
+ .priv_auto = sizeof(struct exynos_wdt_priv),
+ .of
_to_plat
= exynos_wdt_ofdata_to_platdata,
+};
diff -uNr u-boot-2021.04/drivers/watchdog/Kconfig u-boot-2021.04-exynos_wdt/drivers/watchdog/Kconfig
--- u-boot-2021.04/drivers/watchdog/Kconfig 2021-04-06 00:33:29.000000000 +0930
+++ u-boot-2021.04-exynos_wdt/drivers/watchdog/Kconfig 202
3-04-13 11:00:12.647277514
+0930
+++ u-boot-2021.04-exynos_wdt/drivers/watchdog/Kconfig 202
5-09-22 11:47:53.796485876
+0930
@@ -14,6 +14,7 @@
default 128000 if ARCH_MX25 || ARCH_MX31 || ARCH_MX5 || ARCH_MX6
default 128000 if ARCH_MX7 || ARCH_VF610
...
...
@@ -488,7 +488,7 @@ diff -uNr u-boot-2021.04/drivers/watchdog/Kconfig u-boot-2021.04-exynos_wdt/driv
depends on WDT && ARCH_K3
diff -uNr u-boot-2021.04/drivers/watchdog/Makefile u-boot-2021.04-exynos_wdt/drivers/watchdog/Makefile
--- u-boot-2021.04/drivers/watchdog/Makefile 2021-04-06 00:33:29.000000000 +0930
+++ u-boot-2021.04-exynos_wdt/drivers/watchdog/Makefile 202
3-04-13 10:58:58.409061886
+0930
+++ u-boot-2021.04-exynos_wdt/drivers/watchdog/Makefile 202
5-09-22 11:47:53.797485855
+0930
@@ -10,7 +10,6 @@
else
obj-$(CONFIG_IMX_WATCHDOG) += imx_watchdog.o
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment