未验证 提交 3e718b44 编写于 作者: R Rob Herring 提交者: Mark Brown

spi: dt-bindings: mediatek,spi-mtk-nor: Fix example 'interrupts' property

A phandle for 'interrupts' value is wrong and should be one or more numbers.
Signed-off-by: NRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220106182518.1435497-9-robh@kernel.orgSigned-off-by: NMark Brown <broonie@kernel.org>
上级 f8039ea5
......@@ -77,7 +77,7 @@ examples:
nor_flash: spi@1100d000 {
compatible = "mediatek,mt8173-nor";
reg = <0 0x1100d000 0 0xe0>;
interrupts = <&spi_flash_irq>;
interrupts = <1>;
clocks = <&pericfg CLK_PERI_SPI>, <&topckgen CLK_TOP_SPINFI_IFR_SEL>;
clock-names = "spi", "sf";
#address-cells = <1>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册