[PATCH v4 4/5] arm64: dts: imx8mp: Add SAI, SDMA, AudioMIX

Marek Vasut marex at denx.de
Mon Feb 27 05:53:08 PST 2023


On 2/27/23 10:08, Alexander Stein wrote:

[...]

>> +			sdma2: dma-controller at 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 at 30e20000 {
> 
> Shouldn't the node name be 'clock-controller at 30e20000' as mentioned in the
> bindings?
> But for the whole series:
> Testes-by: Alexander Stein <alexander.stein at ew.tq-group.com>

It should be clock-controller indeed, fixed in V5, thanks.



More information about the linux-arm-kernel mailing list