ARM: dts: imx7d: Fix coresight funnel ports
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Thu, 12 Oct 2023 08:15:53 +0000 (10:15 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 27 Nov 2023 01:47:40 +0000 (09:47 +0800)
commit0d4ac04fa7c3f6dc263dba6f575a2ec7a2d4eca8
tree0aae824d18c90dfeaf2476c09bb45d690cc1dc73
parentb85ea95d086471afb4ad062012a4d73cd328fa86
ARM: dts: imx7d: Fix coresight funnel ports

imx7d uses two ports for 'in-ports', so the syntax port@<num> 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 <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx7d.dtsi
arch/arm/boot/dts/nxp/imx/imx7s.dtsi