arm64: dts: lg: Fix SP805 clocks
authorAndre Przywara <andre.przywara@arm.com>
Mon, 7 Sep 2020 12:18:30 +0000 (13:18 +0100)
committerOlof Johansson <olof@lixom.net>
Sat, 3 Oct 2020 19:56:03 +0000 (12:56 -0700)
commitfc772314a3683ab3f19aa68a660a0f70a8e836a4
tree90e8349e7535afc9cb802bf04e0ee87f031cd896
parentf6320e326f401e077bf7a042db0740c441ca0c8e
arm64: dts: lg: Fix SP805 clocks

The SP805 DT binding requires two clocks to be specified, but the two
LG platform DTs currently only specify one clock.

In practice, Linux would pick a clock named "apb_pclk" for the bus
clock, and the Linux (and U-Boot) SP805 driver would use the first clock
to derive the actual watchdog counter frequency.

Since currently both are the very same clock, we can just double the
clock reference, and add the correct clock-names, to match the binding.

Link: https://lore.kernel.org/r/20200907121831.242281-6-andre.przywara@arm.com
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Chanho Min <chanho.min@lge.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm64/boot/dts/lg/lg1312.dtsi
arch/arm64/boot/dts/lg/lg1313.dtsi