Commit 40f7342f authored by Florian Fainelli's avatar Florian Fainelli

ARM: dts: BCM5301X: Add interrupt properties to GPIO node

The GPIO controller is also an interrupt controller provider and is
currently missing the appropriate 'interrupt-controller' and
'#interrupt-cells' properties to denote that.

Fixes: fb026d3d ("ARM: BCM5301X: Add Broadcom's bus-axi to the DTS file")
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 754c4050
...@@ -242,6 +242,8 @@ chipcommon: chipcommon@0 { ...@@ -242,6 +242,8 @@ chipcommon: chipcommon@0 {
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
}; };
pcie0: pcie@12000 { pcie0: pcie@12000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment