diff options
author | 2024-09-26 16:37:26 -0500 | |
---|---|---|
committer | 2024-10-16 23:24:39 +0200 | |
commit | 5d121065a6993e5ab4ccc0c9629241f256d11ad0 (patch) | |
tree | d1fe637d6b53ae111e9017fb8829d97d15bce148 | |
parent | power: supply: core: mark attribute arrays as ro_after_init (diff) | |
download | wireguard-linux-5d121065a6993e5ab4ccc0c9629241f256d11ad0.tar.xz wireguard-linux-5d121065a6993e5ab4ccc0c9629241f256d11ad0.zip |
dt-bindings: power/supply: qcom,pmi8998-charger: Drop incorrect "#interrupt-cells" from example
Enabling dtc interrupt_provider check reveals the example is missing
the "interrupt-controller" property as it is a dependency of
"#interrupt-cells". However, the PMIC parent node is not an interrupt
controller at all, so the "#interrupt-cells" is erroneous.
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20240926213727.3064977-1-robh@kernel.org
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
-rw-r--r-- | Documentation/devicetree/bindings/power/supply/qcom,pmi8998-charger.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/power/supply/qcom,pmi8998-charger.yaml b/Documentation/devicetree/bindings/power/supply/qcom,pmi8998-charger.yaml index 277c47e048b6..a0f9d49ff8fb 100644 --- a/Documentation/devicetree/bindings/power/supply/qcom,pmi8998-charger.yaml +++ b/Documentation/devicetree/bindings/power/supply/qcom,pmi8998-charger.yaml @@ -60,7 +60,6 @@ examples: pmic { #address-cells = <1>; #size-cells = <0>; - #interrupt-cells = <4>; charger@1000 { compatible = "qcom,pmi8998-charger"; |