]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ARM: dts: s5pv210: add interrupt-parent for ohci
authorArnd Bergmann <arnd@arndb.de>
Wed, 10 Jan 2018 16:10:11 +0000 (17:10 +0100)
committerSeth Forshee <seth.forshee@canonical.com>
Fri, 23 Feb 2018 14:27:43 +0000 (08:27 -0600)
commit923fb3a34c481c9411973207f5aabee0dc7d3021
treeaae85cf1f254d62b355dd9d37905782b2987292b
parentb1439efbeb1e563c29c1241c4eb04c134a0f7978
ARM: dts: s5pv210: add interrupt-parent for ohci

BugLink: http://bugs.launchpad.net/bugs/1751131
commit 5c1037196b9ee75897c211972de370ed1336ec8f upstream.

The ohci-hcd node has an interrupt number but no interrupt-parent,
leading to a warning with current dtc versions:

arch/arm/boot/dts/s5pv210-aquila.dtb: Warning (interrupts_property): Missing interrupt-parent for /soc/ohci@ec300000
arch/arm/boot/dts/s5pv210-goni.dtb: Warning (interrupts_property): Missing interrupt-parent for /soc/ohci@ec300000
arch/arm/boot/dts/s5pv210-smdkc110.dtb: Warning (interrupts_property): Missing interrupt-parent for /soc/ohci@ec300000
arch/arm/boot/dts/s5pv210-smdkv210.dtb: Warning (interrupts_property): Missing interrupt-parent for /soc/ohci@ec300000
arch/arm/boot/dts/s5pv210-torbreck.dtb: Warning (interrupts_property): Missing interrupt-parent for /soc/ohci@ec300000

As seen from the related exynos dts files, the ohci and ehci controllers
always share one interrupt number, and the number is the same here as
well, so setting the same interrupt-parent is the reasonable solution
here.

Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
arch/arm/boot/dts/s5pv210.dtsi