On Tue, 20 Aug 2013, Linus Walleij wrote: > On Thu, Jun 6, 2013 at 2:16 PM, Lee Jones <lee.jones@xxxxxxxxxx> wrote: > > > +++ b/arch/arm/boot/dts/dbx5x0.dtsi > > @@ -572,6 +572,8 @@ > > v-i2c-supply = <&db8500_vape_reg>; > > > > clock-frequency = <400000>; > > + clocks = <&prcc_kclk 3 3>, <&prcc_pclk 3 3>; > > + clock-names = "nmk-i2c.0", "apb_pclk"; > > To avoid confusing the clock name "nmk-i2c.0" with the device > name in Linux of that device instance, can we use a name such > that it is clear that this is not a dev_name match? > > "i2c0" works just fine as name I think? If you do that, then I think you need to change all of these too: git grep -e "\.0" -e "\.1" -e "\.2" -e "\.3" -- drivers/clk/ux500/ -- Lee Jones Linaro ST-Ericsson Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html