From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7FED878B5E; Wed, 21 Feb 2024 14:20:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708525233; cv=none; b=eew5xxtgnxXKpaAwUtB/m1a++zfQzD6JXdfTmwAGgfoYV6PRKkOjDhRcYA/TRlCtP9KFS+NhrNtEqOFN8zjFEXHrCvElic0UkKUV1j3eF4fUuxIuPUZ69lkqwAjaH9aHGg6h04dRn8dMgFDb02Y/vU8JtoKjBNw7hZgh9s/wag8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708525233; c=relaxed/simple; bh=XcOFahc5EwHNMTdQuPU99rz1PRUO2hBil5HPanAxsK4=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=A+PrgKBVqHPcl9sTmHc2KUuvfXbi6lXjgAJhCCO5lWgiLCakdeXvQ+hTCVBQ2Jx43hTAlJ8qMiJf9iYufoD5U2BBB/0vTm02xnbYyRtH76jOq+Jb33ez9KshSXG3h3NwtedAOcUPG4lCgx63HUgGTsN1nqUVw7uZQuIDNJkQJ+M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=AtbjIEp1; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="AtbjIEp1" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 58FADC433F1; Wed, 21 Feb 2024 14:20:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1708525231; bh=XcOFahc5EwHNMTdQuPU99rz1PRUO2hBil5HPanAxsK4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=AtbjIEp1oPC7/EjAmzOd9HqIWZcUd5YCFbsB10X9n0xdbFiOlYL2D93U9zHbbYbn2 eHBWVHELL6nu+i3Du6w3ONVupX1ccsJkReU2AuSN31/gFJMcwZyNLjguOv2f4uG9qp ouPmX/a+puDr4cgipJb4GFj5aIcbx6CtJFkKrOdM= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Alexander Stein , Shawn Guo , Sasha Levin Subject: [PATCH 5.4 097/267] ARM: dts: imx7d: Fix coresight funnel ports Date: Wed, 21 Feb 2024 14:07:18 +0100 Message-ID: <20240221125942.994079069@linuxfoundation.org> X-Mailer: git-send-email 2.43.2 In-Reply-To: <20240221125940.058369148@linuxfoundation.org> References: <20240221125940.058369148@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 5.4-stable review patch. If anyone has any objections, please let me know. ------------------ From: Alexander Stein [ Upstream commit 0d4ac04fa7c3f6dc263dba6f575a2ec7a2d4eca8 ] imx7d uses two ports for 'in-ports', so the syntax port@ has to be used. imx7d has both port and port@1 nodes present, raising these error: funnel@30041000: in-ports: More than one condition true in oneOf schema funnel@30041000: Unevaluated properties are not allowed ('in-ports' was unexpected) Fix this by also using port@0 for imx7s as well. Signed-off-by: Alexander Stein Signed-off-by: Shawn Guo Signed-off-by: Sasha Levin --- arch/arm/boot/dts/imx7d.dtsi | 3 --- arch/arm/boot/dts/imx7s.dtsi | 6 +++++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/imx7d.dtsi b/arch/arm/boot/dts/imx7d.dtsi index 8b65ca8b5f30..2b9d0b1bd982 100644 --- a/arch/arm/boot/dts/imx7d.dtsi +++ b/arch/arm/boot/dts/imx7d.dtsi @@ -204,9 +204,6 @@ }; &ca_funnel_in_ports { - #address-cells = <1>; - #size-cells = <0>; - port@1 { reg = <1>; ca_funnel_in_port1: endpoint { diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi index 7ce541fcac76..33e9c210fd2f 100644 --- a/arch/arm/boot/dts/imx7s.dtsi +++ b/arch/arm/boot/dts/imx7s.dtsi @@ -183,7 +183,11 @@ clock-names = "apb_pclk"; ca_funnel_in_ports: in-ports { - port { + #address-cells = <1>; + #size-cells = <0>; + + port@0 { + reg = <0>; ca_funnel_in_port0: endpoint { remote-endpoint = <&etm0_out_port>; }; -- 2.43.0