[PATCH 2/4] ARM: tegra: add pinmux controller to tegra124.dtsi

Stephen Warren swarren at wwwdotorg.org
Thu Dec 5 18:16:02 EST 2013


On 12/05/2013 03:57 AM, Laxman Dewangan wrote:
> The tegra124 pinmux controller is identical to tegra114 with
> removing some of existing pins from T114 and adding new pins.

I already sent this patch.

> diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi

> +	pinmux: pinmux {

Note that the rules for DT node naming have changed recently. Node name
must include a unit address if the node includes a reg property, and not
include a unit address otherwise. So, that should be:

+	pinmux: pinmux at 70000868 {

The patch I sent already does that.



More information about the linux-arm-kernel mailing list