On Wednesday 14 November 2012, Bo Shen wrote:
> +
> + ssc0: ssc at fffbc000 {
> + status = "okay";
> + pinctrl-0 = <&pinctrl_ssc0_tx>;
> + };
> };
>
This gives me a build error in linux-next with at91sam9g20_defconfig:
ERROR (phandle_references): Reference to non-existent node or label "pinctrl_ssc0_tx"
Arnd