git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64b115d
)
ARM: dts: Add txbyteclk clock in stm32mp235f-dk-u-boot.dtsi
author
Patrice Chotard
<patrice.chotard@foss.st.com>
Fri, 17 Oct 2025 12:18:41 +0000
(14:18 +0200)
committer
Tom Rini
<trini@konsulko.com>
Mon, 17 Nov 2025 16:43:20 +0000
(10:43 -0600)
Add txbyteclk to avoid error during clock registration.
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
arch/arm/dts/stm32mp235f-dk-u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/stm32mp235f-dk-u-boot.dtsi
b/arch/arm/dts/stm32mp235f-dk-u-boot.dtsi
index
1bc7787
..
84279c4
100644
(file)
--- a/
arch/arm/dts/stm32mp235f-dk-u-boot.dtsi
+++ b/
arch/arm/dts/stm32mp235f-dk-u-boot.dtsi
@@
-10,6
+10,14
@@
u-boot,boot-led = "led-blue";
u-boot,mmc-env-partition = "u-boot-env";
};
+
+ clocks {
+ txbyteclk {
+ #clock-cells = <0>;
+ compatible = "fixed-clock";
+ clock-frequency = <0>;
+ };
+ };
};
&usart2 {