[PATCH/RESEND] ARM: dts: kirkwood: Add DTS for Zyxel NSA325
Andrew Lunn
andrew at lunn.ch
Sun Dec 6 17:41:10 PST 2015
> + serial at 12000 {
> + status = "ok";
> + };
> +
> + sata at 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 at 0 {
> + label = "uboot";
> + reg = <0x0000000 0x0100000>;
> + };
The partitions should be inside a partitions node. See
Documentation/devicetree/bindings/mtd/partition.txt
More information about the linux-arm-kernel
mailing list