Skip to content

Commit 2a9eb57

Browse files
robherringsudeep-holla
authored andcommitted
arm64: dts: arm: juno: Remove legacy Coresight 'slave-mode' property
The 'slave-mode' property is not valid under 'in-ports' as it was the legacy way to find input ports. Warnings are generated from the Coresight schema: arch/arm64/boot/dts/arm/juno-r1.dtb: funnel@20150000: in-ports:port@0:endpoint: Unevaluated properties are not allowed ('slave-mode' was unexpected) From schema: Documentation/devicetree/bindings/arm/arm,coresight-dynamic-funnel.yaml Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Suzuki K Poulose <[email protected]> Signed-off-by: Rob Herring <[email protected]> Signed-off-by: Sudeep Holla <[email protected]>
1 parent 568035b commit 2a9eb57

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/arm64/boot/dts/arm/juno-cs-r1r2.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,13 @@
6767
port@0 {
6868
reg = <0>;
6969
csys2_funnel_in_port0: endpoint {
70-
slave-mode;
7170
remote-endpoint = <&etf0_out_port>;
7271
};
7372
};
7473

7574
port@1 {
7675
reg = <1>;
7776
csys2_funnel_in_port1: endpoint {
78-
slave-mode;
7977
remote-endpoint = <&etf1_out_port>;
8078
};
8179
};

0 commit comments

Comments
 (0)