svn commit: r265624 - head/sys/boot/fdt/dts/arm
Ganbold Tsagaankhuu
ganbold at FreeBSD.org
Thu May 8 00:26:22 UTC 2014
Author: ganbold
Date: Thu May 8 00:26:21 2014
New Revision: 265624
URL: http://svnweb.freebsd.org/changeset/base/265624
Log:
Silence no interrupt-parent found message during boot.
Approved by: stas (mentor)
Modified:
head/sys/boot/fdt/dts/arm/rk3188.dtsi
Modified: head/sys/boot/fdt/dts/arm/rk3188.dtsi
==============================================================================
--- head/sys/boot/fdt/dts/arm/rk3188.dtsi Thu May 8 00:08:19 2014 (r265623)
+++ head/sys/boot/fdt/dts/arm/rk3188.dtsi Thu May 8 00:26:21 2014 (r265624)
@@ -31,6 +31,8 @@
#address-cells = <1>;
#size-cells = <1>;
+ interrupt-parent = <&GIC>;
+
aliases {
soc = &SOC;
};
More information about the svn-src-head
mailing list