Peter De Schrijver <pdeschrijver@xxxxxxxxxx> wrote @ Mon, 11 Feb 2013 12:04:59 +0100: > +enum tegra114_clk { ..... > + i2c4 = 103, sbc5 = 104, sbc6 = 105, apbif = 107, d_audio, dam0, dam1, > + dam2, hda2codec_2x = 111, audio0_2x = 113, audio1_2x, audio2_2x, The above doesn't match the definition in .../bindings/clock/nvidia,tegra114-car.txt. .... 105 sbc6 106 d_audio 107 apbif 108 dam0 109 dam1 110 dam2 111 hda2codec_2x .... Taking a look at TRM, d_audio = 106 seems to be correct? - i2c4 = 103, sbc5 = 104, sbc6 = 105, apbif = 107, d_audio, dam0, dam1, + i2c4 = 103, sbc5 = 104, sbc6 = 105, d_audio, apbif = 107, dam0, dam1, -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html