[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220318144534.17996-1-allen-kh.cheng@mediatek.com>
Date: Fri, 18 Mar 2022 22:45:12 +0800
From: Allen-KH Cheng <allen-kh.cheng@...iatek.com>
To: Matthias Brugger <matthias.bgg@...il.com>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>
CC: <Project_Global_Chrome_Upstream_Group@...iatek.com>,
<devicetree@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>,
<linux-mediatek@...ts.infradead.org>,
"Chen-Yu Tsai" <wenst@...omium.org>,
Ryder Lee <ryder.lee@...nel.org>,
Hui Liu <hui.liu@...iatek.com>,
Allen-KH Cheng <allen-kh.cheng@...iatek.com>
Subject: [PATCH v4 00/22] Add driver nodes for MT8192 SoC
Add driver nodes for MT8192 SoC and this series are based on tag: next-20220318, 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 v3:
- add patch: add the mmsys reset bit to reset the dsi0
- dsi0: use mmsys for reset controller support
- mmc: reorder clocks as specified in the dt-bindings
- vcodec: use ranges for regs of subnodes
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 (22):
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 the mmsys reset bit to reset the dsi0
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 | 783 +++++++++++++++++++++-
include/dt-bindings/reset/mt8192-resets.h | 3 +
2 files changed, 775 insertions(+), 11 deletions(-)
--
2.18.0
Powered by blists - more mailing lists