projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
834ec8e
)
arm64: zynqmp: Add missing gpio property to dtsi
author
Michal Simek
<michal.simek@xilinx.com>
Wed, 30 Aug 2017 06:06:11 +0000
(08:06 +0200)
committer
Michal Simek
<michal.simek@xilinx.com>
Tue, 28 Nov 2017 15:09:08 +0000
(16:09 +0100)
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>
arch/arm/dts/zynqmp.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/zynqmp.dtsi
b/arch/arm/dts/zynqmp.dtsi
index 1be4d2c680011009ef7eb7608f2a8e9c4e4d037e..9ec5ef2ad824ffdc756d59a1b2dba40433a09557 100644
(file)
--- a/
arch/arm/dts/zynqmp.dtsi
+++ b/
arch/arm/dts/zynqmp.dtsi
@@
-672,6
+672,7
@@
interrupt-controller;
#interrupt-cells = <2>;
reg = <0x0 0xff0a0000 0x0 0x1000>;
+ gpio-controller;
power-domains = <&pd_gpio>;
};