diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2017-07-30 16:07:41 +0300 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2017-08-09 00:29:50 +0300 |
commit | 5a125b63dfe09884264a7bf52e46cc20c5bf07cc (patch) | |
tree | 9ba94e12dfd1ee09b32c00ca59a7e1532436bd0e /arch/arm64/boot/dts/qcom | |
parent | 133767d94a1d1c3a25cfaf8fa4d5eb6d71911b1b (diff) | |
download | linux-5a125b63dfe09884264a7bf52e46cc20c5bf07cc.tar.xz |
arm64: dts: qcom: add cec clock for apq8016 board
The adv7533 on this board needs a cec clock. Hook it up in the dtsi
to enable CEC for the HDMI transmitters.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom')
-rw-r--r-- | arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi index efd53ed82a58..1d63e6b879de 100644 --- a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi +++ b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi @@ -88,6 +88,8 @@ interrupts = <31 2>; adi,dsi-lanes = <4>; + clocks = <&rpmcc RPM_SMD_BB_CLK2>; + clock-names = "cec"; pd-gpios = <&msmgpio 32 0>; |