Include resets and clocks properties for PCI in FreeBSD RT3883 dtsi file

This change is required so that RT3662/RT3883 PCI can function correctly

Approved by:	adrian (mentor)
Sponsored by:	Smartcom - Bulgaria AD
Differential Revision:	https://reviews.freebsd.org/D6028
This commit is contained in:
sgalabov 2016-04-20 14:31:01 +00:00
parent a4524d0609
commit 70bb5bd0d8

View File

@ -46,5 +46,8 @@
interrupt-parent = <&cpuintc>; interrupt-parent = <&cpuintc>;
interrupts = <4>; interrupts = <4>;
resets = <&rstctrl 23>;
clocks = <&clkctrl 21>;
}; };
}; };