mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-05 03:03:49 +00:00
arm64: zynqmp: Sync gpio-controller name location
Sync location with mainline kernel.
Added by Linux kernel commit 75926f07baae
("arm64: dts: zynqmp: Add missing gpio-controller to ps gpio").
Fixes: 0b33e0b156
("arm64: zynqmp: Add missing gpio property to dtsi")
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
ad967af6bd
commit
b94a3c2ebe
1 changed files with 1 additions and 1 deletions
|
@ -626,12 +626,12 @@
|
||||||
compatible = "xlnx,zynqmp-gpio-1.0";
|
compatible = "xlnx,zynqmp-gpio-1.0";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
#gpio-cells = <0x2>;
|
#gpio-cells = <0x2>;
|
||||||
|
gpio-controller;
|
||||||
interrupt-parent = <&gic>;
|
interrupt-parent = <&gic>;
|
||||||
interrupts = <0 16 4>;
|
interrupts = <0 16 4>;
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
#interrupt-cells = <2>;
|
#interrupt-cells = <2>;
|
||||||
reg = <0x0 0xff0a0000 0x0 0x1000>;
|
reg = <0x0 0xff0a0000 0x0 0x1000>;
|
||||||
gpio-controller;
|
|
||||||
power-domains = <&zynqmp_firmware PD_GPIO>;
|
power-domains = <&zynqmp_firmware PD_GPIO>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue