summaryrefslogtreecommitdiffstats
path: root/patches/jailhouse/0002-disable_uart1.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/jailhouse/0002-disable_uart1.patch')
-rw-r--r--patches/jailhouse/0002-disable_uart1.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/patches/jailhouse/0002-disable_uart1.patch b/patches/jailhouse/0002-disable_uart1.patch
deleted file mode 100644
index 64eb5b9..0000000
--- a/patches/jailhouse/0002-disable_uart1.patch
+++ /dev/null
@@ -1,13 +0,0 @@
1diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-revA.dts b/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-revA.dts
2index 46ab349..e1d6739 100644
3--- a/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-revA.dts
4+++ b/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-revA.dts
5@@ -913,7 +913,7 @@ drivers/hwmon/pmbus/Makefile:11:obj-$(CONFIG_SENSORS_MAX20751) += max20751.o
6 };
7
8 &uart1 {
9- status = "okay";
10+ status = "disabled"; /* Disable so that jailhouse inmate can use it. */
11 pinctrl-names = "default";
12 pinctrl-0 = <&pinctrl_uart1_default>;
13 };