[PATCH] dt-bindings: csky: Fix typo in pmu node name
From: Wang Zihan
Date: Sat May 02 2026 - 07:20:03 EST
Fix 'performace-monitor' to 'performance-monitor' in the example
node name.
Signed-off-by: Wang Zihan <3772548978@xxxxxx>
---
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