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 10A46C6379F for ; Mon, 6 Feb 2023 21:09:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229970AbjBFVJK (ORCPT ); Mon, 6 Feb 2023 16:09:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59940 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229879AbjBFVJG (ORCPT ); Mon, 6 Feb 2023 16:09:06 -0500 Received: from mail-vs1-xe2e.google.com (mail-vs1-xe2e.google.com [IPv6:2607:f8b0:4864:20::e2e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 27A48AD25 for ; Mon, 6 Feb 2023 13:09:04 -0800 (PST) Received: by mail-vs1-xe2e.google.com with SMTP id e9so14153850vsj.3 for ; Mon, 06 Feb 2023 13:09:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20210112.gappssmtp.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=kKnAJGyCCnfNAGY2q92rHOngYMexjT1r0XxyotjuIu4=; b=SCtzaCCTGWvGrvV+OG8Enbzd3Rcm7ItU25n+u/3bOYK1srs4btxAD5m9EDU2vNawNH f3iN6qge87wB7C4ZryoFfbaPx91P6ydexW1tHiwLJrQGhRxNUEmjZ657TrHw2m1nEuFf PwSpMJFBAIVa8MpOilFOjr8+/JBLulNQSNoExyRt2X56OvD1izB5SiTwmAt9c2Dnh2X8 jQZUJTJgs3YUPlsrg6zfa9asweL3Ba4FeUBB1p3FmM+qdime8xenpuTf7xN5hv6N+gNX E57YGarZMoe5s/kxkGIzjoOgXFt5OOA73bdPNuUt0tiRMJZH0bWXX/N3/Tb4jmL3s+Wz yYhg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=kKnAJGyCCnfNAGY2q92rHOngYMexjT1r0XxyotjuIu4=; b=G/4gpSM2Edl6DN2RMgjxFWOz6RK8o8YQVRWROaGqoLpeoxOVrJs3RNF4fZr1ZVL2jX yWCyjcRpyb5XRlQ+dEGZlRznkfdulvFZNMs4M8Apf0X17TndD5nJufjf9W4mjJz6BXt+ 2yRIejtc4H7z3VfFDhmONjlELSQwPrsTetuHkdSy8hzXjZyhKjlxpBCfQGcLPTSU8/Z6 U/0abDG4ulGlPmGRzSihu9RPQYoaDyHEUKnz5HE1DbkWIKdGNwkjCTyNpCkFTelGTF0D 2Vz9B5zwpjuy1oaB1LJLaDKqOx/u0Qttk+lU5Au2WcVkECJoXmFF8xSkwAYLkc+OZpU4 3LMA== X-Gm-Message-State: AO0yUKWUdjahA6h29+rlzHJt84h/Ao0fmlx61z4uL/omp0+RQm4ejc3T fGQHywYCk3kFcEyrOkqs0al9pPrOXWHh/revYHUhTpy2oyB+Q1T+ X-Google-Smtp-Source: AK7set96+DXJuZhadEBrgAjWw4rwXNpHt50BHKJiqRWwt7Puds78HllZw1LXnUAOmFcdLvtc4sUdG96/cxPNLG8YluY= X-Received: by 2002:a67:1904:0:b0:3e8:d5a8:3fbe with SMTP id 4-20020a671904000000b003e8d5a83fbemr245008vsz.9.1675717743204; Mon, 06 Feb 2023 13:09:03 -0800 (PST) MIME-Version: 1.0 References: <20230201152038.203387-1-brgl@bgdev.pl> In-Reply-To: <20230201152038.203387-1-brgl@bgdev.pl> From: Bartosz Golaszewski Date: Mon, 6 Feb 2023 22:08:52 +0100 Message-ID: Subject: Re: [PATCH v3 0/5] arm64: qcom: add initial support for qcom sa8775p-ride To: Bjorn Andersson , Andy Gross , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Manivannan Sadhasivam , Jassi Brar , Wim Van Sebroeck , Guenter Roeck Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-watchdog@vger.kernel.org, Bartosz Golaszewski Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 1, 2023 at 4:21 PM Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > This iteration contains a fixed DTS and all not already applied DT bindings > patches (with tags collected). > > v2 -> v3: > - reorder properties (reg always first, etc.) > - tweak node names > - remove properties filled in by the firmware > > v1 -> v2: > - lots of improvements all around the place to make the dts pass dtbs_check > (with some additional patches fixing bugs in existing dt bindings), > make dtbs W=1 and checkpatch.pl > - move board-specific properties to the board .dts file > - ordered top-level nodes alphabetically and sub-nodes by the reg property > - fixed licensing > - set #address-cells and #size-cells to <2> in the soc node and update sub-nodes > > Bartosz Golaszewski (5): > dt-bindings: firmware: qcom,scm: add qcom,scm-sa8775p compatible > dt-bindings: mailbox: qcom-ipcc: document the sa8775p platform > dt-bindings: watchdog: qcom-wdt: add qcom,apss-wdt-sa8775p compatible > dt-bindings: arm: qcom: add the sa8775p-ride board > arm64: dts: qcom: add initial support for qcom sa8775p-ride > > .../devicetree/bindings/arm/qcom.yaml | 7 + > .../bindings/firmware/qcom,scm.yaml | 1 + > .../bindings/mailbox/qcom-ipcc.yaml | 1 + > .../bindings/watchdog/qcom-wdt.yaml | 1 + > arch/arm64/boot/dts/qcom/Makefile | 1 + > arch/arm64/boot/dts/qcom/sa8775p-ride.dts | 47 + > arch/arm64/boot/dts/qcom/sa8775p.dtsi | 812 ++++++++++++++++++ > 7 files changed, 870 insertions(+) > create mode 100644 arch/arm64/boot/dts/qcom/sa8775p-ride.dts > create mode 100644 arch/arm64/boot/dts/qcom/sa8775p.dtsi > > -- > 2.37.2 > Hey Bjorn, can you pick up this series as it looks like it's ready to go? Bart