arm64: zynqmp: Add missing gpio property to dtsi
All gpio controllers should contain this property. This property is not checked by the code that's why this issue wasn't found earlier. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
834ec8e9dd
commit
0b33e0b156
@ -672,6 +672,7 @@
|
|||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
#interrupt-cells = <2>;
|
#interrupt-cells = <2>;
|
||||||
reg = <0x0 0xff0a0000 0x0 0x1000>;
|
reg = <0x0 0xff0a0000 0x0 0x1000>;
|
||||||
|
gpio-controller;
|
||||||
power-domains = <&pd_gpio>;
|
power-domains = <&pd_gpio>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user