diff options
author | Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> | 2020-07-04 17:58:55 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2020-07-16 10:21:47 +0200 |
commit | d344234abde938ae1062edb6c05852b0bafb4a03 (patch) | |
tree | 84955985de9ed4d1ce30faf08538ef9c3c892f8a | |
parent | daa36ae015194beebdb66a94e493104a4c29ad81 (diff) | |
download | linux-d344234abde938ae1062edb6c05852b0bafb4a03.tar.bz2 |
ARM: dts: gose: Fix ports node name for adv7180
When adding the adv7180 device node the ports node was misspelled as
port, fix this.
Fixes: 8cae359049a88b75 ("ARM: dts: gose: add composite video input")
Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Link: https://lore.kernel.org/r/20200704155856.3037010-2-niklas.soderlund+renesas@ragnatech.se
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
-rw-r--r-- | arch/arm/boot/dts/r8a7793-gose.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7793-gose.dts b/arch/arm/boot/dts/r8a7793-gose.dts index 79baf06019f5..a378b54867bb 100644 --- a/arch/arm/boot/dts/r8a7793-gose.dts +++ b/arch/arm/boot/dts/r8a7793-gose.dts @@ -336,7 +336,7 @@ reg = <0x20>; remote = <&vin1>; - port { + ports { #address-cells = <1>; #size-cells = <0>; |