svn commit: r331403 - stable/11/sys/gnu/dts/arm
Oleksandr Tymoshenko
gonzo at FreeBSD.org
Fri Mar 23 01:43:28 UTC 2018
Author: gonzo
Date: Fri Mar 23 01:43:27 2018
New Revision: 331403
URL: https://svnweb.freebsd.org/changeset/base/331403
Log:
Fix VERSATILEPB boot after r331402
r331402 MFCed switch from custom DTS to upstream one. stable/11 version
still has main bus compatibility as "arm,amba-bus" while in Linux and HEAD
it has been changed to "simple-bus". simplebus(4) supports only the latter
so VERSATILEPB boot was broken by r331402. To fix this make manual change
to stable/11 version of versatile-ab.dts
Modified:
stable/11/sys/gnu/dts/arm/versatile-ab.dts
Modified: stable/11/sys/gnu/dts/arm/versatile-ab.dts
==============================================================================
--- stable/11/sys/gnu/dts/arm/versatile-ab.dts Fri Mar 23 01:37:31 2018 (r331402)
+++ stable/11/sys/gnu/dts/arm/versatile-ab.dts Fri Mar 23 01:43:27 2018 (r331403)
@@ -148,7 +148,7 @@
};
amba {
- compatible = "arm,amba-bus";
+ compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
ranges;
More information about the svn-src-all
mailing list