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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 34776CD1284 for ; Tue, 9 Apr 2024 13:39:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Subject:Message-Id:References: In-Reply-To:Cc:To:From:MIME-Version:Date:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=0AbUcTjV/f2f31Mj54MR4vZwrkeCeU1SlC4bP63vHNo=; b=0XzRa6WWBw18RTGSstAC8sgFVL tXfCfUyHF4mk7nxOkE42rxerIie1Pw7o8Se3FAznC2S7qGRncUKDP1DkbPcCf7FmRIepDYEV41xW7 9RqYitohxWmRT3HQqC8sn9qXITUHe2oRnWGsEo3jAiqPzJ5A9euCnRwG5FQhYNKkwcLvotVjXj1xz dHcNA8rm9K+0gxwrq/r397eBegfMpCz2y5erfq9JwxZIP+dnDYiqMvzvhIQjHmwwZeEz9KSRs4ODY rXlFjY/7jCGxL6rGAUyaChj2uO9mCRp9e7WhqcUwfdbmqMEwlqCXR8N0XfocH9mlR7qnDRAKE68a7 jUMNCByA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1ruBhU-00000002BIh-1KWt; Tue, 09 Apr 2024 13:39:48 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1ruBgs-00000002AoJ-1kuH for linux-arm-kernel@lists.infradead.org; Tue, 09 Apr 2024 13:39:14 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 8F711CE1F26; Tue, 9 Apr 2024 13:39:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A745EC43394; Tue, 9 Apr 2024 13:39:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1712669947; bh=ufZjj/dqW11/Dx5bguBYdYOpNmt61BYctGvVnxZcsHw=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=st9BVkrgDrkpcnic8fOcBW+Vg9I3hqLNdirHD9+YhwHbm0T++ftajcdwnair3fnpY Upo6at1S+pU0SOIPDI/FZJZXdmr8bZSpStTpMaL955GzhdNilcKZIvH4cJO0WJDGhd gNthcdjh3hq1Kk8Tmqugr/S9J2/FlbhxGKmMHJj3dgyVKV1qtl59JMByzxmWVwOdib COGO7eoUJ064h843DKb22WjLmdmIBLshUXyzKccQuRXoRzaeBYSvp5fbdtDP7dPJ6d SMU0oPESBVyDP0dY6OeDtzZ2L/tWqEOPNJWO7ip4o5yVLTdf2Qisc2dS9J3QHlxvCG TpPIxINNTvNJQ== Date: Tue, 09 Apr 2024 08:39:06 -0500 MIME-Version: 1.0 From: Rob Herring To: Stanislav Jakubek Cc: Conor Dooley , phone-devel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, Konrad Dybcio , devicetree@vger.kernel.org, Bjorn Andersson In-Reply-To: <32c507337ab80c550fb1df08f7014d1e31eb4c32.1712480582.git.stano.jakubek@gmail.com> References: <32c507337ab80c550fb1df08f7014d1e31eb4c32.1712480582.git.stano.jakubek@gmail.com> Message-Id: <171266958581.1032688.14946054886230163874.robh@kernel.org> Subject: Re: [PATCH v3 1/2] dt-bindings: arm: qcom: Add Motorola Moto G (2013) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240409_063911_014844_7ED78771 X-CRM114-Status: GOOD ( 11.54 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sun, 07 Apr 2024 11:05:10 +0200, Stanislav Jakubek wrote: > Document the Motorola Moto G (2013), which is a smartphone based > on the Qualcomm MSM8226 SoC. > > Acked-by: Krzysztof Kozlowski > Signed-off-by: Stanislav Jakubek > --- > Changes in V3: > - no changes > > Changes in V2: > - collect Krzysztof's A-b > > Documentation/devicetree/bindings/arm/qcom.yaml | 1 + > 1 file changed, 1 insertion(+) > 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 qcom/msm8226-motorola-falcon.dtb' for 32c507337ab80c550fb1df08f7014d1e31eb4c32.1712480582.git.stano.jakubek@gmail.com: arch/arm/boot/dts/qcom/msm8226-motorola-falcon.dtb: syscon@f9011000: compatible: 'anyOf' conditional failed, one must be fixed: ['syscon'] is too short 'syscon' is not one of ['allwinner,sun8i-a83t-system-controller', 'allwinner,sun8i-h3-system-controller', 'allwinner,sun8i-v3s-system-controller', 'allwinner,sun50i-a64-system-controller', 'amd,pensando-elba-syscon', 'brcm,cru-clkset', 'freecom,fsg-cs2-system-controller', 'fsl,imx93-aonmix-ns-syscfg', 'fsl,imx93-wakeupmix-syscfg', 'hisilicon,dsa-subctrl', 'hisilicon,hi6220-sramctrl', 'hisilicon,pcie-sas-subctrl', 'hisilicon,peri-subctrl', 'hpe,gxp-sysreg', 'intel,lgm-syscon', 'loongson,ls1b-syscon', 'loongson,ls1c-syscon', 'marvell,armada-3700-usb2-host-misc', 'mediatek,mt8135-pctl-a-syscfg', 'mediatek,mt8135-pctl-b-syscfg', 'mediatek,mt8365-syscfg', 'microchip,lan966x-cpu-syscon', 'microchip,sparx5-cpu-syscon', 'mstar,msc313-pmsleep', 'nuvoton,ma35d1-sys', 'nuvoton,wpcm450-shm', 'rockchip,px30-qos', 'rockchip,rk3036-qos', 'rockchip,rk3066-qos', 'rockchip,rk3128-qos', 'rockchip,rk3228-qos', 'rockchip,rk3288-qos', 'rockchip,rk3368-qos', 'rockchip,rk3399-qos', 'rockchip,rk3568-qos', ' rockchip,rk3588-qos', 'rockchip,rv1126-qos', 'starfive,jh7100-sysmain', 'ti,am62-usb-phy-ctrl', 'ti,am654-dss-oldi-io-ctrl', 'ti,am654-serdes-ctrl', 'ti,j784s4-pcie-ctrl'] from schema $id: http://devicetree.org/schemas/mfd/syscon.yaml# _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel