From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4369E1F5842; Mon, 17 Mar 2025 20:37:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742243863; cv=none; b=i8poimgl1Tksj3HDwxnYY4QD1wQ5UrnybmprnNQiWi33divYfhpbcw8slFc3KWqxLYO59rmRLgiHQzfyOQcbXq6jaoJEdJzXxIMZTDE4XkfyURJU1q7O1BxnkOHNYvr+rQaAlMxVBilumGWXf5qqg8SkXi99zbX4yk3s5h8trqk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742243863; c=relaxed/simple; bh=EAH6DiCttghSq5ONxKx1j8unsQnFPM5gcsSzH37iVwk=; h=Date:Content-Type:MIME-Version:From:Cc:To:In-Reply-To:References: Message-Id:Subject; b=lJUXlL9RDnzpqhvqlCNplMGechZ0lznj3qiRt+MKLLvLGhpywBO9jCwtYo6krGFa3VGaIvnYIa3fjdDHKejhHrelz880dX5OrMCGxPFWy15xjNiDHFhYhIt+aEeG3KCJO98pVp88goY+kqxmv73XvgUWA/rGn7uM47SgNEUwv7M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=fNK+qsZM; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="fNK+qsZM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C2036C4CEF3; Mon, 17 Mar 2025 20:37:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1742243863; bh=EAH6DiCttghSq5ONxKx1j8unsQnFPM5gcsSzH37iVwk=; h=Date:From:Cc:To:In-Reply-To:References:Subject:From; b=fNK+qsZMETCsE4vmpMKLZl6mMxKbZdsm1Ao1mDGWMjmPYCVkQXEsVH09rfa1QEZCx TXKDmiRQLmQufOImGnEtGDP7Mulf2Rnm4WsbooLztBQdCpHtNPwc1Q6NB9RxZ47fO3 ZwojOst6zp4Gj5Y2HczDnx1KkC6PVg+0nHIfHM/NG2IpNJkBkIwIpiydFBaU/kJhDd 5+23T/UpyHw9HRtOO5TqmfrL+7fCf+AsMgNpYaYQXQ3lgiHRWuaTjQPH1gK2reI7aJ V0/tCr4gKU5y88UahVcaADEzP8z9wXgLlkpquCy/p2G3ck6oMT8ePuUc21Fl717hWQ 7SDdACX9nDedQ== Date: Mon, 17 Mar 2025 15:37:41 -0500 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: "Rob Herring (Arm)" Cc: Dmitry Baryshkov , Lee Jones , Maxime Ripard , Marijn Suijten , Bjorn Andersson , freedreno@lists.freedesktop.org, Kumar Gala , Thomas Zimmermann , Krzysztof Kozlowski , Konrad Dybcio , Abhinav Kumar , Simona Vetter , Sean Paul , "Ivan T. Ivanov" , David Heidelberg , Suzuki K Poulose , James Clark , David Airlie , Georgi Djakov , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, coresight@lists.linaro.org, linux-arm-msm@vger.kernel.org, Rob Clark , Neil Armstrong , Mathieu Poirier , Andy Gross , Mike Leach , linux-arm-kernel@lists.infradead.org, Conor Dooley , Andy Gross , Leo Yan , dri-devel@lists.freedesktop.org, Maarten Lankhorst To: Dmitry Baryshkov In-Reply-To: <20250317-fix-nexus-4-v1-0-655c52e2ad97@oss.qualcomm.com> References: <20250317-fix-nexus-4-v1-0-655c52e2ad97@oss.qualcomm.com> Message-Id: <174224352766.683604.12560729798577306237.robh@kernel.org> Subject: Re: [PATCH 0/9] ARM: qcom: fix APQ8064 schema warnings On Mon, 17 Mar 2025 19:44:35 +0200, Dmitry Baryshkov wrote: > Rob's bot has reported [1] several warnings for Nexus 4 submisson, > however none of those warnings are specific to that device. Fix all > those warnings for all APQ8064 platforms by extending existing schemas, > adding missing schemas and making APQ8064 DT follow all the schema > files. > > [1]: https://lore.kernel.org/linux-arm-msm/174221818190.3957236.3364090534153729086.robh@kernel.org/ > > Signed-off-by: Dmitry Baryshkov > --- > Dmitry Baryshkov (9): > dt-bindings: soc: qcom,rpm: add missing clock-controller node > dt-bindings: display/msm: describe SFPB device > dt-bindings: soc: qcom: add Smart Peripheral System Interrupt Controller > dt-bindings: arm: qcom,coresight-static-replicator: add optional clocks > ARM: dts: qcom-apq8064: add missing clocks to the timer node > ARM: dts: qcom: apq8064 merge hw splinlock into corresponding syscon device > ARM: dts: qcom: apq8064: use new compatible for SFPB device > ARM: dts: qcom: apq8064: use new compatible for SPS SIC device > ARM: dts: qcom: apq8064: move replicator out of soc node > > .../arm/arm,coresight-static-replicator.yaml | 10 +++ > .../devicetree/bindings/display/msm/qcom,sfpb.yaml | 39 ++++++++++ > .../devicetree/bindings/soc/qcom/qcom,rpm.yaml | 8 ++ > .../devicetree/bindings/soc/qcom/qcom,sps-sic.yaml | 38 ++++++++++ > arch/arm/boot/dts/qcom/qcom-apq8064.dtsi | 85 +++++++++++----------- > 5 files changed, 136 insertions(+), 44 deletions(-) > --- > base-commit: 2bb3cf7805af73af62ebfcbb55e350549b6a0912 > change-id: 20250317-fix-nexus-4-dd0fe3bca987 > > Best regards, > -- > Dmitry Baryshkov > > > My bot found new DTB warnings on the .dts files added or changed in this series. Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings are fixed by another series. Ultimately, it is up to the platform maintainer whether these warnings are acceptable or not. No need to reply unless the platform maintainer has comments. If you already ran DT checks and didn't see these error(s), then make sure dt-schema is up to date: pip3 install dtschema --upgrade New warnings running 'make CHECK_DTBS=y for arch/arm/boot/dts/qcom/' for 20250317-fix-nexus-4-v1-0-655c52e2ad97@oss.qualcomm.com: arch/arm/boot/dts/qcom/qcom-ipq8064-ap148.dtb: rpm@108000: 'clock-names', 'clocks' do not match any of the regexes: '^regulators(-[01])?$', 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/soc/qcom/qcom,rpm.yaml# arch/arm/boot/dts/qcom/qcom-ipq8064-rb3011.dtb: rpm@108000: 'clock-names', 'clocks' do not match any of the regexes: '^regulators(-[01])?$', 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/soc/qcom/qcom,rpm.yaml# arch/arm/boot/dts/qcom/qcom-apq8060-dragonboard.dtb: rpm@104000: 'clock-names', 'clocks' do not match any of the regexes: '^regulators(-[01])?$', 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/soc/qcom/qcom,rpm.yaml# arch/arm/boot/dts/qcom/qcom-msm8660-surf.dtb: rpm@104000: 'clock-names', 'clocks' do not match any of the regexes: '^regulators(-[01])?$', 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/soc/qcom/qcom,rpm.yaml#