Re: [PATCH v2 5/5] arm64: dts: rockchip: Enable dmc and dfi nodes on gru.

2019-03-20 Thread Gaël PORTAY
Hi Chanwoo, On Wed, Mar 20, 2019 at 02:05:21PM +0900, Chanwoo Choi wrote: > ... > > +&display_subsystem { > > + devfreq = <&dmc>; > > +}; > > When I checked the rockchip_drm_drv.c on linux-next.git (20190320), > there are no any codes about this. Maybe it should be removed. > Good catch! This

Re: [PATCH v2 5/5] arm64: dts: rockchip: Enable dmc and dfi nodes on gru.

2019-03-19 Thread Chanwoo Choi
Hi Gaël, On 19. 3. 20. 오전 3:13, Gaël PORTAY wrote: > From: Lin Huang > > Enable the DMC (Dynamic Memory Controller) and the DFI (DDR PHY Interface) > nodes on gru/kevin boards so we can support DDR DVFS. > > Signed-off-by: Lin Huang > Signed-off-by: Enric Balletbo i Serra > Signed-off-by: Gaë