
This patchset : - Syncs the G12A DT from v5.2-rc1 - Add support for the G12A PCIE PLL, introduced in v5.2-rc1 - Add missing DT to fill the gaps, that will be synced in Linux 5.3-rc1
Neil Armstrong (3): ARM: dts: sync Amlogic G12A DT with Linux 5.2-rc1 clk: meson-g12a: Add PCIE PLL support ARM: dts: Add missing DT for Meson G12A support
arch/arm/dts/meson-g12a-u-boot.dtsi | 216 ++++++++ arch/arm/dts/meson-g12a-u200-u-boot.dtsi | 63 +++ arch/arm/dts/meson-g12a-u200.dts | 147 ++++++ arch/arm/dts/meson-g12a.dtsi | 465 ++++++++++++++++++ drivers/clk/meson/g12a.c | 103 ++++ include/dt-bindings/clock/g12a-aoclkc.h | 2 + include/dt-bindings/clock/g12a-clkc.h | 5 + .../reset/amlogic,meson-g12a-reset.h | 5 +- 8 files changed, 1005 insertions(+), 1 deletion(-) create mode 100644 arch/arm/dts/meson-g12a-u-boot.dtsi create mode 100644 arch/arm/dts/meson-g12a-u200-u-boot.dtsi