Re: [PATCH 0/6] add the DDR clock controller on Meson8 and Meson8b
From: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Date: 2019-09-23 20:49:53
Also in:
linux-amlogic, linux-clk, linux-devicetree, lkml
Hi Jerome, On Mon, Sep 23, 2019 at 12:06 PM Jerome Brunet [off-list ref] wrote:
On Sat 21 Sep 2019 at 17:18, Martin Blumenstingl [off-list ref] wrote:quoted
Meson8 and Meson8b SoCs embed a DDR clock controller in their MMCBUS registers. This series: - adds support for this DDR clock controller (patches 0 and 1) - wires up the DDR PLL as input for two audio clocks (patches 2 and 3)Have you been able to validate somehow that DDR rate calculated by CCF is the actual rate that gets to the audio clocks ?
no, I haven't been able to validate this (yet)
While I understand the interest for completeness, I suspect the having the DDR clock as an audio parent was just for debugging purpose. IOW, I'm not sure if adding this parent is useful to an actual audio use case. As far as audio would be concerned, I think we are better of without this parent.
there at least three other (potential) consumers of the ddr_pll clocks on the 32-bit SoCs: - CPU clock mux [0] - clk81 mux [1] - USB PHY [2] I have not validated any of these either
quoted
- adds the DDR clock controller to meson8.dtsi and meson8b.dtsiCould you please separate the driver and DT series in the future ? Those take different paths and are meant for different maintainers.
sure - so far Kevin has been doing a great job of still tracking these but I'm happy to split this into two patchsets Martin [0] https://github.com/endlessm/u-boot-meson/blob/345ee7eb02903f5ecb1173ffb2cd36666e44ebed/board/amlogic/m8b_m201_v1/firmware/timming.c#L441 [1] https://github.com/endlessm/u-boot-meson/blob/345ee7eb02903f5ecb1173ffb2cd36666e44ebed/board/amlogic/m8b_m201_v1/firmware/timming.c#L452 [2] https://github.com/endlessm/u-boot-meson/blob/f1ee03e3f7547d03e1478cc1fc967a9e5a121d92/arch/arm/cpu/aml_meson/m8/firmware/usb_boot/platform.c#L22 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel