[PATCH 1/4] pinctrl: tegra: Add devicetree binding document for Tegra124
Laxman Dewangan
ldewangan at nvidia.com
Fri Dec 6 01:21:02 EST 2013
On Friday 06 December 2013 04:47 AM, Stephen Warren wrote:
> On 12/05/2013 03:57 AM, Laxman Dewangan wrote:
>> This device tree binding document describes the Tegra124 pincontrol
>> DT bindings. This document lists all valid properties, names, mux
>> options of Tegra124 pins.
> Is this a repost of what Ashwini sent a few weeks back, or V2? If V2,
> it'd be useful to know what changed...
I am not aware that Ashwini already sent back. I did not get chance to
talk to her on this. I was thinking that it is still in internal review.
Anyhow, I compare the downstream to your linux-next-common and found
some diff. Something fixed in your tree which need downstream and
something fixed in downstream which need to upstream. :)
One diff is
Mux enums are:
TEGRA_MUX_SATA,
TEGRA_MUX_CCLA,
TEGRA_MUX_PE0,
TEGRA_MUX_PE,
TEGRA_MUX_PE1,
TEGRA_MUX_DP,
TEGRA_MUX_RTCK,
TEGRA_MUX_SYS,
TEGRA_MUX_CLK,
TEGRA_MUX_TMDS,
};
Functions definitions are:
FUNCTION(sata),
FUNCTION(ccla),
FUNCTION(rtck),
FUNCTION(pe0),
FUNCTION(pe),
FUNCTION(pe1),
FUNCTION(dp),
I think I will post the patch to fix this issue.
More information about the linux-arm-kernel
mailing list