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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E6B35C43334 for ; Thu, 2 Jun 2022 12:20:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234922AbiFBMUw (ORCPT ); Thu, 2 Jun 2022 08:20:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38750 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233364AbiFBMUu (ORCPT ); Thu, 2 Jun 2022 08:20:50 -0400 Received: from mail-ed1-x532.google.com (mail-ed1-x532.google.com [IPv6:2a00:1450:4864:20::532]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D8CEFFD17 for ; Thu, 2 Jun 2022 05:20:49 -0700 (PDT) Received: by mail-ed1-x532.google.com with SMTP id x5so952036edi.2 for ; Thu, 02 Jun 2022 05:20:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=FtOiIkV4ug7vKNy9XOE34Pci3xBG3uAAi0c6Gr7aiC4=; b=CkOaDxIoAlZOkpylrHDPhpkBKUbqAy4R65Mlsp7VpFhLqe5PM4xJVQPAwG5UrV8XH8 vU1mjuKZZ+letq1VvxeF7YdDO9ISLQJtCZwp/A8opjh0n//AZKnVAzze0C3Vf2TvgziI 7lHotX0lW708CXxXvuLhaNeabPppTXcXIDJbxSC/S38+SQiiH14cmhOYOYGW2uq2WoKT DNFkgZFJ6YKfRa4KfBOSw55gdFUJ0yH20sUCExBVLFn/olFDldQoi3X4598x/1FPtYk5 a8m7KqURE7PhGjeaEoH+agsnFXdKCb+jsHkNipy5VjeiZliamX/sV1XHQOEA5AbLOvIB /j1A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=FtOiIkV4ug7vKNy9XOE34Pci3xBG3uAAi0c6Gr7aiC4=; b=oqqv+Bqw6CP863PY6fe5scZGN6SsLajZprRLVfnJzEJofttXlKSjA6S+hqQEPAP69A VgKz9/HQLu/EG3N6ZwbjBL37XQ55j1xD14g4mEBrl1vipkKazc0DBew2w6PFmxD3fREe xaxDf57ZgRa7Z4QTM+OLN2c0TfFFPTnnHxG1dnGJuYNqwcQcgwpRZt/JEQd5KEKVesyW gszvd21f5TspJHPhg68/bLbY4Ey8sbiZY2SOwMG4V5K8i02VU4T0/iLr2btyq10UtKWt 6gtvT09NpNy4cXw8hpDJv/2hD9NHdOcqsPBLY8/nSYMtySZrePLQ/hmbsStadpTToxP4 86mg== X-Gm-Message-State: AOAM5338KrfMv5l1fNp4N6Mq0udHmoNeuSAq8Q8iBwgkZH+croEtBRGY DcPEAddnQhCDv1XjBCsnJn6rkw== X-Google-Smtp-Source: ABdhPJyUxSuNQJGlhNRIME/yhmzD8Iv88CDO5k/3PT93otIJAaLpe2nfe2tUn55lCuMSellx5ETl1A== X-Received: by 2002:aa7:dbc1:0:b0:42b:77a2:4f81 with SMTP id v1-20020aa7dbc1000000b0042b77a24f81mr5084597edt.287.1654172448433; Thu, 02 Jun 2022 05:20:48 -0700 (PDT) Received: from [192.168.0.181] (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id w7-20020a056402070700b0042aa153e73esm2382597edx.12.2022.06.02.05.20.47 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 02 Jun 2022 05:20:48 -0700 (PDT) Message-ID: <1cb6d111-25d2-a608-21b6-899ef20d735c@linaro.org> Date: Thu, 2 Jun 2022 14:20:47 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [PATCH v2 2/3] dt-bindings: soc: ti: pruss: Update bindings for K3 AM62x SoCs Content-Language: en-US To: Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Nishanth Menon , Santosh Shilimkar Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org References: <20220602120613.2175-1-kishon@ti.com> <20220602120613.2175-3-kishon@ti.com> From: Krzysztof Kozlowski In-Reply-To: <20220602120613.2175-3-kishon@ti.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 02/06/2022 14:06, Kishon Vijay Abraham I wrote: > Update the PRUSS bindings for the PRUSSM instance present in > AM625 SoC. > > Signed-off-by: Kishon Vijay Abraham I Acked-by: Krzysztof Kozlowski Best regards, Krzysztof