]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
arm64: dts: rockchip: add rockchip,grf property for RK3399 PMUCRU/CRU
authorXing Zheng <zhengxing@rock-chips.com>
Tue, 10 Jan 2017 06:15:29 +0000 (14:15 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 13 Jan 2017 19:03:15 +0000 (20:03 +0100)
commit8cbb59af7ecf183b1761a178835e1c771167fa28
tree49782dc0f29671950205df4577b5f5281979591f
parent59cf70be5b7c6e3370f669976e3778104f4327ca
arm64: dts: rockchip: add rockchip,grf property for RK3399 PMUCRU/CRU

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.

Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3399.dtsi