projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a5cf3b
)
arm64: dts: ti: k3-am62a: Remove syscon compatible from epwm_tbclk
author
Andrew Davis
<afd@ti.com>
Wed, 2 Aug 2023 17:45:19 +0000
(12:45 -0500)
committer
Nishanth Menon
<nm@ti.com>
Sat, 5 Aug 2023 19:17:09 +0000
(14:17 -0500)
The other instances have been fixed, but AM62a seems to have been missed,
fix this here.
Signed-off-by: Andrew Davis <afd@ti.com>
Link:
https://lore.kernel.org/r/20230802174521.236255-1-afd@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm64/boot/dts/ti/k3-am62a-main.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi
b/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi
index
8397cb8
..
3198af0
100644
(file)
--- a/
arch/arm64/boot/dts/ti/k3-am62a-main.dtsi
+++ b/
arch/arm64/boot/dts/ti/k3-am62a-main.dtsi
@@
-56,7
+56,7
@@
};
epwm_tbclk: clock-controller@4130 {
- compatible = "ti,am62-epwm-tbclk"
, "syscon"
;
+ compatible = "ti,am62-epwm-tbclk";
reg = <0x4130 0x4>;
#clock-cells = <1>;
};