Message ID | 20200405173252.67614-2-stephan@gerhold.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] ARM: dts: ux500: samsung-golden: Add proximity sensor | expand |
On Sun, Apr 5, 2020 at 7:34 PM Stephan Gerhold <stephan@gerhold.net> wrote: > sharp,gp2ap002s00f is used as a proximity sensor in > samsung-golden and samsung-skomer. > > Signed-off-by: Stephan Gerhold <stephan@gerhold.net> Ooops I saw now that I already had this in my "Skomer and misc" enablement patch. (rebasing my trees today). I can put this in front of that patch and take it out of mine if you prefer stepwise enablement. Yours, Linus Walleij
On Tue, Apr 14, 2020 at 11:08:38AM +0200, Linus Walleij wrote: > On Sun, Apr 5, 2020 at 7:34 PM Stephan Gerhold <stephan@gerhold.net> wrote: > > > sharp,gp2ap002s00f is used as a proximity sensor in > > samsung-golden and samsung-skomer. > > > > Signed-off-by: Stephan Gerhold <stephan@gerhold.net> > > Ooops I saw now that I already had this in my "Skomer and misc" > enablement patch. (rebasing my trees today). > > I can put this in front of that patch and take it out of mine if you > prefer stepwise enablement. > Do you mean the "ARM: defconfig: u8500: Enable new drivers for ux500" patch? It doesn't matter which commit/patch adds it, as long as it ends up in the u8500_defconfig :) Thanks, Stephan
diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig index 0fd2726cf1c1..9387481f93a5 100644 --- a/arch/arm/configs/u8500_defconfig +++ b/arch/arm/configs/u8500_defconfig @@ -125,6 +125,7 @@ CONFIG_IIO_ST_ACCEL_3AXIS=y CONFIG_IIO_ST_GYRO_3AXIS=y CONFIG_INV_MPU6050_I2C=y CONFIG_BH1780=y +CONFIG_GP2AP002=y CONFIG_AK8974=y CONFIG_IIO_ST_MAGN_3AXIS=y CONFIG_IIO_HRTIMER_TRIGGER=y
sharp,gp2ap002s00f is used as a proximity sensor in samsung-golden and samsung-skomer. Signed-off-by: Stephan Gerhold <stephan@gerhold.net> --- arch/arm/configs/u8500_defconfig | 1 + 1 file changed, 1 insertion(+)