diff options
author | Corentin Labbe <clabbe@baylibre.com> | 2021-05-19 23:35:46 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2021-05-22 02:53:51 +0300 |
commit | 4bad54aeb6d684fa40403f7d2d782205b785c731 (patch) | |
tree | 5ea3346a789a127be097118ec99e1800eee28eaf /arch/arm/boot/dts/gemini-dlink-dir-685.dts | |
parent | 30639b8ed6c8e7bcbeb92c4261819bed68463215 (diff) | |
download | linux-4bad54aeb6d684fa40403f7d2d782205b785c731.tar.xz |
ARM: dts: gemini-dlink-dir-685: Remove address from display port
The address and reg adds no value to the port node, remove them.
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/gemini-dlink-dir-685.dts')
-rw-r--r-- | arch/arm/boot/dts/gemini-dlink-dir-685.dts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/gemini-dlink-dir-685.dts b/arch/arm/boot/dts/gemini-dlink-dir-685.dts index 06216c662d2c..c79a2a02dd6b 100644 --- a/arch/arm/boot/dts/gemini-dlink-dir-685.dts +++ b/arch/arm/boot/dts/gemini-dlink-dir-685.dts @@ -492,8 +492,7 @@ display-controller@6a000000 { status = "okay"; - port@0 { - reg = <0>; + port { display_out: endpoint { remote-endpoint = <&panel_in>; }; |