diff options
author | Warner Losh <imp@FreeBSD.org> | 2014-09-04 21:28:25 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2014-09-04 21:28:25 +0000 |
commit | f96b34b61177d77f90b8c4237a91c3b9921fab39 (patch) | |
tree | 3f02e8076120835702ae162a72e49c4e4965a1d4 /sys/gnu/dts/arm/sama5d35.dtsi | |
parent | a58b4afa9ff28e1b5e51cfe9a26ed25acd3e6c13 (diff) |
Delete old arm dts tree. This was created by cherry picking from a
full vendor tree. This worked great until it was time to update, but
now it is time to update. Hit the rest button by removing this branch
and re-adding it by a full copy of whatever is in the vendor tree.
Notes
Notes:
svn path=/head/; revision=271140
Diffstat (limited to 'sys/gnu/dts/arm/sama5d35.dtsi')
-rw-r--r-- | sys/gnu/dts/arm/sama5d35.dtsi | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sys/gnu/dts/arm/sama5d35.dtsi b/sys/gnu/dts/arm/sama5d35.dtsi deleted file mode 100644 index d20cd71b5f0e..000000000000 --- a/sys/gnu/dts/arm/sama5d35.dtsi +++ /dev/null @@ -1,18 +0,0 @@ -/* - * sama5d35.dtsi - Device Tree Include file for SAMA5D35 SoC - * - * Copyright (C) 2013 Boris BREZILLON <b.brezillon@overkiz.com> - * - * Licensed under GPLv2 or later. - */ -#include "sama5d3.dtsi" -#include "sama5d3_gmac.dtsi" -#include "sama5d3_emac.dtsi" -#include "sama5d3_can.dtsi" -#include "sama5d3_mci2.dtsi" -#include "sama5d3_uart.dtsi" -#include "sama5d3_tcb1.dtsi" - -/ { - compatible = "atmel,samad35", "atmel,sama5d3", "atmel,sama5"; -}; |