Message ID | 53637c0359ad9473dc1391a8428ba21017ec467e.1581376744.git.robin.murphy@arm.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 612b25d2c0faaa34f12a112f6349dec82abe4573 |
Headers | show |
Series | Clean up RK3328 audio codec GPIO control | expand |
Hi Heiko, On 18/02/2020 9:32 pm, Robin Murphy wrote: > Add explicit properties to describe existing boards' GPIO_MUTE usage > for the analog codec. Are you happy to pick this up now that the driver patches are queued? Thanks, Robin. > Signed-off-by: Robin Murphy <robin.murphy@arm.com> > --- > > v2: no change > > arch/arm64/boot/dts/rockchip/rk3328-a1.dts | 1 + > arch/arm64/boot/dts/rockchip/rk3328-rock64.dts | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/arch/arm64/boot/dts/rockchip/rk3328-a1.dts b/arch/arm64/boot/dts/rockchip/rk3328-a1.dts > index 16f1656d5203..797e90a3ac92 100644 > --- a/arch/arm64/boot/dts/rockchip/rk3328-a1.dts > +++ b/arch/arm64/boot/dts/rockchip/rk3328-a1.dts > @@ -60,6 +60,7 @@ > }; > > &codec { > + mute-gpios = <&grf_gpio 0 GPIO_ACTIVE_LOW>; > status = "okay"; > }; > > diff --git a/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts b/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts > index 62936b432f9a..bf3e546f5266 100644 > --- a/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts > +++ b/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts > @@ -104,6 +104,7 @@ > }; > > &codec { > + mute-gpios = <&grf_gpio 0 GPIO_ACTIVE_LOW>; > status = "okay"; > > port@0 { >
Am Freitag, 28. Februar 2020, 13:48:50 CET schrieb Robin Murphy: > Hi Heiko, > > On 18/02/2020 9:32 pm, Robin Murphy wrote: > > Add explicit properties to describe existing boards' GPIO_MUTE usage > > for the analog codec. > > Are you happy to pick this up now that the driver patches are queued? very happy :-) And applied for 5.7 Thanks Heiko
diff --git a/arch/arm64/boot/dts/rockchip/rk3328-a1.dts b/arch/arm64/boot/dts/rockchip/rk3328-a1.dts index 16f1656d5203..797e90a3ac92 100644 --- a/arch/arm64/boot/dts/rockchip/rk3328-a1.dts +++ b/arch/arm64/boot/dts/rockchip/rk3328-a1.dts @@ -60,6 +60,7 @@ }; &codec { + mute-gpios = <&grf_gpio 0 GPIO_ACTIVE_LOW>; status = "okay"; }; diff --git a/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts b/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts index 62936b432f9a..bf3e546f5266 100644 --- a/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts +++ b/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts @@ -104,6 +104,7 @@ }; &codec { + mute-gpios = <&grf_gpio 0 GPIO_ACTIVE_LOW>; status = "okay"; port@0 {
Add explicit properties to describe existing boards' GPIO_MUTE usage for the analog codec. Signed-off-by: Robin Murphy <robin.murphy@arm.com> --- v2: no change arch/arm64/boot/dts/rockchip/rk3328-a1.dts | 1 + arch/arm64/boot/dts/rockchip/rk3328-rock64.dts | 1 + 2 files changed, 2 insertions(+)