From: Stephen Warren Date: Mon, 21 Nov 2011 21:44:10 +0000 (-0700) Subject: arm/dt: tegra: Fix serial nodes to match board files X-Git-Tag: v3.3-rc1~141^2~2^3^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31c1ec9282d28f4eecb5f2e431f67accdf420ac2;p=pandora-kernel.git arm/dt: tegra: Fix serial nodes to match board files Mark any serial ports that aren't registered by the board files as disabled in the device-tree files. In practice, none of the now-disabled ports ended up succeeding device probing because of the missing clock-frequency property. However, explicitly marking the devices disabled has the advantage of squashing the dev_warn() the failed probe causes, and documenting that we intend the port not to be used, rather than accidentally left out the property. Signed-off-by: Stephen Warren Signed-off-by: Olof Johansson --- Reading git-diff-tree failed