From 2233eda12c01c6a1ed79f7431842d38e4e760b27 Mon Sep 17 00:00:00 2001 From: Nikita Shubin Date: Fri, 28 Apr 2023 16:23:06 +0300 Subject: [PATCH] fixup! clk: ep93xx: add DT support for Cirrus EP93xx --- Documentation/devicetree/bindings/arm/ep93xx.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/arm/ep93xx.yaml b/Documentation/devicetree/bindings/arm/ep93xx.yaml index ce61f34e0983d..57cbadd1746fc 100644 --- a/Documentation/devicetree/bindings/arm/ep93xx.yaml +++ b/Documentation/devicetree/bindings/arm/ep93xx.yaml @@ -88,7 +88,7 @@ examples: ranges; compatible = "simple-bus"; - syscon: syscon@80930000 { + syscon@80930000 { compatible = "cirrus,ep9301-syscon", "syscon", "simple-mfd"; reg = <0x80930000 0x1000>; @@ -100,7 +100,7 @@ examples: }; }; - timer: timer@80810000 { + timer@80810000 { compatible = "cirrus,ep9301-timer"; reg = <0x80810000 0x100>; interrupt-parent = <&vic1>; -- 2.30.2