Re: [PATCH 1/2] arm64: dts: sc7180: Remove additional spi chip select muxes

From: Doug Anderson
Date: Wed Dec 11 2019 - 13:18:03 EST


Hi,

On Tue, Dec 10, 2019 at 11:12 PM Rajendra Nayak <rnayak@xxxxxxxxxxxxxx> wrote:
>
> remove the additional CS muxes that were added by default for
> spi so every board using sc7180 does not have to override it.
>
> Signed-off-by: Rajendra Nayak <rnayak@xxxxxxxxxxxxxx>
> ---
> arch/arm64/boot/dts/qcom/sc7180.dtsi | 9 +++------
> 1 file changed, 3 insertions(+), 6 deletions(-)

In theory we could add some extra pinmux configs that boards could
reference if they want to use those chip selects (as long as we keep
them out of the "default"), but it's also fine to wait until someone
has an actual need for it.

Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>