Re: [PATCH v1 1/2] arm64: dts: qcom: sc7180: Move sdc pinconf to board specific DT files

From: Doug Anderson
Date: Fri May 21 2021 - 17:15:30 EST


Hi,

On Fri, May 21, 2021 at 1:06 PM Sujit Kautkar <sujitka@xxxxxxxxxxxx> wrote:
>
> Move sdc1/sdc2 pinconf from SoC specific DT file to board specific DT
> files
>
> Signed-off-by: Sujit Kautkar <sujitka@xxxxxxxxxxxx>
> ---
>
> arch/arm64/boot/dts/qcom/sc7180-idp.dts | 102 +++++++++++++++++++
> arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi | 102 +++++++++++++++++++
> arch/arm64/boot/dts/qcom/sc7180.dtsi | 102 -------------------
> 3 files changed, 204 insertions(+), 102 deletions(-)

Yup, this looks good to me. Basically a no-op change moving this to
the two boards.

Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>