On 18.04.2023 20:10, Arnaud Vrac wrote: > HDMI is not enabled yet on msm8998 so the pinctrl nodes are not > used. > > Signed-off-by: Arnaud Vrac <av...@freebox.fr> > --- Are they supposed to be identical? Konrad > arch/arm64/boot/dts/qcom/msm8998.dtsi | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/msm8998.dtsi > b/arch/arm64/boot/dts/qcom/msm8998.dtsi > index b150437a83558..fb4aa376ef117 100644 > --- a/arch/arm64/boot/dts/qcom/msm8998.dtsi > +++ b/arch/arm64/boot/dts/qcom/msm8998.dtsi > @@ -1312,6 +1312,20 @@ blsp2_i2c6_sleep: blsp2-i2c6-sleep-state { > drive-strength = <2>; > bias-pull-up; > }; > + > + hdmi_cec_default: hdmi-cec-default-state { > + pins = "gpio31"; > + function = "hdmi_cec"; > + drive-strength = <2>; > + bias-pull-up; > + }; > + > + hdmi_cec_sleep: hdmi-cec-sleep-state { > + pins = "gpio31"; > + function = "hdmi_cec"; > + drive-strength = <2>; > + bias-pull-up; > + }; > }; > > remoteproc_mss: remoteproc@4080000 { >
- [Freedreno] [PATCH 0/4] Support HDMI CEC on Qualcomm SoCs Arnaud Vrac
- [Freedreno] [PATCH 2/4] drm/msm: add hdmi cec suppor... Arnaud Vrac
- Re: [Freedreno] [PATCH 2/4] drm/msm: add hdmi ce... Dmitry Baryshkov
- Re: [Freedreno] [PATCH 2/4] drm/msm: add hdm... Arnaud Vrac
- Re: [Freedreno] [PATCH 2/4] drm/msm: add... Dmitry Baryshkov
- Re: [Freedreno] [PATCH 2/4] drm/msm: add hdmi ce... Hans Verkuil
- Re: [Freedreno] [PATCH 2/4] drm/msm: add hdm... Arnaud Vrac
- [Freedreno] [PATCH 3/4] drm/msm: expose edid to hdmi... Arnaud Vrac
- Re: [Freedreno] [PATCH 3/4] drm/msm: expose edid... Dmitry Baryshkov
- [Freedreno] [PATCH 4/4] arm64: dts: qcom: msm8998: a... Arnaud Vrac
- Re: [Freedreno] [PATCH 4/4] arm64: dts: qcom: ms... Konrad Dybcio
- [Freedreno] [PATCH 1/4] drm/msm: add some cec regist... Arnaud Vrac
- Re: [Freedreno] [PATCH 1/4] drm/msm: add some ce... Dmitry Baryshkov
- Re: [Freedreno] [PATCH 1/4] drm/msm: add som... Abhinav Kumar
- Re: [Freedreno] [PATCH 1/4] drm/msm: add... Dmitry Baryshkov
- Re: [Freedreno] [PATCH 1/4] drm/msm... Abhinav Kumar
- Re: [Freedreno] [PATCH 1/4] drm... Dmitry Baryshkov
- Re: [Freedreno] [PATCH 1/4]... Abhinav Kumar
- Re: [Freedreno] [PATCH 1/4]... Dmitry Baryshkov
- Re: [Freedreno] [PATCH 1/4]... Arnaud Vrac