projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
986536b
)
dt-bindings: mfd: cirrus,madera: Fix 'interrupts' in example
author
Rob Herring
<robh@kernel.org>
Wed, 19 Jan 2022 01:56:11 +0000
(19:56 -0600)
committer
Rob Herring
<robh@kernel.org>
Thu, 20 Jan 2022 18:55:26 +0000
(12:55 -0600)
The 'interrupts' properties takes an irq number, not a phandle, and
'interrupt-parent' isn't needed in examples.
Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link:
https://lore.kernel.org/r/20220119015611.2442819-1-robh@kernel.org
Documentation/devicetree/bindings/mfd/cirrus,madera.yaml
patch
|
blob
|
history
diff --git
a/Documentation/devicetree/bindings/mfd/cirrus,madera.yaml
b/Documentation/devicetree/bindings/mfd/cirrus,madera.yaml
index 5dce62a7eff26c8e3fe6f89ed742f9c0b0a48c3f..68c75a517c9213a267062bae79468b9e47f589ee 100644
(file)
--- a/
Documentation/devicetree/bindings/mfd/cirrus,madera.yaml
+++ b/
Documentation/devicetree/bindings/mfd/cirrus,madera.yaml
@@
-245,8
+245,7
@@
examples:
interrupt-controller;
#interrupt-cells = <2>;
- interrupts = <&host_irq1>;
- interrupt-parent = <&gic>;
+ interrupts = <4 1 0>;
gpio-controller;
#gpio-cells = <2>;