Re: [PATCH v4 0/2] Add support rockchip,grf property for RK3399 PMU/GRU

2017-01-13 Thread Heiko Stuebner
Am Dienstag, 10. Januar 2017, 14:15:28 CET schrieb Xing Zheng: > Hi, > The structure rockchip_clk_provider needs to refer the GRF regmap > in somewhere, if the CRU node has not "rockchip,grf" property, > calling syscon_regmap_lookup_by_phandle will return an invalid GRF > regmap, and the MUXGRF t

[PATCH v4 0/2] Add support rockchip,grf property for RK3399 PMU/GRU

2017-01-09 Thread Xing Zheng
Hi, The structure rockchip_clk_provider needs to refer the GRF regmap in somewhere, if the CRU node has not "rockchip,grf" property, calling syscon_regmap_lookup_by_phandle will return an invalid GRF regmap, and the MUXGRF type clock will be not supported. Therefore, we need to add them. Thank