Add comments for the end user for modifying the DTS file for instantiating the sama5d29 SoC. Signed-off-by: Hari Prasath <Hari.PrasathGE@xxxxxxxxxxxxx> --- arch/arm/boot/dts/at91-sama5d2_xplained.dts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/at91-sama5d2_xplained.dts b/arch/arm/boot/dts/at91-sama5d2_xplained.dts index 627b7bf88d83..faa30063d9a9 100644 --- a/arch/arm/boot/dts/at91-sama5d2_xplained.dts +++ b/arch/arm/boot/dts/at91-sama5d2_xplained.dts @@ -6,6 +6,11 @@ * 2015 Nicolas Ferre <nicolas.ferre@xxxxxxxxx> */ /dts-v1/; +/* + * Replace the line below with "sama5d29.dtsi" in order to instantiate the + * sama5d29 SoC of the sama5d2 family.Otherwise, leave it unchanged when + * using sama5d27 SoC for instance. + */ #include "sama5d2.dtsi" #include "sama5d2-pinfunc.h" #include <dt-bindings/mfd/atmel-flexcom.h> -- 2.17.1