Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: gose: Fix ports node name for adv7612

When adding the adv7612 device node the ports node was misspelled as
port, fix this.

Fixes: bc63cd87f3ce924f ("ARM: dts: gose: add HDMI input")
Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Link: https://lore.kernel.org/r/20200713111016.523189-1-niklas.soderlund+renesas@ragnatech.se
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

authored by

Niklas Söderlund and committed by
Geert Uytterhoeven
59692ac5 d8293670

+1 -1
+1 -1
arch/arm/boot/dts/r8a7793-gose.dts
··· 393 393 interrupts = <2 IRQ_TYPE_LEVEL_LOW>; 394 394 default-input = <0>; 395 395 396 - port { 396 + ports { 397 397 #address-cells = <1>; 398 398 #size-cells = <0>; 399 399