Re: [PATCH 1/2] arm64: dts: qcom: sc7180-trogdor: Simplify trackpad enabling
From: Stephen Boyd
Date: Tue Mar 29 2022 - 14:44:37 EST
Quoting Doug Anderson (2022-03-28 09:04:57)
> Hi,
>
> On Fri, Mar 25, 2022 at 4:43 PM Stephen Boyd <swboyd@xxxxxxxxxxxx> wrote:
> >
> > Trogdor boards with a detachable keyboard don't have a trackpad over
> > i2c. Instead the trackpad is on the detachable keyboard base. Let's move
> > the enabling of the trackpad i2c bus out of the base sc7180-trogdor.dtsi
> > file so that each trogdor board that is detachable, of which there are
> > many, doesn't have to disable the trackpad bus.
> >
> > Cc: Joseph Barrera <joebar@xxxxxxxxxx>
> > Cc: Douglas Anderson <dianders@xxxxxxxxxxxx>
> > Signed-off-by: Stephen Boyd <swboyd@xxxxxxxxxxxx>
> > ---
> > arch/arm64/boot/dts/qcom/sc7180-trogdor-coachz.dtsi | 4 ----
> > arch/arm64/boot/dts/qcom/sc7180-trogdor-homestar.dtsi | 4 ----
> > arch/arm64/boot/dts/qcom/sc7180-trogdor-lazor.dtsi | 4 ++++
> > arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi | 1 -
> > 4 files changed, 4 insertions(+), 9 deletions(-)
>
> What about pompom?
> What about trogdor-r1?
Oh I missed those ones. Will fix it!