[PATCH v2 05/10] ARM: mvebu: add Device Tree for the Armada 375 DB board

Arnd Bergmann arnd at arndb.de
Wed Feb 12 08:12:27 EST 2014


On Wednesday 12 February 2014 11:23:34 Thomas Petazzoni wrote:
> +                       i2c0: i2c at 11000 {
> +                               status = "okay";
> +                               clock-frequency = <100000>;
> +                               pinctrl-0 = <&i2c0_pins>;
> +                               pinctrl-names = "default";
> +                       };
> +
> +                       i2c1: i2c at 11100 {
> +                               status = "okay";
> +                               clock-frequency = <100000>;
> +                               pinctrl-0 = <&i2c1_pins>;
> +                               pinctrl-names = "default";
> +                       };

I think you should either use the label to reference the node here,
or omit it in the board.dts file. There is no point in defining
multiple identical labels.

	Arnd



More information about the linux-arm-kernel mailing list