Commit b72b44b6 authored by Michal Simek's avatar Michal Simek
Browse files

ARM64: zynqmp: Use zynqmp specific compatible string for gpio



The patch:
"gpio: Added support to Zynq Ultrascale+ MPSoC"
(sha1: bdf7a4ae)
added zynqmp specific features. This patch is switching the driver to
use the zynqmp compatible string.
Also enable the driver for ep108 platform.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 8fae442f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -42,6 +42,10 @@
	};
};

&gpio {
	status = "okay";
};

&sata {
	status = "okay";
	ceva,broken-gen2;
+1 −1
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@
		};

		gpio: gpio@ff0a0000 {
			compatible = "xlnx,zynq-gpio-1.0";
			compatible = "xlnx,zynqmp-gpio-1.0";
			status = "disabled";
			#gpio-cells = <0x2>;
			clocks = <&misc_clk>;