ARM: dts: meson8: correct uart_B and uart_C clock references
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Tue, 16 May 2023 20:30:29 +0000 (22:30 +0200)
committerNeil Armstrong <neil.armstrong@linaro.org>
Wed, 31 May 2023 08:55:46 +0000 (10:55 +0200)
commit98b503c7fb13a17a47d8ebf15fa8f7c10118e75c
tree5d1353f3545f549bb0f4ff0343ea375f8fe073b8
parentd542ce8d4769cdef6a7bc3437e59cfed9c68f0e4
ARM: dts: meson8: correct uart_B and uart_C clock references

On Meson8 uart_B and uart_C do not work, because they are relying on
incorrect clocks. Change the references of pclk to the correct CLKID
(UART1 for uart_B and UART2 for uart_C), to allow use of the two uarts.

This was originally reported by Hans-Frieder Vogt for Meson8b [0], but
the same bug is also present in meson8.dtsi

[0] https://lore.kernel.org/linux-amlogic/trinity-bf20bcb9-790b-4ab9-99e3-0831ef8257f4-1680878185420@3c-app-gmx-bap55/

Fixes: 57007bfb5469 ("ARM: dts: meson8: Fix the UART device-tree schema validation")
Reported-by: Hans-Frieder Vogt <hfdevel@gmx.net> # for meson8b.dtsi
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://lore.kernel.org/r/20230516203029.1031174-1-martin.blumenstingl@googlemail.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
arch/arm/boot/dts/meson8.dtsi