Message ID | 20220712114046.15574-1-allen-kh.cheng@mediatek.com (mailing list archive) |
---|---|
Headers | show |
Series | Complete driver nodes for MT8192 SoC | expand |
On Tue, Jul 12, 2022 at 07:40:41PM +0800, Allen-KH Cheng wrote: > This series are based on matthias.bgg/linux.git, for-next. > > I remove vcodec lat and core nodes PATCH from series and will comfirm > clocks usage then resend PATCH. > > Also should reference below PATCH for dsi in chunkuang.hu/linux.git > dt-bindings: display: mediatek: dsi: Convert dsi_dtbinding to .yaml > > changes since v2: > - add mmsys #reset-cells PATCH > - add missing fallback compatible > - add display aliases > - remove vcodec lat and core nodes PATCH > > changes since v1: > - add Reviewed-by Tag > - rename dsi-phy from dsi-dphy > - add missing power-domains in disp mutex > - Add remove mt8192 display rdma compatible PATCH in series > - use "mediatek,mt8183-disp-rdma" as fallback > - remove mediatek,larb from rdma node > - remove syscon-dsi and add power-domains in dsi > - add reset property in dsi and mt8192-resets.h > - correct Typo: s/ndoe/node in commit message > > Allen-KH Cheng (5): > arm64: dts: mt8192: Add pwm node > arm64: dts: mt8192: Add mipi_tx node > arm64: dts: mediatek: Add mmsys #reset-cells property for mt8192 > arm64: dts: mt8192: Add display nodes > arm64: dts: mt8192: Add dsi node For the whole series Tested-by: Nícolas F. R. A. Prado <nfraprado@collabora.com> Tested on mt8192-asurada-spherion. I have a working display with some additional nodes on the mt8192-asurada DT. Thanks, Nícolas
On Tue, Jul 12, 2022 at 7:40 PM Allen-KH Cheng <allen-kh.cheng@mediatek.com> wrote: > > This series are based on matthias.bgg/linux.git, for-next. > > I remove vcodec lat and core nodes PATCH from series and will comfirm > clocks usage then resend PATCH. > > Also should reference below PATCH for dsi in chunkuang.hu/linux.git > dt-bindings: display: mediatek: dsi: Convert dsi_dtbinding to .yaml > > changes since v2: > - add mmsys #reset-cells PATCH > - add missing fallback compatible > - add display aliases > - remove vcodec lat and core nodes PATCH > > changes since v1: > - add Reviewed-by Tag > - rename dsi-phy from dsi-dphy > - add missing power-domains in disp mutex > - Add remove mt8192 display rdma compatible PATCH in series > - use "mediatek,mt8183-disp-rdma" as fallback > - remove mediatek,larb from rdma node > - remove syscon-dsi and add power-domains in dsi > - add reset property in dsi and mt8192-resets.h > - correct Typo: s/ndoe/node in commit message > > Allen-KH Cheng (5): > arm64: dts: mt8192: Add pwm node > arm64: dts: mt8192: Add mipi_tx node > arm64: dts: mediatek: Add mmsys #reset-cells property for mt8192 > arm64: dts: mt8192: Add display nodes > arm64: dts: mt8192: Add dsi node With additional changes to asurada.dtsi I have a working internal display. Needs a fix [1] for mtk-drm from Angelo on top of next-20220722. For the whole series Tested-by: Chen-Yu Tsai <wenst@chromium.org> [1] https://lore.kernel.org/lkml/20220721172727.14624-1-angelogioacchino.delregno@collabora.com/
Whole series applied. Thanks! On 12/07/2022 13:40, Allen-KH Cheng wrote: > This series are based on matthias.bgg/linux.git, for-next. > > I remove vcodec lat and core nodes PATCH from series and will comfirm > clocks usage then resend PATCH. > > Also should reference below PATCH for dsi in chunkuang.hu/linux.git > dt-bindings: display: mediatek: dsi: Convert dsi_dtbinding to .yaml > > changes since v2: > - add mmsys #reset-cells PATCH > - add missing fallback compatible > - add display aliases > - remove vcodec lat and core nodes PATCH > > changes since v1: > - add Reviewed-by Tag > - rename dsi-phy from dsi-dphy > - add missing power-domains in disp mutex > - Add remove mt8192 display rdma compatible PATCH in series > - use "mediatek,mt8183-disp-rdma" as fallback > - remove mediatek,larb from rdma node > - remove syscon-dsi and add power-domains in dsi > - add reset property in dsi and mt8192-resets.h > - correct Typo: s/ndoe/node in commit message > > Allen-KH Cheng (5): > arm64: dts: mt8192: Add pwm node > arm64: dts: mt8192: Add mipi_tx node > arm64: dts: mediatek: Add mmsys #reset-cells property for mt8192 > arm64: dts: mt8192: Add display nodes > arm64: dts: mt8192: Add dsi node > > arch/arm64/boot/dts/mediatek/mt8192.dtsi | 188 +++++++++++++++++++++++ > 1 file changed, 188 insertions(+) >