소스 검색

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";
 };