]> git.baikalelectronics.ru Git - uboot.git/commit
arm: armada: dts: Add clock to armada-ap80x uart1
authorHamish Martin <hamish.martin@alliedtelesis.co.nz>
Thu, 20 Oct 2022 21:21:59 +0000 (10:21 +1300)
committerStefan Roese <sr@denx.de>
Mon, 7 Nov 2022 06:17:55 +0000 (07:17 +0100)
commit11fd65b962b0ebadd021b89e1866c31b8d1066b1
tree5546c56cfc1cf43b61706b35fa8d01b7cc23e19d
parent16ca918dcbdb306685a30b4ee7bb24e2658f467c
arm: armada: dts: Add clock to armada-ap80x uart1

The uart1 node was missing the 'clock-frequency' property. This meant
the driver for this device would fail at probe.
The clock for uart1 is fed from the same source as uart0 and is a fixed
200MHz clock. This is confirmed via documentation for the CN9130 SoC
and from the equivalent code in Linux at:
<linux>/arch/arm64/boot/dts/marvell/armada-ap80x.dtsi
where uart0 and uart1 share a common 'clocks' definition.

Signed-off-by: Hamish Martin <hamish.martin@alliedtelesis.co.nz>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/arm/dts/armada-ap80x.dtsi