ODROID-C4: dts: ge2d: correct the ge2d irq number

Problem:
Ge2d irq number is wrong on g12a/g12b/sm1.

Solution:
Replace the correct number

Change-Id: I0e428d7dfe9f40d9053fdcafc9074ff8eaef23f4
This commit is contained in:
Chris
2021-03-19 11:46:03 +09:00
parent fd8bd7cd8c
commit 13ce610152

View File

@@ -1294,7 +1294,7 @@
compatible = "amlogic, ge2d-sm1";
dev_name = "ge2d";
status = "okay";
interrupts = <0 150 1>;
interrupts = <0 146 1>;
interrupt-names = "ge2d";
clocks = <&clkc CLKID_VAPB_MUX>,
<&clkc CLKID_G2D>,