summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2018-06-16 16:20:04 +0200
committerHeiko Stuebner <heiko@sntech.de>2018-06-17 09:31:34 +0200
commitcddb86833615d9550d7b3a1b65b71071784dae70 (patch)
treeffa1eb7e45ab2ed0c54e245ab9c9da0307d69056 /arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi
parentce397d215ccd07b8ae3f71db689aedb85d56ab40 (diff)
ARM: dts: rockchip: fix graph node unit address error from dtc
The updated dtc emits a warning for the edp-panel of two rk3288 boards: Warning (graph_endpoint): /dp@ff970000/ports/port@1/endpoint: graph node unit address error, expected "0" Fix this by adding the necessary @0 to the endpoint node. Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi')
-rw-r--r--arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi b/arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi
index b16d570ff029..acf5f8a2307d 100644
--- a/arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi
+++ b/arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi
@@ -174,7 +174,7 @@
reg = <1>;
#address-cells = <1>;
#size-cells = <0>;
- edp_out_panel: endpoint {
+ edp_out_panel: endpoint@0 {
reg = <0>;
remote-endpoint = <&panel_in_edp>;
};