From patchwork Mon Sep 25 22:05:05 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Rob Herring (Arm)" X-Patchwork-Id: 13398509 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 AC8FCCE79A5 for ; Mon, 25 Sep 2023 22:05:58 +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:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=KI61E9k5fYbVhjiaFYzmk5yzdGjrQ/xrT6ZO/5mcveY=; b=Cw8YLiTDvwHCCi ua609raYYr62ItO+QlzrXkKLGb0Xo3fgJYq7SzsoLf8Kvr+FefvptcGOtSHgIEZ6NiJmQONeHC9Uu hyPkOIcEdoDSKgm5YQgLTkCe3UlfOlezXct3KgMCV2YhTLBbYoz0c23K05zcWQB4pnIzMHkLdyUN2 6OAbu7jmGt73JYMjlTAVksm3tK5URscnC8LbJdkelaOTQKaSUYbbejkxi9QRQ4YTdei/RXLP98gTA +Hj+8NGIJrpUv37K7Fnp9UL7i9mkqGu1H4NkhVyjAyaPQ6aOfWZ606vX6i982fU38sSvEDuMYCRko H1HV6cS8q5b8dRT90t/g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qkths-00F6wZ-0S; Mon, 25 Sep 2023 22:05:32 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qkthp-00F6vY-1T for linux-arm-kernel@lists.infradead.org; Mon, 25 Sep 2023 22:05:30 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by ams.source.kernel.org (Postfix) with ESMTP id C11DCB80D42; Mon, 25 Sep 2023 22:05:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5F298C433C8; Mon, 25 Sep 2023 22:05:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695679524; bh=H4jPOTCta7deecGCFZSg91gHO4eF5tZipTzNxDka1fc=; h=From:To:Cc:Subject:Date:From; b=YsiWcjhPsQdx8BhkOak0BQnIP6/PyKjreGSE1FoJowCn7x4tkGxL2IJWJyN3ePum1 zV9eMnG9xI95nOvPD/AoP3K1bSM+v7jO27cVG0ORvNdYcXiFGRu4GQ98JlBe/3woRl gov+dtq00vnipriX/C4L9TPpr3hVZvNvxc9u/YuVWz+9WnAsfkUahXTJckCrs+ISmI S/1dsZHwd+GjRPHm+YVM9wi3s5a4J/uQSkIo1SVavDbW+GXEfLtpM23hiQ/MSEg7dn U2KXurs33xuWywDZ2mi25KX8oMN8Hs6CbCeWocgqmsJxCDMd8FryfwjR2Dm5X/vd+g nYyKFr3JYWv1w== Received: (nullmailer pid 2026838 invoked by uid 1000); Mon, 25 Sep 2023 22:05:20 -0000 From: Rob Herring To: Suzuki K Poulose , Mike Leach , James Clark , Leo Yan , Krzysztof Kozlowski , Conor Dooley Cc: coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/2] dt-bindings: arm,coresight-cti: Drop type for 'cpu' property Date: Mon, 25 Sep 2023 17:05:05 -0500 Message-Id: <20230925220511.2026514-1-robh@kernel.org> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230925_150529_637367_04970F62 X-CRM114-Status: GOOD ( 10.46 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 'cpu' has been added as a single phandle type to dtschema, so drop the type here. Signed-off-by: Rob Herring Reviewed-by: Mike Leach Acked-by: Conor Dooley --- Documentation/devicetree/bindings/arm/arm,coresight-cti.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/devicetree/bindings/arm/arm,coresight-cti.yaml b/Documentation/devicetree/bindings/arm/arm,coresight-cti.yaml index 6216cfb0a188..b9bdfc8969cd 100644 --- a/Documentation/devicetree/bindings/arm/arm,coresight-cti.yaml +++ b/Documentation/devicetree/bindings/arm/arm,coresight-cti.yaml @@ -92,7 +92,6 @@ properties: maxItems: 1 cpu: - $ref: /schemas/types.yaml#/definitions/phandle description: Handle to cpu this device is associated with. This must appear in the base cti node if compatible string arm,coresight-cti-v8-arch is used,