diff options
Diffstat (limited to 'patches/jailhouse/0002-disable_uart1.patch')
-rw-r--r-- | patches/jailhouse/0002-disable_uart1.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/jailhouse/0002-disable_uart1.patch b/patches/jailhouse/0002-disable_uart1.patch new file mode 100644 index 0000000..64eb5b9 --- /dev/null +++ b/patches/jailhouse/0002-disable_uart1.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-revA.dts b/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-revA.dts | ||
2 | index 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 | }; | ||