[PATCH 3/3] arm64: dts: ti: k3-am64: Fix epwm_tbclk node name to generic name
Andrew Davis
afd at ti.com
Wed Aug 2 10:45:21 PDT 2023
The name "clock" is not allowed for nodes, use "clock-controller" to
remove the DTS check warning.
Signed-off-by: Andrew Davis <afd at ti.com>
---
arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/ti/k3-am64-main.dtsi b/arch/arm64/boot/dts/ti/k3-am64-main.dtsi
index e27eb2e585f14..4e3e450e4e4c8 100644
--- a/arch/arm64/boot/dts/ti/k3-am64-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am64-main.dtsi
@@ -61,7 +61,7 @@ phy_gmii_sel: phy at 4044 {
#phy-cells = <1>;
};
- epwm_tbclk: clock at 4140 {
+ epwm_tbclk: clock-controller at 4140 {
compatible = "ti,am64-epwm-tbclk";
reg = <0x4130 0x4>;
#clock-cells = <1>;
--
2.39.2
More information about the linux-arm-kernel
mailing list