From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E1D06C433EF for ; Fri, 4 Mar 2022 13:08:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230408AbiCDNJM (ORCPT ); Fri, 4 Mar 2022 08:09:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49094 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229482AbiCDNJK (ORCPT ); Fri, 4 Mar 2022 08:09:10 -0500 Received: from mailgw02.mediatek.com (unknown [210.61.82.184]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 39CB54DF7D; Fri, 4 Mar 2022 05:08:19 -0800 (PST) X-UUID: 25015b17d6594d529719ea8606100674-20220304 X-UUID: 25015b17d6594d529719ea8606100674-20220304 Received: from mtkmbs10n2.mediatek.inc [(172.21.101.183)] by mailgw02.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384 256/256) with ESMTP id 1496070713; Fri, 04 Mar 2022 21:08:13 +0800 Received: from mtkexhb01.mediatek.inc (172.21.101.102) by mtkmbs10n2.mediatek.inc (172.21.101.183) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.792.3; Fri, 4 Mar 2022 21:08:11 +0800 Received: from mtkcas10.mediatek.inc (172.21.101.39) by mtkexhb01.mediatek.inc (172.21.101.102) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 4 Mar 2022 21:08:11 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by mtkcas10.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Fri, 4 Mar 2022 21:08:11 +0800 From: Allen-KH Cheng To: Matthias Brugger , Rob Herring , Krzysztof Kozlowski CC: , , , , , "Chen-Yu Tsai" , Ryder Lee , Hui Liu , Allen-KH Cheng Subject: [PATCH v3 00/21] Add driver nodes for MT8192 SoC Date: Fri, 4 Mar 2022 21:07:48 +0800 Message-ID: <20220304130809.12924-1-allen-kh.cheng@mediatek.com> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-MTK: N Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add driver nodes for MT8192 SoC and this series are based on tag: next-20220304, linux-next/master. The current mmsys dt-binding, Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.yaml, doesn't define mboxes or mediatek,gce-client-reg. Need to reference the below link https://urldefense.com/v3/__https://lore.kernel.org/all/20220126071932.32615-2-jason-jh.lin@mediatek.com/__;!!CTRNKA9wMg0ARbw!zNfQkN-YYjiqPCd5m9DsLhrQDymgEZJoY4oSl24nC3R95P0gIXEmNjyJMhjQZXkWX7mZPa5QS7KIMlGXMbDjDA1_2A$ changes since v2: - rebase on next-20220304 - remove power domains controller patch from series (already in linux-next) - scp: fix indentation - t-phy: change node name from usb-phy to t-phy and set ranges address - usb: change node name from xhci to usb and add disabled status - audsys: syscon: add increasing the address range's length info in commit message - infracfg_rst: add simple-mfd info in commit message - nor_flash: add Fixes tag d0a197a0d064a in commit message - efuse: use lower case characters - mmc: use single line for reg - mipi_tx: change node name from mipi-dphy to dsi-phy, drop clock-names and add disabled status - m4u and smi: fixing the formatting of the mediatek,larbs properties and remove smi-id property - H264 venc: fix indentation, remove '0x' prefix for node address - vcodec lat and core: use '-' instead of '_' in the node name, fix indentation and set mtk-vcodec-lat and mtk-vcodec-core as subnodes of vcodec-dec - dpi: add disabled status - display: appended "mediatek,mt8183-disp-aal" for ccorr - dsi: fix indentation and add disabled status - gce info: add drivers' CMDQ support inn commit message - pwm: add disabled status - i2c aliases: move the aliases at the board level. changes since v1: - add usb-phy node for xhci node - move infracfg_rst patch in front of PCIe patch - add display nodes, i2c aliases and pwm node. Allen-KH Cheng (21): arm64: dts: mt8192: Add pwrap node arm64: dts: mt8192: Add spmi node arm64: dts: mt8192: Add gce node arm64: dts: mt8192: Add SCP node arm64: dts: mt8192: Add usb-phy node arm64: dts: mt8192: Add xhci node arm64: dts: mt8192: Add audio-related nodes arm64: dts: mt8192: Add infracfg_rst node arm64: dts: mt8192: Add PCIe node arm64: dts: mt8192: Fix nor_flash status disable typo arm64: dts: mt8192: Add efuse node arm64: dts: mt8192: Add mmc device nodes arm64: dts: mt8192: Add mipi_tx node arm64: dts: mt8192: Add m4u and smi nodes arm64: dts: mt8192: Add H264 venc device node arm64: dts: mt8192: Add vcodec lat and core nodes arm64: dts: mt8192: Add dpi node arm64: dts: mt8192: Add display nodes arm64: dts: mt8192: Add dsi node arm64: dts: mt8192: Add gce info for display nodes arm64: dts: mt8192: Add pwm node arch/arm64/boot/dts/mediatek/mt8192.dtsi | 778 ++++++++++++++++++++++- 1 file changed, 767 insertions(+), 11 deletions(-) -- 2.18.0