Re: [PATCH/RESEND] ARM: dts: kirkwood: Add DTS for Zyxel NSA325

From: Andrew Lunn
Date: Sun Dec 06 2015 - 20:41:16 EST


> + serial@12000 {
> + status = "ok";
> + };
> +
> + sata@80000 {
> + status = "okay";
> + nr-ports = <2>;
> + };
> + };
> +
> + gpio-leds {
> + compatible = "gpio-leds";
> + pinctrl-0 = <&pmx_led_hdd2_green &pmx_led_hdd2_red
> + &pmx_led_usb_green
> + &pmx_led_sys_green &pmx_led_sys_orange
> + &pmx_led_copy_green &pmx_led_copy_red
> + &pmx_led_hdd1_green &pmx_led_hdd1_red>;
> + pinctrl-names = "default";

Hi Hans

There is some odd indentation going on here, and in other parts of the
file.

> +
> +&nand {
> + status = "okay";
> + chip-delay = <35>;
> +
> + partition@0 {
> + label = "uboot";
> + reg = <0x0000000 0x0100000>;
> + };

The partitions should be inside a partitions node. See
Documentation/devicetree/bindings/mtd/partition.txt

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/