Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: mfd: cirrus,madera: Fix 'interrupts' in example

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

+1 -2
+1 -2
Documentation/devicetree/bindings/mfd/cirrus,madera.yaml
··· 245 245 246 246 interrupt-controller; 247 247 #interrupt-cells = <2>; 248 - interrupts = <&host_irq1>; 249 - interrupt-parent = <&gic>; 248 + interrupts = <4 1 0>; 250 249 251 250 gpio-controller; 252 251 #gpio-cells = <2>;