ARM: dts: imx6*-hummingboard2: move microsom includes into .dts
Move the microsom includes into the .dts files. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
2aa52e1559
commit
4c82f0eb8f
|
@ -42,6 +42,7 @@
|
|||
/dts-v1/;
|
||||
|
||||
#include "imx6dl.dtsi"
|
||||
#include "imx6qdl-sr-som.dtsi"
|
||||
#include "imx6qdl-hummingboard2.dtsi"
|
||||
|
||||
/ {
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
/dts-v1/;
|
||||
|
||||
#include "imx6q.dtsi"
|
||||
#include "imx6qdl-sr-som.dtsi"
|
||||
#include "imx6qdl-hummingboard2.dtsi"
|
||||
|
||||
/ {
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
* OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
#include "imx6qdl-sr-som.dtsi"
|
||||
|
||||
/ {
|
||||
chosen {
|
||||
|
|
Loading…
Reference in New Issue