From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9BF4BC433EF for ; Thu, 3 Feb 2022 21:43:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1355442AbiBCVm7 (ORCPT ); Thu, 3 Feb 2022 16:42:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46952 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1355407AbiBCVm7 (ORCPT ); Thu, 3 Feb 2022 16:42:59 -0500 Received: from mail-ot1-x332.google.com (mail-ot1-x332.google.com [IPv6:2607:f8b0:4864:20::332]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 20E00C061714 for ; Thu, 3 Feb 2022 13:42:59 -0800 (PST) Received: by mail-ot1-x332.google.com with SMTP id o9-20020a9d7189000000b0059ee49b4f0fso3714758otj.2 for ; Thu, 03 Feb 2022 13:42:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:in-reply-to:references:from:user-agent:date:message-id :subject:to:cc; bh=rZKb/URIRb4e+1bq8WG2naPTAIt04R1V4A+/AOQJl5M=; b=Zf6GC6P6k4E2dueABypEgo62Lv+i3l2RFwhGUQSmjg+1kA2upWJPfHzShEgEzgvVDl Ua1Yv3V6RcxXR83e8HKwdEzppPas66GaBIFyXygHC7Lmka9iDN47zmY3oiW3dD/xYq06 ql137IYDI4LAC4RnEaU4i7kaE9g22NV9vutrE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:in-reply-to:references:from :user-agent:date:message-id:subject:to:cc; bh=rZKb/URIRb4e+1bq8WG2naPTAIt04R1V4A+/AOQJl5M=; b=NUHww/gFAa7m6fWhN6+XERYc0nRKqD03oc4qm19yMdmysmSQRv5Y7MfRLWorvxma4c ss0I1WAhSWchftTVxPXJ+aEHfFXytMSQwfkP7bfueUsHbjsqJMqoB9wcvcs0V64ZplSB E/+yGuMEvcxHLrEef9f4yieUTyT8tLTA1OJQA/YBbISlzUY9R6g6NrFE2284y0yIttIK BuRr4Xdht7u20745e4qcNXdDHsb7+hvW46Cp8G/MiRIflsF250NGalc/VX5Vvw+3wrs/ TBVAmO47L5nBg4TqCPMabSAIvJ7RtRwJGoLUqBHblRg6IKgy5OPyM6KoFgc8oHtnVd6W ia1w== X-Gm-Message-State: AOAM532h4EemUqhJ3qfsnhAhguDwnr0pwqQ1GIF0AfZGZnnQpITKMgNQ aaH9rWg4qna9XL+vO7cUL/OmQlgI1UAwM6x1oSDvxQ== X-Google-Smtp-Source: ABdhPJwOrdMT6DEZpuC4Xl8C+ncm9GmabxBxkq3j/gPjgxLIYcBg0xtPPRBeD0/wfYLGAK9zt/aT/y71aEC8gWzGQ54= X-Received: by 2002:a9d:6f06:: with SMTP id n6mr40779otq.159.1643924578513; Thu, 03 Feb 2022 13:42:58 -0800 (PST) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Thu, 3 Feb 2022 21:42:58 +0000 MIME-Version: 1.0 In-Reply-To: <20220202132301.v3.11.Iecb7267402e697a5cfef4cd517116ea5b308ac9e@changeid> References: <20220202212348.1391534-1-dianders@chromium.org> <20220202132301.v3.11.Iecb7267402e697a5cfef4cd517116ea5b308ac9e@changeid> From: Stephen Boyd User-Agent: alot/0.10 Date: Thu, 3 Feb 2022 21:42:58 +0000 Message-ID: Subject: Re: [PATCH v3 11/14] arm64: dts: qcom: sc7280: Add a blank line in the dp node To: Bjorn Andersson , Douglas Anderson Cc: pmaliset@codeaurora.org, mka@chromium.org, quic_rjendra@quicinc.com, Shaik Sajida Bhanu , kgodara@codeaurora.org, konrad.dybcio@somainline.org, Sankeerth Billakanti , sibis@codeaurora.org, Andy Gross , Rob Herring , devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Quoting Douglas Anderson (2022-02-02 13:23:45) > It's weird that there's a blank line between the two port nodes but > not between the attributes and the first port node. Add an extra blank > line to make it look right. > > Signed-off-by: Douglas Anderson > --- Reviewed-by: Stephen Boyd