From patchwork Mon Sep 27 10:38:09 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sinthu Raja X-Patchwork-Id: 12519571 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 62DEDC433F5 for ; Mon, 27 Sep 2021 11:07:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 37C2A60F91 for ; Mon, 27 Sep 2021 11:07:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233943AbhI0LJ1 (ORCPT ); Mon, 27 Sep 2021 07:09:27 -0400 Received: from egress-ip4a.ess.de.barracuda.com ([18.184.203.227]:36870 "EHLO egress-ip4a.ess.de.barracuda.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233926AbhI0LJ0 (ORCPT ); Mon, 27 Sep 2021 07:09:26 -0400 Received: from mail-io1-f69.google.com (mail-io1-f69.google.com [209.85.166.69]) by mx-outbound12-93.eu-central-1a.ess.aws.cudaops.com (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 27 Sep 2021 11:07:44 +0000 Received: by mail-io1-f69.google.com with SMTP id o19-20020a0566022e1300b005d66225622dso14593998iow.3 for ; Mon, 27 Sep 2021 04:07:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mistralsolutions.com; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=p76vO38lP42vKSvVTlZjl6ogRnpGJnVTAURe7DbLNkY=; b=J9t1M0Y3lar2Zm0toksTFZlqMFRNIYO+HUJ/JJNwyImt1r4B64TWR8Pz5IQzZW4m0L VcqU1jCTWxdjlzLiQq+9O8ItLkayX+mB+trs3PetHBUZdTq2WRsRXqGcetO3vkxMAf+i eR0FoEst0NY0+To6v3t0lVfhb8x9vKXtpU01Y= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=p76vO38lP42vKSvVTlZjl6ogRnpGJnVTAURe7DbLNkY=; b=EL4e6fP5UdX7Nt73SxhYTmn2OM93Uq2+4I2UZxg81Z7SA3p+lZZ8W/6Iz4mSya2sxq tLzsBEWwnzSFjxd7x84ccAPN0S7UuK4hu7i+PxYZsO+nUm1063fV1GzE+rwVeoWhiX/p QYXAmvVynhUlLOQYfeve1j1sfQaq2RT19+tfrtRZUJMmhk65dpJTOqYHh3xyxpnUDAE7 ZFp83OuZhwMcj5iG0ji0OaLiORu1Coru5nP0mgAfWFMyFbzDuCkQkXb/oLqt4UkOpzXD vNdVc2KsNkX2V5nBxBSn8rcx08wc283hHthfLqswThkuNVspgLYKtAtdvOXBhTkEOxM9 0wmw== X-Gm-Message-State: AOAM532DZFAHmzPI8r/Wh5mLfvZcb81JdWWUdLVSn0HaaGAWOG5+oHmr cYVvCTM8oh+UizH9CTl2OIscFHnmJ0wAHtgI+lA77H2Jni1rmnUn3KYdfNpGG+aFq/Sa9GKGGFU yprzOsGMcn0ADCNMD/95mogSHGRuxtG52iM502XlE8hjKEbS0SmiHbFw9T/NtUw9uoA== X-Received: by 2002:a63:4464:: with SMTP id t36mr15950958pgk.4.1632739098416; Mon, 27 Sep 2021 03:38:18 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyPvl9zDSO8xOMaDvu7fZO/wrBNF6HH9FdoyajHTFW7U9Lihp4AqMlhBOHiinSjGPKUQ8/LRg== X-Received: by 2002:a63:4464:: with SMTP id t36mr15950947pgk.4.1632739098139; Mon, 27 Sep 2021 03:38:18 -0700 (PDT) Received: from LAP568U.mistral.in ([106.51.227.150]) by smtp.gmail.com with ESMTPSA id t68sm18030894pgc.59.2021.09.27.03.38.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 27 Sep 2021 03:38:17 -0700 (PDT) From: Sinthu Raja X-Google-Original-From: Sinthu Raja To: Suman Anna , Rob Herring , Mathieu Poirier , Bjorn Andersson , Ohad Ben-Cohen Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-remoteproc@vger.kernel.org, Nishanth Menon , Sinthu Raja Subject: [PATCH V4 0/2] dt-bindings: remoteproc: k3-r5f|dsp: Remove Date: Mon, 27 Sep 2021 16:08:09 +0530 Message-Id: <20210927103811.11222-1-sinthu.raja@ti.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 X-BESS-ID: 1632740863-303165-5395-1406-1 X-BESS-VER: 2019.1_20210921.2035 X-BESS-Apparent-Source-IP: 209.85.166.69 X-BESS-Outbound-Spam-Score: 0.20 X-BESS-Outbound-Spam-Report: Code version 3.2, rules version 3.2.2.234759 [from cloudscan10-245.eu-central-1a.ess.aws.cudaops.com] Rule breakdown below pts rule name description ---- ---------------------- -------------------------------- 0.00 BSF_SC0_MISMATCH_TO META: Envelope rcpt doesn't match header 0.00 BSF_BESS_OUTBOUND META: BESS Outbound 0.20 PR0N_SUBJECT META: Subject has letters around special characters (pr0n) X-BESS-Outbound-Spam-Status: SCORE=0.20 using account:ESS91090 scores of KILL_LEVEL=7.0 tests=BSF_SC0_MISMATCH_TO, BSF_BESS_OUTBOUND, PR0N_SUBJECT X-BESS-BRTS-Status: 1 Precedence: bulk List-ID: X-Mailing-List: linux-remoteproc@vger.kernel.org From: Sinthu Raja Hi All, The series of patches are meant to help make the rproc bindings for K3 r5f and dsp support independent of board/platform involved. Changes in V4: Addressed review comments: - Removed Fixes tags from the commit descriptions. - Updated subject and commit description to emphasis on cleaning up of the example to address the dt_binding_check warnings. V3: https://lore.kernel.org/all/20210917095426.19277-1-sinthu.raja@ti.com/ V2: https://lore.kernel.org/all/20210818074030.1877-1-sinthu.raja@ti.com/ V1: https://lore.kernel.org/all/20210817152005.21575-1-sinthu.raja@ti.com/ Sinthu Raja (2): dt-bindings: remoteproc: k3-r5f: Cleanup SoC compatible from DT example dt-bindings: remoteproc: k3-dsp: Cleanup SoC compatible from DT example .../devicetree/bindings/remoteproc/ti,k3-dsp-rproc.yaml | 4 +--- .../devicetree/bindings/remoteproc/ti,k3-r5f-rproc.yaml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) Reviewed-by: Nishanth Menon