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 568DDC54E58 for ; Mon, 25 Mar 2024 13:56:04 +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=uTG7MZ4pkqqb7BcrmfkLInWF1NxJuVTa0INYIDSmU/0=; b=pUayA5xBosETZg24fKm7lvPWU+ oR06lTarePiX4z819gX403ImOMg72vWUyUZK/4pkvXfXp+ElzPzjFhEUHPqYyBWjza0K7T3lARo7K yxpYOg6QG3s0N/9ZC7z/weHHbnETQrMmarIV94tVmCZ+q0IpFjlE4aVjQTSy21MSEBQ3ZYk3iESfv lLZLUqw4ZVQicwZXxme56hHQKyJ7s1H2rwp9fW+NMyzjWtKpzT0Ztk0GYF5Av6SVSh+FgTUZT2SFH mIOztq7wXASzMLzDB6buS69Lw/9bm1lnDTCGfxKbBpYKw0T6i9BtnZXwtiRLfs4vuitXLHHaXDZ2a ja67IDKw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1roknn-000000005HS-2RjJ; Mon, 25 Mar 2024 13:55:51 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1roknc-000000005BN-3DRU for linux-arm-kernel@lists.infradead.org; Mon, 25 Mar 2024 13:55:42 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 97DC66106E; Mon, 25 Mar 2024 13:55:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 94501C433A6; Mon, 25 Mar 2024 13:55:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1711374938; bh=D61EWznHl1PQPwhFhPh0ucTPJDZRKnDy5Hwth2zSCVY=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=VZ8vvA8wSXhcmeM+jmsTEVCXzgT2/HxOjFjwK9wHTB6h/18eB1gp3WPDfshnmCa9P pGERQU89hgEqh73EZYpDO7zOssf3xCCYQTevM6ZdDxYIozYt6tnTEjR9orQeyJ00m/ N4/d66k10ro7sXvp0qEe94wceFwKui/EaKSzD6vpghskeQznG6bk6Mix1En9sP6Ow+ yGywbgFdW+6wI8eV2DvAt48eXvtRhxn1g1bnv3nlUDECrn1TG9FEbij2lKHEcPLGT5 H0l8bog0s4BOwEb+UR3SkMCppef+Cn1eVbhvs1m+/UZFXSjlbQyzvDfdnuu30Xvac7 XUnra2SUZNsBA== Date: Mon, 25 Mar 2024 08:55:37 -0500 MIME-Version: 1.0 From: Rob Herring To: Stanislav Jakubek Cc: Conor Dooley , Bjorn Andersson , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, phone-devel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Krzysztof Kozlowski , Konrad Dybcio , devicetree@vger.kernel.org In-Reply-To: References: Message-Id: <171137470670.3264858.14092936502635914730.robh@kernel.org> Subject: Re: [PATCH 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-20240325_065541_112591_01DF89CA X-CRM114-Status: GOOD ( 11.06 ) 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, 24 Mar 2024 15:03:59 +0100, Stanislav Jakubek wrote: > Document the Motorola Moto G (2013), which is a smartphone based > on the Qualcomm MSM8226 SoC. > > Signed-off-by: Stanislav Jakubek > --- > 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 f5d4d71cd59f25b80889ef88fa044aa3a4268d46.1711288736.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