commit | 6dd2fb489e20df95017fd0c22427e3248e637162 | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Thu Jan 25 15:27:10 2018 +0100 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Sun Jan 28 17:12:39 2018 +0100 |
tree | a1d5821776a9abd2920dbb1dbdbd99047039fea9 | |
parent | e72793d8ca451af0e4187b3a9367954981ee17af [diff] |
rockchip: clk: guard set_parent implementations against OF_PLATDATA The set_parent implementations do not make sense when OF_PLATDATA is enabled. We guard these against OF_PLATDATA and don't populate the set_parent-op when this is the case. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>