Message ID | 1406242820-20140-3-git-send-email-afaerber@suse.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 07/25/2014 01:00 AM, Andreas Färber wrote: > We're about to add a device tree for the Parallella board. > > Cc: Andreas Olofsson <andreas@adapteva.com> > Signed-off-by: Andreas Färber <afaerber@suse.de> > --- > v2: New > > Documentation/devicetree/bindings/arm/adapteva.txt | 7 +++++++ > 1 file changed, 7 insertions(+) > create mode 100644 Documentation/devicetree/bindings/arm/adapteva.txt > > diff --git a/Documentation/devicetree/bindings/arm/adapteva.txt b/Documentation/devicetree/bindings/arm/adapteva.txt > new file mode 100644 > index 0000000..1d8af9e > --- /dev/null > +++ b/Documentation/devicetree/bindings/arm/adapteva.txt > @@ -0,0 +1,7 @@ > +Adapteva Platforms Device Tree Bindings > +--------------------------------------- > + > +Parallella board > + > +Required root node properties: > + - compatible = "adapteva,parallella"; > Applied to zynq/dt branch. https://github.com/Xilinx/linux-xlnx/commits/zynq/dt Thanks, Michal
diff --git a/Documentation/devicetree/bindings/arm/adapteva.txt b/Documentation/devicetree/bindings/arm/adapteva.txt new file mode 100644 index 0000000..1d8af9e --- /dev/null +++ b/Documentation/devicetree/bindings/arm/adapteva.txt @@ -0,0 +1,7 @@ +Adapteva Platforms Device Tree Bindings +--------------------------------------- + +Parallella board + +Required root node properties: + - compatible = "adapteva,parallella";
We're about to add a device tree for the Parallella board. Cc: Andreas Olofsson <andreas@adapteva.com> Signed-off-by: Andreas Färber <afaerber@suse.de> --- v2: New Documentation/devicetree/bindings/arm/adapteva.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/adapteva.txt