Commit d24539a6 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

arm64: dts: qcom: sm8250: drop incorrect Coresight funnel properties

There is only one output port, thus out-ports should not have
'address/size-cells' and unit addresses.  'reg-names' are also not
allowed by bindings.

  qrb5165-rb5.dtb: funnel@6042000: out-ports: '#address-cells', '#size-cells', 'port@0' do not match any of the regexes: 'pinctrl-[0-9]+'
  qrb5165-rb5.dtb: funnel@6b04000: Unevaluated properties are not allowed ('reg-names' was unexpected)
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230308125906.236885-2-krzysztof.kozlowski@linaro.org
parent d882778e
...@@ -2808,11 +2808,7 @@ funnel@6042000 { ...@@ -2808,11 +2808,7 @@ funnel@6042000 {
clock-names = "apb_pclk"; clock-names = "apb_pclk";
out-ports { out-ports {
#address-cells = <1>; port {
#size-cells = <0>;
port@0 {
reg = <0>;
funnel_in1_out_funnel_merg: endpoint { funnel_in1_out_funnel_merg: endpoint {
remote-endpoint = <&funnel_merg_in_funnel_in1>; remote-endpoint = <&funnel_merg_in_funnel_in1>;
}; };
...@@ -2913,7 +2909,6 @@ funnel@6b04000 { ...@@ -2913,7 +2909,6 @@ funnel@6b04000 {
arm,primecell-periphid = <0x000bb908>; arm,primecell-periphid = <0x000bb908>;
reg = <0 0x06b04000 0 0x1000>; reg = <0 0x06b04000 0 0x1000>;
reg-names = "funnel-base";
clocks = <&aoss_qmp>; clocks = <&aoss_qmp>;
clock-names = "apb_pclk"; clock-names = "apb_pclk";
...@@ -3229,9 +3224,6 @@ funnel@7810000 { ...@@ -3229,9 +3224,6 @@ funnel@7810000 {
clock-names = "apb_pclk"; clock-names = "apb_pclk";
out-ports { out-ports {
#address-cells = <1>;
#size-cells = <0>;
port { port {
funnel_apss_merg_out_funnel_in1: endpoint { funnel_apss_merg_out_funnel_in1: endpoint {
remote-endpoint = <&funnel_in1_in_funnel_apss_merg>; remote-endpoint = <&funnel_in1_in_funnel_apss_merg>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment