diff options
author | Pierre-Hugues Husson <phh@phh.me> | 2017-10-14 00:53:37 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-10-15 14:11:32 +0200 |
commit | d85438991874205467f9739d5f3ee771245b4754 (patch) | |
tree | 350c424adcbee2c4f34f01141d8225862379d9a7 /arch | |
parent | arm64: dts: rockchip: add the cec clk for dw-mipi-hdmi on rk3399 (diff) | |
download | linux-d85438991874205467f9739d5f3ee771245b4754.tar.xz linux-d85438991874205467f9739d5f3ee771245b4754.zip |
arm64: dts: rockchip: enable cec pin for rk3399 firefly
Add a pinctrl setting to configure the cec pin to the correct function.
Signed-off-by: Pierre-Hugues Husson <phh@phh.me>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399-firefly.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts index b2a7a55e1ec8..da373ddad74b 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts @@ -261,6 +261,8 @@ &hdmi { ddc-i2c-bus = <&i2c3>; + pinctrl-names = "default"; + pinctrl-0 = <&hdmi_cec>; status = "okay"; }; |