Re: How to add multiple example with conflicting includes

2019-08-20 Thread Rob Herring
On Fri, Jul 26, 2019 at 1:11 PM Corentin Labbe wrote: > > Hello > > When I try to check the following examples of a devicetree schema: > examples: > - | > #include > #include > #include > > crypto: crypto@1c15000 { > compatible = "allwinner,sun8i-h3-crypto"; > reg

Re: How to add multiple example with conflicting includes

2019-08-12 Thread Maxime Ripard
Hi Rob, On Fri, Jul 26, 2019 at 08:11:08PM +0200, Corentin Labbe wrote: > When I try to check the following examples of a devicetree schema: > examples: > - | > #include > #include > #include > > crypto: crypto@1c15000 { > compatible = "allwinner,sun8i-h3-crypto"; >

How to add multiple example with conflicting includes

2019-07-26 Thread Corentin Labbe
Hello When I try to check the following examples of a devicetree schema: examples: - | #include #include