Hi,
Series of patches to cleanup the dts for k2g to sync the dts
with yaml fixups (information provided per patch)
Basic tests performed on k2g-evm. Series has been based on v5.13-rc1 -
will be good to get it in the 5.13 window if possible.
Nishanth Menon (4):
ARM: dts: keystone: k2g: Rename message-manager node
ARM: dts: keystone: k2g: Rename the TI-SCI node
ARM: dts: keystone: k2g: Rename the TI-SCI clocks node name
ARM: dts: keystone: k2g-evm: Move audio oscillator assigned clock to
mcasp
arch/arm/boot/dts/keystone-k2g-evm.dts | 11 +++--------
arch/arm/boot/dts/keystone-k2g.dtsi | 6 +++---
2 files changed, 6 insertions(+), 11 deletions(-)
--
2.31.0
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
@@ -544,20 +544,15 @@ dpi_out: endpoint {};};-&k2g_clks{-/* on the board 22.5792MHz is connected to AUDOSC_IN */-assigned-clocks=<&k2g_clks0x4c2>;-assigned-clock-rates=<22579200>;-};-&mcasp2{#sound-dai-cells=<0>;pinctrl-names="default";pinctrl-0=<&mcasp2_pins>;-assigned-clocks=<&k2g_clks0x61>;-assigned-clock-parents=<&k2g_clks0x62>;+assigned-clocks=<&k2g_clks0x4c2>,<&k2g_clks0x61>;+assigned-clock-parents=<0>,<&k2g_clks0x62>;+assigned-clock-rates=<22579200>,<0>;status="okay";
--
2.31.0
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
From: Tero Kristo <kristo@kernel.org> Date: 2021-05-11 07:16:36
On 10/05/2021 17:43, Nishanth Menon wrote:
Hi,
Series of patches to cleanup the dts for k2g to sync the dts
with yaml fixups (information provided per patch)
Basic tests performed on k2g-evm. Series has been based on v5.13-rc1 -
will be good to get it in the 5.13 window if possible.
Nishanth Menon (4):
ARM: dts: keystone: k2g: Rename message-manager node
ARM: dts: keystone: k2g: Rename the TI-SCI node
ARM: dts: keystone: k2g: Rename the TI-SCI clocks node name
ARM: dts: keystone: k2g-evm: Move audio oscillator assigned clock to
mcasp
arch/arm/boot/dts/keystone-k2g-evm.dts | 11 +++--------
arch/arm/boot/dts/keystone-k2g.dtsi | 6 +++---
2 files changed, 6 insertions(+), 11 deletions(-)
For the whole series:
Reviewed-by: Tero Kristo <kristo@kernel.org>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel