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

dt-bindings: mediatek: Add axi clock in mt8173 dts example

For mt8173, it is needed to add the axi clock for dma mode.

Signed-off-by: Xiangsheng Hou <xiangsheng.hou@mediatek.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220725120204.10834-1-xiangsheng.hou@mediatek.com

Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Xiangsheng Hou and committed by
Mark Brown
b9320f54 99a387c7

+3 -2
+3 -2
Documentation/devicetree/bindings/spi/mediatek,spi-mtk-nor.yaml
··· 85 85 compatible = "mediatek,mt8173-nor"; 86 86 reg = <0 0x1100d000 0 0xe0>; 87 87 interrupts = <1>; 88 - clocks = <&pericfg CLK_PERI_SPI>, <&topckgen CLK_TOP_SPINFI_IFR_SEL>; 89 - clock-names = "spi", "sf"; 88 + clocks = <&pericfg CLK_PERI_SPI>, <&topckgen CLK_TOP_SPINFI_IFR_SEL>, 89 + <&pericfg CLK_PERI_NFI>; 90 + clock-names = "spi", "sf", "axi"; 90 91 #address-cells = <1>; 91 92 #size-cells = <0>; 92 93