mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
dts: correct ge2d irq number [1/1]
PD#SWPL-2091 Problem: ge2d timeout cause cts fail Solution: correct ge2d irq number to 150 Verify: T962-P321-DDR4 Change-Id: Id84a91fdd139cc227da907d8c8106cb824d43be4 Signed-off-by: Jiacheng Mei <jiacheng.mei@amlogic.com>
This commit is contained in:
committed by
Jianxin Pan
parent
20d8ff9526
commit
4e029f427e
@@ -921,7 +921,7 @@
|
||||
ge2d {
|
||||
compatible = "amlogic, ge2d-txl";
|
||||
status = "okay";
|
||||
interrupts = <0 146 1>;
|
||||
interrupts = <0 150 1>;
|
||||
interrupt-names = "ge2d";
|
||||
clocks = <&clkc CLKID_VAPB_MUX>,
|
||||
<&clkc CLKID_G2D>,
|
||||
|
||||
@@ -921,7 +921,7 @@
|
||||
ge2d {
|
||||
compatible = "amlogic, ge2d-txl";
|
||||
status = "okay";
|
||||
interrupts = <0 146 1>;
|
||||
interrupts = <0 150 1>;
|
||||
interrupt-names = "ge2d";
|
||||
clocks = <&clkc CLKID_VAPB_MUX>,
|
||||
<&clkc CLKID_G2D>,
|
||||
|
||||
Reference in New Issue
Block a user