diff options
author | Adrian Mangeac <Adrian.Mangeac@enea.com> | 2019-04-17 17:41:51 +0200 |
---|---|---|
committer | Adrian Mangeac <Adrian.Mangeac@enea.com> | 2019-04-17 17:52:58 +0200 |
commit | bbd51f4b06ed088704e883b3153644af9b336e69 (patch) | |
tree | 04cc4442aa25e51d7761824aeebb92aeee1ba712 /patches/jailhouse/0002-disable_uart1.patch | |
parent | ef8404b9e5215e5fdfdc2fdb8600cd35c58802e1 (diff) | |
download | enea-kernel-cache-bbd51f4b06ed088704e883b3153644af9b336e69.tar.gz |
Add jailhouse related patches
Change-Id: I7f7f4a17dddc512dd8c3d50e0606f2618ee7e23e
Signed-off-by: Adrian Mangeac <Adrian.Mangeac@enea.com>
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 | }; | ||