[PATCH v4] ARM: dts: vf610-zii-dev: Add ZII development board.
Marek Vasut
marek.vasut at gmail.com
Sun Mar 27 14:24:59 PDT 2016
On 03/27/2016 07:45 PM, Andrew Lunn wrote:
> From: Cory Tusar <cory.tusar at pid1solutions.com>
>
> This commit adds support for Rev. B of a Zodiac Inflight Innovations
> development board, mainly intended for DSA and ARINC 429 development
> work.
>
> Signed-off-by: Cory Tusar <cory.tusar at pid1solutions.com>
> Signed-off-by: Andrew Lunn <andrew at lunn.ch>
> Acked-by: Stefan Agner <stefan at agner.ch>
Hi!
just minor nit below.
[..]
> +&i2c2 {
> + clock-frequency = <100000>;
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_i2c2>;
> + status = "okay";
> +
> + tca9548 at 70 {
This should be pca9... , not tca9... :-)
> + compatible = "nxp,pca9548";
> + #address-cells = <1>;
> + #size-cells = <0>;
> + reg = <0x70>;
> + reset-gpios = <&gpio3 23 GPIO_ACTIVE_LOW>;
> +
[...]
> +&uart0 {
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_uart0>;
> + status = "okay";
> + dmas = <>;
> + dma-names = "";
Why is this dma stuff here ?
> +};
> +
[...]
--
Best regards,
Marek Vasut
More information about the linux-arm-kernel
mailing list