On 12/05/2013 04:16 PM, Stephen Warren wrote:Yes, the last entry of the bank 0 and 1 are:On 12/05/2013 03:57 AM, Laxman Dewangan wrote:Oh, I do notice one difference between the two patches:The tegra124 pinmux controller is identical to tegra114 withI already sent this patch.
removing some of existing pins from T114 and adding new pins.
Mine:
+ reg = <0x70000868 0x148>, /* Pad control registers */Yours:
+ <0x70003000 0x40c>; /* Mux registers */
+ reg = <0x70000868 0x164 /* Pad control registers */Are the increase register lengths in your patch correct? If so, I guess
+ 0x70003000 0x434>; /* PinMux registers */
I'll drop my patch and replace it with yours if you fix up the unit address.