* [PATCH V5] dt-bindings: mediatek: Add axi clock in mt8173 dts example
@ 2022-07-25 12:02 Xiangsheng Hou
2022-08-29 13:01 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Xiangsheng Hou @ 2022-07-25 12:02 UTC (permalink / raw)
To: robh+dt, krzysztof.kozlowski+dt, broonie
Cc: matthias.bgg, devicetree, linux-arm-kernel, linux-kernel,
bin.zhang, benliang.zhao, linux-mediatek,
Project_Global_Chrome_Upstream_Group, Xiangsheng Hou,
AngeloGioacchino Del Regno, Rob Herring
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>
---
Changes from v4:
- none
Changes from v3:
- fix number of column characters
Changes from v2:
- remove assigned clocks and parents in dt-binding
Changes from v1:
- none
---
.../devicetree/bindings/spi/mediatek,spi-mtk-nor.yaml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/spi/mediatek,spi-mtk-nor.yaml b/Documentation/devicetree/bindings/spi/mediatek,spi-mtk-nor.yaml
index 41e60fe4b09f..d3d7ed4b497b 100644
--- a/Documentation/devicetree/bindings/spi/mediatek,spi-mtk-nor.yaml
+++ b/Documentation/devicetree/bindings/spi/mediatek,spi-mtk-nor.yaml
@@ -82,8 +82,9 @@ examples:
compatible = "mediatek,mt8173-nor";
reg = <0 0x1100d000 0 0xe0>;
interrupts = <1>;
- clocks = <&pericfg CLK_PERI_SPI>, <&topckgen CLK_TOP_SPINFI_IFR_SEL>;
- clock-names = "spi", "sf";
+ clocks = <&pericfg CLK_PERI_SPI>, <&topckgen CLK_TOP_SPINFI_IFR_SEL>,
+ <&pericfg CLK_PERI_NFI>;
+ clock-names = "spi", "sf", "axi";
#address-cells = <1>;
#size-cells = <0>;
--
2.25.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH V5] dt-bindings: mediatek: Add axi clock in mt8173 dts example
2022-07-25 12:02 [PATCH V5] dt-bindings: mediatek: Add axi clock in mt8173 dts example Xiangsheng Hou
@ 2022-08-29 13:01 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2022-08-29 13:01 UTC (permalink / raw)
To: xiangsheng.hou, robh+dt, krzysztof.kozlowski+dt
Cc: robh, linux-kernel, benliang.zhao,
Project_Global_Chrome_Upstream_Group, matthias.bgg,
linux-mediatek, devicetree, angelogioacchino.delregno,
linux-arm-kernel, bin.zhang
On Mon, 25 Jul 2022 20:02:05 +0800, Xiangsheng Hou wrote:
> 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>
> ---
> Changes from v4:
> - none
>
> [...]
Applied to
broonie/sound.git for-next
Thanks!
[1/1] dt-bindings: mediatek: Add axi clock in mt8173 dts example
commit: b9320f545e2c91caf2a15f67537ef538928ca6af
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-29 13:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-25 12:02 [PATCH V5] dt-bindings: mediatek: Add axi clock in mt8173 dts example Xiangsheng Hou
2022-08-29 13:01 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).