Re: [PATCH v3] arm64: dts: mt8173: add mmsel clocks for 4K support

2016-07-27 Thread Bibby Hsieh
Hi, Philipp, Thanks for your comments. On Wed, 2016-07-27 at 11:32 +0200, Philipp Zabel wrote: > Am Mittwoch, den 27.07.2016, 16:25 +0800 schrieb Bibby Hsieh: > > If MT8173 can support HDMI 4K resoultion, the > > VENCPLL should be configured to 800MHZ. > > We didn't set VENCPLL directly, we set

Re: [PATCH v3] arm64: dts: mt8173: add mmsel clocks for 4K support

2016-07-27 Thread Bibby Hsieh
Hi, Philipp, Thanks for your comments. On Wed, 2016-07-27 at 11:32 +0200, Philipp Zabel wrote: > Am Mittwoch, den 27.07.2016, 16:25 +0800 schrieb Bibby Hsieh: > > If MT8173 can support HDMI 4K resoultion, the > > VENCPLL should be configured to 800MHZ. > > We didn't set VENCPLL directly, we set

Re: [PATCH v3] arm64: dts: mt8173: add mmsel clocks for 4K support

2016-07-27 Thread Bibby Hsieh
Hi, CK, Thanks for your comments. On Wed, 2016-07-27 at 17:25 +0800, CK Hu wrote: > Hi, Bibby: > > On Wed, 2016-07-27 at 16:25 +0800, Bibby Hsieh wrote: > > If MT8173 can support HDMI 4K resoultion, the > > VENCPLL should be configured to 800MHZ. > > We didn't set VENCPLL directly, we set the >

Re: [PATCH v3] arm64: dts: mt8173: add mmsel clocks for 4K support

2016-07-27 Thread Bibby Hsieh
Hi, CK, Thanks for your comments. On Wed, 2016-07-27 at 17:25 +0800, CK Hu wrote: > Hi, Bibby: > > On Wed, 2016-07-27 at 16:25 +0800, Bibby Hsieh wrote: > > If MT8173 can support HDMI 4K resoultion, the > > VENCPLL should be configured to 800MHZ. > > We didn't set VENCPLL directly, we set the >

Re: [PATCH v3] arm64: dts: mt8173: add mmsel clocks for 4K support

2016-07-27 Thread Philipp Zabel
Am Mittwoch, den 27.07.2016, 16:25 +0800 schrieb Bibby Hsieh: > If MT8173 can support HDMI 4K resoultion, the > VENCPLL should be configured to 800MHZ. > We didn't set VENCPLL directly, we set the > mm_sel to 400MHz statically in the board device tree. Maybe add a comment that the board .dts file

Re: [PATCH v3] arm64: dts: mt8173: add mmsel clocks for 4K support

2016-07-27 Thread Philipp Zabel
Am Mittwoch, den 27.07.2016, 16:25 +0800 schrieb Bibby Hsieh: > If MT8173 can support HDMI 4K resoultion, the > VENCPLL should be configured to 800MHZ. > We didn't set VENCPLL directly, we set the > mm_sel to 400MHz statically in the board device tree. Maybe add a comment that the board .dts file

Re: [PATCH v3] arm64: dts: mt8173: add mmsel clocks for 4K support

2016-07-27 Thread CK Hu
Hi, Bibby: On Wed, 2016-07-27 at 16:25 +0800, Bibby Hsieh wrote: > If MT8173 can support HDMI 4K resoultion, the > VENCPLL should be configured to 800MHZ. > We didn't set VENCPLL directly, we set the > mm_sel to 400MHz statically in the board device tree. You may rewrite the description as

Re: [PATCH v3] arm64: dts: mt8173: add mmsel clocks for 4K support

2016-07-27 Thread CK Hu
Hi, Bibby: On Wed, 2016-07-27 at 16:25 +0800, Bibby Hsieh wrote: > If MT8173 can support HDMI 4K resoultion, the > VENCPLL should be configured to 800MHZ. > We didn't set VENCPLL directly, we set the > mm_sel to 400MHz statically in the board device tree. You may rewrite the description as

[PATCH v3] arm64: dts: mt8173: add mmsel clocks for 4K support

2016-07-27 Thread Bibby Hsieh
If MT8173 can support HDMI 4K resoultion, the VENCPLL should be configured to 800MHZ. We didn't set VENCPLL directly, we set the mm_sel to 400MHz statically in the board device tree. Signed-off-by: Bibby Hsieh --- Changes since v2: - Align the clocks of dpi0 node.

[PATCH v3] arm64: dts: mt8173: add mmsel clocks for 4K support

2016-07-27 Thread Bibby Hsieh
If MT8173 can support HDMI 4K resoultion, the VENCPLL should be configured to 800MHZ. We didn't set VENCPLL directly, we set the mm_sel to 400MHz statically in the board device tree. Signed-off-by: Bibby Hsieh --- Changes since v2: - Align the clocks of dpi0 node. Changes since v1: - Do not