dts: arm: #include <mem.h> for the SAMD2x series

...so these can be used in board specific files.

Signed-off-by: Michael Hope <mlhx@google.com>
This commit is contained in:
Michael Hope 2020-06-13 15:04:13 +02:00 committed by Kumar Gala
commit f00cf95ecc

View file

@ -4,6 +4,7 @@
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
*/ */
#include <mem.h>
#include <arm/armv6-m.dtsi> #include <arm/armv6-m.dtsi>
#include <dt-bindings/gpio/gpio.h> #include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/i2c/i2c.h> #include <dt-bindings/i2c/i2c.h>