On 22/11/2021 13:35, Sam Shih wrote:
This patch series add pinctrl support for mediatek mt7986 SoC series. It is based on patch series "Add basic SoC support for mediatek mt7986" https://lore.kernel.org/all/20211122123222.8016-1-sam.shih@xxxxxxxxxxxx/ This patch series base on the following patches https://lore.kernel.org/all/20211022124036.5291-2-sam.shih@xxxxxxxxxxxx/ https://lore.kernel.org/all/20211022124036.5291-3-sam.shih@xxxxxxxxxxxx/ that have been applied to the pin control tree
Whole series applied to v5.16-next/dts64 Thanks!
--- v10: used mt7986b.dtsi to include mt7986a.dtsi to reduce duplicate dts nodes v9: added Acked-by and Reviewed-by tag v8: fixed uart node in yaml dts example v7: separate pinctrl part into a single patch series According to the maintainer’s suggestion, this patch splits the previous thread into independent patch series. This patch include clock driver and device tree update Original thread: https://lore.kernel.org/all/20210914085137.31761-1-sam.shih@xxxxxxxxxxxx/ --- Sam Shih (2): arm64: dts: mediatek: add pinctrl support for mt7986a arm64: dts: mediatek: add pinctrl support for mt7986b arch/arm64/boot/dts/mediatek/Makefile | 1 + arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts | 20 ++++++++++++++ arch/arm64/boot/dts/mediatek/mt7986a.dtsi | 21 ++++++++++++++ arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts | 29 ++++++++++++++++++++ arch/arm64/boot/dts/mediatek/mt7986b.dtsi | 12 ++++++++ 5 files changed, 83 insertions(+) create mode 100644 arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts create mode 100644 arch/arm64/boot/dts/mediatek/mt7986b.dtsi