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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A02AEC433FE for ; Tue, 26 Oct 2021 14:17:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7F70A610C7 for ; Tue, 26 Oct 2021 14:17:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234785AbhJZOUK (ORCPT ); Tue, 26 Oct 2021 10:20:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52532 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230077AbhJZOUJ (ORCPT ); Tue, 26 Oct 2021 10:20:09 -0400 Received: from mail-io1-xd36.google.com (mail-io1-xd36.google.com [IPv6:2607:f8b0:4864:20::d36]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BC421C061348 for ; Tue, 26 Oct 2021 07:17:45 -0700 (PDT) Received: by mail-io1-xd36.google.com with SMTP id v65so9040997ioe.5 for ; Tue, 26 Oct 2021 07:17:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ieee.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=760ZElop6ZLsQ88z+YqPOpJFTUrugLm2l1ikv3lUPKE=; b=cu/RKYxnwzW3x8m/UFGetYR/dPqlR1mmPEFE7NVkJgedNQX1zAonFkRRMpZkTLXmB6 qMWatzgemSDh25dKIXhJQ8jo+IGA7cREO2B88PbhGVzwB57c4lkwu/HNecHtR7i6uubE 2By5Ctfba1wIoFYe2rtNrlXkaC7G13kqqhq7g= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=760ZElop6ZLsQ88z+YqPOpJFTUrugLm2l1ikv3lUPKE=; b=GUGAPbxzTGLslqDJjUOSjnYdMksRyKackN5ow4gGa6ppsRpA8YBojCK9Kpr5fuNMeZ 0SXajonZGRaLzy34CFK3+zInHPRQNf2FFK41s2XPiz/XpEYKcvDJ2L2tFEw0bmeEpTYS 27hMVTBX4VGiWeeE+RzaoDghVBJ9vYJpd+HkYz8HoAxsnQWN/sH2OQGZVf/L+rwssKxg VngoLZOCXpTUQLSJo3lMkQHSQYAceSWLbGH5AFcIrwzWwXkGoWudTu9VM1FMFHMRXA8X Sz1jUgrXP8gC9W5t28Lfe3U4BnAxY/dOF6DZPeu8lPOWng77xOrbB0KbjsXJ/YRvkgoL hBHw== X-Gm-Message-State: AOAM532NGK0w76X/ksJ6BH+8qvjgreBNU3m7sCKYtP36iYVC3JMCrc7a my4IfVWqt9Gysb/Y6NqNpZBYDA== X-Google-Smtp-Source: ABdhPJw+vuHb4SnbwrgIFtuOrWJsylVX+xHOd8CFggfyuK3BnxNMbdiCVQJFjmy+HXybBe7wmw0gkg== X-Received: by 2002:a05:6638:1505:: with SMTP id b5mr16017331jat.99.1635257865169; Tue, 26 Oct 2021 07:17:45 -0700 (PDT) Received: from [172.22.22.4] (c-73-185-129-58.hsd1.mn.comcast.net. [73.185.129.58]) by smtp.googlemail.com with ESMTPSA id l3sm4682381ilv.46.2021.10.26.07.17.44 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 26 Oct 2021 07:17:44 -0700 (PDT) Subject: Re: [PATCH 1/2] dt-bindings: net: qcom,ipa: describe IPA v4.5 interconnects To: David Heidelberg , Andy Gross , Bjorn Andersson , "David S. Miller" , Jakub Kicinski , Rob Herring , Alex Elder Cc: ~okias/devicetree@lists.sr.ht, linux-arm-msm@vger.kernel.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20211020225435.274628-1-david@ixit.cz> <05b2cc69-d8a4-750d-d98d-db8580546a15@ieee.org> From: Alex Elder Message-ID: <52362729-032b-e9e2-bbb9-663b1d566b37@ieee.org> Date: Tue, 26 Oct 2021 09:17:43 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 10/21/21 5:11 PM, David Heidelberg wrote: > Hello Alex, > > it's make dtbs_check (for me with ARCH=arm) > > David Thank you, I see the errors now. I am gathering information so I can fix the interconnect issue for IPA v4.5 (SDX55). Your other suggested change (increasing the allowed number of iommus) is the right thing to do, but it seems you need to specify "minItems = 1" as well to avoid the error Rob pointed out. You should post version two of that patch (only), or if you would prefer I do that, say so. Another error that shows up is that no "qcom,smp2p" schema matches. I'm pretty sure that's simply because the binding "soc/qcom/qcom,smp2p.txt" has not bee converted to YAML. -Alex