Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1289080
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v4 2/2] arm: pxa27x: support for ICP DAS LP-8x4x w/ DT |
| Date | 2015-12-11 04:00 +0100 |
| Message-ID | <qEm66-6uo-21@gated-at.bofh.it> (permalink) |
| References | <mq8EO-4ni-9@gated-at.bofh.it> <qDVph-5UZ-23@gated-at.bofh.it> <qDVyW-5YD-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Dec 10, 2015 at 01:28:08AM +0300, Sergei Ianovich wrote:
> ICP DAS calls LP-8x4x 'programmable automation controller'. It is
> an industrial computer based on PXA270 SoC. They ship it with a 2.6.19
> kernel and proprietary kernel module and userspace library to access
> its industrial IO.
2 comments, otherwise:
Acked-by: Rob Herring <robh@kernel.org>
> diff --git a/arch/arm/boot/dts/pxa27x-lp8x4x.dts b/arch/arm/boot/dts/pxa27x-lp8x4x.dts
> new file mode 100644
> index 0000000..bbb5b75
> --- /dev/null
> +++ b/arch/arm/boot/dts/pxa27x-lp8x4x.dts
> @@ -0,0 +1,260 @@
> +/* Device tree for ICP DAS LP-8x4x */
> +/dts-v1/;
> +
> +#include <dt-bindings/interrupt-controller/arm-gic.h>
Pretty sure this does not have a GIC.
> +#include "pxa27x.dtsi"
> +
> +/ {
> + model = "ICP DAS LP-8x4x programmable automation controller";
> + compatible = "marvell,pxa270";
You should have a compatible string for this board.
Rob
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v4 0/2] series to support for ICP DAS LP-8x4x (ARM PXA270) Sergei Ianovich <ynvich@gmail.com> - 2015-12-09 23:30 +0100
[PATCH v4 2/2] arm: pxa27x: support for ICP DAS LP-8x4x w/ DT Sergei Ianovich <ynvich@gmail.com> - 2015-12-09 23:40 +0100
Re: [PATCH v4 2/2] arm: pxa27x: support for ICP DAS LP-8x4x w/ DT Rob Herring <robh@kernel.org> - 2015-12-11 04:00 +0100
csiph-web