mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
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:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user