diff mbox series

[1/2] ARM: at91: dts: sama5d29: Add dtsi file for sama5d29

Message ID 20210812140758.28273-1-Hari.PrasathGE@microchip.com
State Accepted
Commit 4c46b991bab640ee91f16967be2b0d00b7d5f992
Headers show
Series [1/2] ARM: at91: dts: sama5d29: Add dtsi file for sama5d29 | expand

Commit Message

Hari Prasath Gujulan Elango Aug. 12, 2021, 2:07 p.m. UTC
A new dtsi file for sama5d29 SoC is added which basically inherits the sama5d2
dtsi with the mac controller compatible property updated.

Signed-off-by: Hari Prasath <Hari.PrasathGE@microchip.com>
---
 arch/arm/boot/dts/sama5d29.dtsi | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 arch/arm/boot/dts/sama5d29.dtsi

Comments

Nicolas Ferre Sept. 21, 2021, 10:34 a.m. UTC | #1
On 12/08/2021 at 16:07, Hari Prasath wrote:
> A new dtsi file for sama5d29 SoC is added which basically inherits the sama5d2

> dtsi with the mac controller compatible property updated.

> 

> Signed-off-by: Hari Prasath <Hari.PrasathGE@microchip.com>


Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>

And added to our at91-dt branch for 5.16.

Best regards,
    Nicolas

> ---

>   arch/arm/boot/dts/sama5d29.dtsi | 16 ++++++++++++++++

>   1 file changed, 16 insertions(+)

>   create mode 100644 arch/arm/boot/dts/sama5d29.dtsi

> 

> diff --git a/arch/arm/boot/dts/sama5d29.dtsi b/arch/arm/boot/dts/sama5d29.dtsi

> new file mode 100644

> index 000000000000..e8cc73c0619f

> --- /dev/null

> +++ b/arch/arm/boot/dts/sama5d29.dtsi

> @@ -0,0 +1,16 @@

> +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)

> +/*

> + * sama5d29.dtsi - Device Tree Include file for SAMA5D29 SoC of the SAMA5D2

> + * family.

> + *

> + *  Copyright (C) 2021 Microchip Technology, Inc. and its subsidiaries

> + *

> + *  Author: Hari Prasath <Hari.PrasathGE@microchip.com>

> + *

> + */

> +

> +#include "sama5d2.dtsi"

> +

> +&macb0 {

> +compatible = "atmel,sama5d29-gem";

> +};

> 



-- 
Nicolas Ferre
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/sama5d29.dtsi b/arch/arm/boot/dts/sama5d29.dtsi
new file mode 100644
index 000000000000..e8cc73c0619f
--- /dev/null
+++ b/arch/arm/boot/dts/sama5d29.dtsi
@@ -0,0 +1,16 @@ 
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
+/*
+ * sama5d29.dtsi - Device Tree Include file for SAMA5D29 SoC of the SAMA5D2
+ * family.
+ *
+ *  Copyright (C) 2021 Microchip Technology, Inc. and its subsidiaries
+ *
+ *  Author: Hari Prasath <Hari.PrasathGE@microchip.com>
+ *
+ */
+
+#include "sama5d2.dtsi"
+
+&macb0 {
+compatible = "atmel,sama5d29-gem";
+};