On 2/27/23 10:08, Alexander Stein wrote:
[...]
+ sdma2: dma-controller@30e10000 {
+ compatible = "fsl,imx8mp-sdma",
"fsl,imx8mq-sdma";
+ reg = <0x30e10000 0x10000>;
+ interrupts = <GIC_SPI 103
IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&audio_blk_ctrl
IMX8MP_CLK_AUDIOMIX_SDMA2_ROOT>,
+ <&clk
IMX8MP_CLK_AUDIO_ROOT>;
+ clock-names = "ipg", "ahb";
+ #dma-cells = <3>;
+ fsl,sdma-ram-script-name = "imx/sdma/
sdma-imx7d.bin";
+ };
+
+ audio_blk_ctrl: blk-ctrl@30e20000 {
Shouldn't the node name be 'clock-controller@30e20000' as mentioned in the
bindings?
But for the whole series:
Testes-by: Alexander Stein <alexander.stein@xxxxxxxxxxxxxxx>
It should be clock-controller indeed, fixed in V5, thanks.