On Wednesday 12 March 2014 12:06:04 Antoine Ténart wrote:
> +
> +       soc {
> +               apb@fc0000 {
> +                       uart0: uart@9000 {
> +                               status = "okay";
> +                       };
> +               };
> +       };
> +};


No need to duplicate both the label and the hierarchy here. The easiest
way to do this is just

        &uart0 {
                status = "okay";
        };

since you already have the label.

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

Reply via email to