diff options
author | Michal Simek <michal.simek@xilinx.com> | 2016-10-20 10:26:13 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-11-15 15:30:39 +0100 |
commit | 9e826b6868a96bedec15f087461c70267942fcc2 (patch) | |
tree | 1b4c6b4c58a11c7a07c807d6ed491fbf13927e78 /arch/arm | |
parent | c0f277f306fc649c81e20e3c81889f9dd6c0ca29 (diff) | |
download | u-boot-imx-9e826b6868a96bedec15f087461c70267942fcc2.zip u-boot-imx-9e826b6868a96bedec15f087461c70267942fcc2.tar.gz u-boot-imx-9e826b6868a96bedec15f087461c70267942fcc2.tar.bz2 |
ARM64: zynqmp: Sync gpio node properties
Keep dtsi in sync with mainline kernel.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/zynqmp.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index 6443816..ff18596 100644 --- a/arch/arm/dts/zynqmp.dtsi +++ b/arch/arm/dts/zynqmp.dtsi @@ -553,10 +553,10 @@ compatible = "xlnx,zynqmp-gpio-1.0"; status = "disabled"; #gpio-cells = <0x2>; - #interrupt-cells = <2>; - interrupt-controller; interrupt-parent = <&gic>; interrupts = <0 16 4>; + interrupt-controller; + #interrupt-cells = <2>; reg = <0x0 0xff0a0000 0x1000>; power-domains = <&pd_gpio>; }; |