arm64: dts: sprd: fix typo in 'remote-endpoint'
authorRob Herring <robh@kernel.org>
Tue, 8 May 2018 15:09:52 +0000 (10:09 -0500)
committerOlof Johansson <olof@lixom.net>
Fri, 25 May 2018 22:11:27 +0000 (15:11 -0700)
dtc now warns on incomplete OF graph endpoint connections:

arch/arm64/boot/dts/sprd/sp9860g-1h10.dtb: Warning (graph_endpoint): /soc/stm@10006000/port/endpoint: graph connection to node '/soc/funnel@10001000/ports/port@2/endpoint' is not bidirectional

The cause is a typo in 'remote-endpoint'.

Cc: Orson Zhai <orsonzhai@gmail.com>
Cc: Baolin Wang <baolin.wang@linaro.org>
Cc: Chunyan Zhang <zhang.lyra@gmail.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm64/boot/dts/sprd/sc9860.dtsi

index 5dbfb796d9f92aa9d6519bd70fde8a1b14fe60a2..dcd03ffcda0307dc2759f3b4313867071bfc09b6 100644 (file)
                                        reg = <4>;
                                        soc_funnel_in_port1: endpoint {
                                                slave-mode;
-                                               remote-endpioint =
+                                               remote-endpoint =
                                                        <&stm_out_port>;
                                        };
                                };