]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: meson-gxm: fix gpu irq order
authorNeil Armstrong <narmstrong@baylibre.com>
Mon, 21 Oct 2019 14:29:01 +0000 (16:29 +0200)
committerKevin Hilman <khilman@baylibre.com>
Wed, 6 Nov 2019 19:36:29 +0000 (11:36 -0800)
This fixes the following DT schemas check errors:
meson-gxm-khadas-vim2.dt.yaml: gpu@c0000: interrupt-names:0: 'job' was expected
meson-gxm-khadas-vim2.dt.yaml: gpu@c0000: interrupt-names:2: 'gpu' was expected

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-gxm.dtsi

index a0e677d5a8f72c7d21f6021219990bf19b9452d0..5ff64a0d2dcf8aeecd677b8215738184e5fe2348 100644 (file)
@@ -96,10 +96,10 @@ mali: gpu@c0000 {
                compatible = "amlogic,meson-gxm-mali", "arm,mali-t820";
                reg = <0x0 0xc0000 0x0 0x40000>;
                interrupt-parent = <&gic>;
-               interrupts = <GIC_SPI 160 IRQ_TYPE_LEVEL_HIGH>,
+               interrupts = <GIC_SPI 162 IRQ_TYPE_LEVEL_HIGH>,
                             <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>,
-                            <GIC_SPI 162 IRQ_TYPE_LEVEL_HIGH>;
-               interrupt-names = "gpu", "mmu", "job";
+                            <GIC_SPI 160 IRQ_TYPE_LEVEL_HIGH>;
+               interrupt-names = "job", "mmu", "gpu";
                clocks = <&clkc CLKID_MALI>;
                resets = <&reset RESET_MALI_CAPB3>, <&reset RESET_MALI>;