[PATCH 1/2] dt-bindings: mfd: rockchip: drop redundant wakeup-source definitions
phucduc.bui at gmail.com
phucduc.bui at gmail.com
Wed Apr 22 21:28:30 PDT 2026
From: bui duc phuc <phucduc.bui at gmail.com>
The 'wakeup-source' property already has its type defined in the core
schema. The Rockchip MFD bindings redundantly specify 'type: boolean'
and provide descriptions which only repeat the generic meaning of the
property. Drop these redundant definitions and descriptions to clean
up the binding files and rely on the core schema instead.
No functional change intended.
Signed-off-by: bui duc phuc <phucduc.bui at gmail.com>
---
Documentation/devicetree/bindings/mfd/rockchip,rk801.yaml | 5 +----
Documentation/devicetree/bindings/mfd/rockchip,rk805.yaml | 5 +----
Documentation/devicetree/bindings/mfd/rockchip,rk808.yaml | 5 +----
Documentation/devicetree/bindings/mfd/rockchip,rk817.yaml | 5 +----
Documentation/devicetree/bindings/mfd/rockchip,rk818.yaml | 5 +----
5 files changed, 5 insertions(+), 20 deletions(-)
diff --git a/Documentation/devicetree/bindings/mfd/rockchip,rk801.yaml b/Documentation/devicetree/bindings/mfd/rockchip,rk801.yaml
index 7c71447200ba..8e394ab6879b 100644
--- a/Documentation/devicetree/bindings/mfd/rockchip,rk801.yaml
+++ b/Documentation/devicetree/bindings/mfd/rockchip,rk801.yaml
@@ -29,10 +29,7 @@ properties:
description:
Telling whether or not this PMIC is controlling the system power.
- wakeup-source:
- type: boolean
- description:
- Device can be used as a wakeup source.
+ wakeup-source: true
vcc1-supply:
description:
diff --git a/Documentation/devicetree/bindings/mfd/rockchip,rk805.yaml b/Documentation/devicetree/bindings/mfd/rockchip,rk805.yaml
index da2391530c16..548ba1f30712 100644
--- a/Documentation/devicetree/bindings/mfd/rockchip,rk805.yaml
+++ b/Documentation/devicetree/bindings/mfd/rockchip,rk805.yaml
@@ -48,10 +48,7 @@ properties:
system-power-controller: true
- wakeup-source:
- type: boolean
- description:
- Device can be used as a wakeup source.
+ wakeup-source: true
vcc1-supply:
description:
diff --git a/Documentation/devicetree/bindings/mfd/rockchip,rk808.yaml b/Documentation/devicetree/bindings/mfd/rockchip,rk808.yaml
index 50dfffac8fbf..40f8f23afad3 100644
--- a/Documentation/devicetree/bindings/mfd/rockchip,rk808.yaml
+++ b/Documentation/devicetree/bindings/mfd/rockchip,rk808.yaml
@@ -43,10 +43,7 @@ properties:
system-power-controller: true
- wakeup-source:
- type: boolean
- description:
- Device can be used as a wakeup source.
+ wakeup-source: true
vcc1-supply:
description:
diff --git a/Documentation/devicetree/bindings/mfd/rockchip,rk817.yaml b/Documentation/devicetree/bindings/mfd/rockchip,rk817.yaml
index 2cb6d176a84c..b99aaff100fb 100644
--- a/Documentation/devicetree/bindings/mfd/rockchip,rk817.yaml
+++ b/Documentation/devicetree/bindings/mfd/rockchip,rk817.yaml
@@ -55,10 +55,7 @@ properties:
system-power-controller: true
- wakeup-source:
- type: boolean
- description:
- Device can be used as a wakeup source.
+ wakeup-source: true
vcc1-supply:
description:
diff --git a/Documentation/devicetree/bindings/mfd/rockchip,rk818.yaml b/Documentation/devicetree/bindings/mfd/rockchip,rk818.yaml
index 90d944c27ba1..b7af774b1395 100644
--- a/Documentation/devicetree/bindings/mfd/rockchip,rk818.yaml
+++ b/Documentation/devicetree/bindings/mfd/rockchip,rk818.yaml
@@ -43,10 +43,7 @@ properties:
system-power-controller: true
- wakeup-source:
- type: boolean
- description:
- Device can be used as a wakeup source.
+ wakeup-source: true
vcc1-supply:
description:
--
2.43.0
More information about the Linux-rockchip
mailing list