Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: w1: imx: Add an entry for the interrupts property

There is an interrupt line connected to the one-wire block on
the i.MX51 and i.MX53.

Add an entry for the interrupt property to avoid the following dt-schema
warning:

'interrupts' does not match any of the regexes: '^pinctrl-[0-9]+$'

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Link: https://lore.kernel.org/r/20250819121344.2765940-1-festevam@gmail.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

authored by

Fabio Estevam and committed by
Krzysztof Kozlowski
411053cb 8f5ae30d

+4
+4
Documentation/devicetree/bindings/w1/fsl-imx-owire.yaml
··· 24 24 reg: 25 25 maxItems: 1 26 26 27 + interrupts: 28 + maxItems: 1 29 + 27 30 clocks: 28 31 maxItems: 1 29 32 ··· 43 40 owire@63fa4000 { 44 41 compatible = "fsl,imx53-owire", "fsl,imx21-owire"; 45 42 reg = <0x63fa4000 0x4000>; 43 + interrupts = <88>; 46 44 clocks = <&clks IMX5_CLK_OWIRE_GATE>; 47 45 };