Re: [PATCH v2] ARM: dts: meson8: correct uart_B and uart_C clock references

From: Martin Blumenstingl
Date: Sun May 14 2023 - 17:08:00 EST


On Sun, May 14, 2023 at 11:01 PM Hans-Frieder Vogt <hfdevel@xxxxxxx> wrote:
[...]
> > &uart_B {
> > compatible = "amlogic,meson8-uart";
> > - clocks = <&xtal>, <&clkc CLKID_UART0>, <&clkc CLKID_CLK81>;
> > + clocks = <&xtal>, <&clkc CLKID_UART2>, <&clkc CLKID_CLK81>;
> Shouldn't the second clock reference for uart_B rather be CLKID_UART1,
> similar to meson8b?
> Sorry, didn't spot this earlier.
You're totally right - thank you for spotting this!
I'll send a fixed v3 soon.