[PATCH] dt-bindings: csky: Fix typo in pmu node name

Wang Zihan posted 1 patch 1 month, 1 week ago
Documentation/devicetree/bindings/csky/pmu.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] dt-bindings: csky: Fix typo in pmu node name
Posted by Wang Zihan 1 month, 1 week ago
Fix 'performace-monitor' to 'performance-monitor' in the example
node name.

Signed-off-by: Wang Zihan <3772548978@qq.com>
---
 Documentation/devicetree/bindings/csky/pmu.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/csky/pmu.txt b/Documentation/devicetree/bindings/csky/pmu.txt
index 728d05ca6..08a829ae3 100644
--- a/Documentation/devicetree/bindings/csky/pmu.txt
+++ b/Documentation/devicetree/bindings/csky/pmu.txt
@@ -30,7 +30,7 @@ Examples:
 ---------
 #include <dt-bindings/interrupt-controller/irq.h>
 
-	pmu: performace-monitor {
+	pmu: performance-monitor {
 		compatible = "csky,csky-pmu";
 		interrupts = <23 IRQ_TYPE_EDGE_RISING>;
 		interrupt-parent = <&intc>;
-- 
2.54.0
Re: [PATCH] dt-bindings: csky: Fix typo in pmu node name
Posted by Krzysztof Kozlowski 1 month, 1 week ago
On Sat, May 02, 2026 at 07:19:08PM +0800, Wang Zihan wrote:
> Fix 'performace-monitor' to 'performance-monitor' in the example
> node name.
> 
> Signed-off-by: Wang Zihan <3772548978@qq.com>
> ---
>  Documentation/devicetree/bindings/csky/pmu.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Fixing this in TXT bindings is pretty pointless, the file should just be
converted.

Best regards,
Krzysztof