serdes and ehrpwm_tbclk nodes should be using clock@ naming for nodes
following standard conventions of device tree (section 2.2.2 Generic
Names recommendation in [1]).

[1] https://github.com/devicetree-org/devicetree-specification/tree/v0.3

Suggested-by: Suman Anna <[email protected]>
Signed-off-by: Nishanth Menon <[email protected]>
Reviewed-by: Lokesh Vutla <[email protected]>
Acked-by: Suman Anna <[email protected]>
---
Change:
v2:  added ehrpwm_tbclk based on review comments.
v1: https://lore.kernel.org/linux-arm-kernel/[email protected]/

 arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi 
b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
index a2fc508e59a6..63a1299cb0b2 100644
--- a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
@@ -327,12 +327,12 @@
                        reg = <0x00000210 0x4>;
                };
 
-               serdes0_clk: serdes_clk@4080 {
+               serdes0_clk: clock@4080 {
                        compatible = "syscon";
                        reg = <0x00004080 0x4>;
                };
 
-               serdes1_clk: serdes_clk@4090 {
+               serdes1_clk: clock@4090 {
                        compatible = "syscon";
                        reg = <0x00004090 0x4>;
                };
@@ -349,7 +349,7 @@
                        reg = <0x0000041e0 0x14>;
                };
 
-               ehrpwm_tbclk: syscon@4140 {
+               ehrpwm_tbclk: clock@4140 {
                        compatible = "ti,am654-ehrpwm-tbclk", "syscon";
                        reg = <0x4140 0x18>;
                        #clock-cells = <1>;
-- 
2.17.1

Reply via email to