Commit b9d801db authored by Andrew Davis's avatar Andrew Davis Committed by Nishanth Menon

arm64: dts: ti: k3-am62a: Remove syscon compatible from epwm_tbclk

The other instances have been fixed, but AM62a seems to have been missed,
fix this here.
Signed-off-by: default avatarAndrew Davis <afd@ti.com>
Link: https://lore.kernel.org/r/20230802174521.236255-1-afd@ti.comSigned-off-by: default avatarNishanth Menon <nm@ti.com>
parent 5a5cf3bd
......@@ -56,7 +56,7 @@ phy_gmii_sel: phy@4044 {
};
epwm_tbclk: clock-controller@4130 {
compatible = "ti,am62-epwm-tbclk", "syscon";
compatible = "ti,am62-epwm-tbclk";
reg = <0x4130 0x4>;
#clock-cells = <1>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment