This patch set is to add device tree support for mmp_disp. patch 1/2 are to remove clk_name configure in mach_info before. patch 3/4 are to add device tree support. change of v2: add patch to remove config of clk_name in mach_info use phandle to get path. runtime decision of dt usage. clean up to use node name directly. Zhou Zhu (4): arm: mmp: remove not used disp clk_name in ttc_dkb video: mmp: no need to get clk_name from mach_info video: mmp: add devm_mmp_get_path_by_phandle for DT video: mmp: add device tree support Documentation/devicetree/bindings/fb/mmp-disp.txt | 60 ++++++++ arch/arm/mach-mmp/ttc_dkb.c | 1 - drivers/video/mmp/core.c | 35 +++++ drivers/video/mmp/fb/mmpfb.c | 73 ++++++---- drivers/video/mmp/hw/mmp_ctrl.c | 154 ++++++++++++++++----- include/video/mmp_disp.h | 3 +- 6 files changed, 268 insertions(+), 58 deletions(-) create mode 100644 Documentation/devicetree/bindings/fb/mmp-disp.txt -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html