On 12/06/2013 07:03 AM, Thierry Reding wrote: > On Wed, Dec 04, 2013 at 03:26:53PM -0700, Stephen Warren wrote: > [...] >> diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi > [...] >> @@ -176,6 +176,96 @@ >> status = "disabled"; >> }; >> >> + i2c@7000c000 { >> + compatible = "nvidia,tegra114-i2c"; > > Aren't we supposed to always list the most specific compatible as well, > just in case we ever need to implement a specific quirk in the future? > > So this would become: > > compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c"; Oops yes, I'll fix that up. -- 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