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 X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 648B7C47423 for ; Thu, 1 Oct 2020 05:57:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1AB57221EC for ; Thu, 1 Oct 2020 05:57:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601531873; bh=5A8huyh7mO8Fn8+Q4eHC8D8rJLauCgOZRKgr5RgSKBk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=O0DhQzfB+wa2Ip63L3ZpJZukHDSVqOI37ZfUNRWsDxAMXKBuN2vKe4NGBFoFxr/h0 mo+EFWH24D0fYicmP+yGf12kw3r3z9AYuryhYbZL8mlZoaPGZP58PMD3abilb/jpZg sUyeaqg8xeigCxP8U75HqdwxmRmZhsdgedFIUe2Y= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730245AbgJAF5w (ORCPT ); Thu, 1 Oct 2020 01:57:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:47162 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725894AbgJAF5v (ORCPT ); Thu, 1 Oct 2020 01:57:51 -0400 Received: from localhost (unknown [122.167.37.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 962BA221E7; Thu, 1 Oct 2020 05:57:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601531871; bh=5A8huyh7mO8Fn8+Q4eHC8D8rJLauCgOZRKgr5RgSKBk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cwMK/g+47+vPzMx27wHKXrJ7Yoahweupywk4EhfyS8Cu38iop4tu4H+m0wxoJY9x4 QzWHkupNrPjc9vHTDS48mdzBJo6+q1CZEWihvTj7iwjOtnX7CI7oXKPd2JRzHe3V25 z8M2eEmIZutChuNvGxi2FNlVMs+DDgD8+y5zKuwk= Date: Thu, 1 Oct 2020 11:27:47 +0530 From: Vinod Koul To: Dmitry Baryshkov Cc: Andy Gross , Bjorn Andersson , Rob Herring , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH] arm64: dts: qcom: correct compatible for sm8250-mtp Message-ID: <20201001055747.GR2968@vkoul-mobl> References: <20200930112133.2091505-1-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200930112133.2091505-1-dmitry.baryshkov@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 30-09-20, 14:21, Dmitry Baryshkov wrote: > Qualcomm boards should define two compatible strings: one for board, > anoter one for SoC family. sm8250-mtp.dts lists just the board > compatible, which makes it incompatible with qcom.yaml schema. Reviewed-by: Vinod Koul -- ~Vinod