Skip to content

Commit 5d12106

Browse files
robherringsre
authored andcommitted
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) <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sebastian Reichel <[email protected]>
1 parent 3120b5f commit 5d12106

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Documentation/devicetree/bindings/power/supply/qcom,pmi8998-charger.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ examples:
6060
pmic {
6161
#address-cells = <1>;
6262
#size-cells = <0>;
63-
#interrupt-cells = <4>;
6463
6564
charger@1000 {
6665
compatible = "qcom,pmi8998-charger";

0 commit comments

Comments
 (0)