瀏覽代碼

gpu: HACK: Disable main_i2c4

Disables main_i2c4 to use it as an interrupt for a guest GPU. Since the
main GPU interrupt is already taken by root-cell in the jailhouse
configuration, a workaround was made to forward the interrupt to the
guests via the i2c4. This will be reverted once CLEC based routing is
enabled.

Signed-off-by: Erick Narvaez <e-narvaez@ti.com>
Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
Erick Narvaez 6 年之前
父節點
當前提交
ad22610c58
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      arch/arm64/boot/dts/ti/k3-j721e-common-proc-board-jailhouse.dtso

+ 4 - 0
arch/arm64/boot/dts/ti/k3-j721e-common-proc-board-jailhouse.dtso

@@ -41,6 +41,10 @@
 	};
 };
 
+&main_i2c4 {
+	status = "disabled";
+};
+
 &main_uart1 {
 	status = "disabled";
 };