Skip to content

Commit 677adef

Browse files
arndbgregkh
authored andcommitted
ARM: dts: s5pv210: add interrupt-parent for ohci
commit 5c10371 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>
1 parent 37ed2c8 commit 677adef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm/boot/dts/s5pv210.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@
463463
compatible = "samsung,exynos4210-ohci";
464464
reg = <0xec300000 0x100>;
465465
interrupts = <23>;
466+
interrupt-parent = <&vic1>;
466467
clocks = <&clocks CLK_USB_HOST>;
467468
clock-names = "usbhost";
468469
#address-cells = <1>;

0 commit comments

Comments
 (0)