On Sun, 9 Jun 2019, Antony Pavlov wrote: > On Sun, 2 Jun 2019 01:05:00 -0700 > Paul Walmsley <paul.walmsley@xxxxxxxxxx> wrote: > > Hi! > > > Add initial board data for the SiFive HiFive Unleashed A00. ... > > new file mode 100644 > > index 000000000000..1de4ea1577d5 > > --- /dev/null > > +++ b/arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dts > > @@ -0,0 +1,67 @@ > > +// SPDX-License-Identifier: (GPL-2.0 OR MIT) > > +/* Copyright (c) 2018-2019 SiFive, Inc */ > > + > > +/dts-v1/; > > + > > +#include "fu540-c000.dtsi" > > You already have "/dts-v1/;" in the fu540-c000.dtsi file. > > You can omit it in the hifive-unleashed-a00.dts file. Thanks for the comment. Dropped the line, per your suggestion. - Paul