mirror of
https://xff.cz/git/u-boot/
synced 2025-09-27 13:31:16 +02: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:
@@ -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>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user