]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: imx6qdl-skov-cpu fix typo interrupt
authorFrank Li <Frank.Li@nxp.com>
Mon, 20 Oct 2025 21:06:38 +0000 (17:06 -0400)
committerShawn Guo <shawnguo@kernel.org>
Mon, 27 Oct 2025 06:59:43 +0000 (14:59 +0800)
Fix typo interrupt, which should be 'interrupts'. Fix below CHECK_DTBS
warnings.

arch/arm/boot/dts/nxp/imx/imx6dl-skov-revc-lt2.dtb: switch@0 (microchip,ksz8873): Unevaluated properties are not allowed ('interrupt', 'pinctrl-names' were unexpected)
        from schema $id: http://devicetree.org/schemas/net/dsa/microchip,ksz.yaml

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx6qdl-skov-cpu.dtsi

index 6ab71a729fd85d0b0b6dbfbd810692b1a0e05ec6..c93dbc595ef6eceda5fdf7b90dac57bfed59e489 100644 (file)
@@ -69,7 +69,7 @@
                        pinctrl-names = "default";
                        pinctrl-0 = <&pinctrl_switch>;
                        interrupt-parent = <&gpio3>;
-                       interrupt = <30 IRQ_TYPE_LEVEL_HIGH>;
+                       interrupts = <30 IRQ_TYPE_LEVEL_HIGH>;
                        reset-gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
                        reg = <0>;