On 10/07/2013 05:48 AM, Thierry Reding wrote: > Dalmore has a 10.1" WUXGA panel connected to one of the DSI outputs of > the Tegra114. > diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114-dalmore.dts > - lcd_bl_en_reg: regulator@2 { > + usb1_vbus_reg: regulator@2 { > compatible = "regulator-fixed"; > reg = <2>; > - regulator-name = "lcd_bl_en"; > - regulator-min-microvolt = <5000000>; > - regulator-max-microvolt = <5000000>; > - enable-active-high; > - gpio = <&gpio TEGRA_GPIO(H, 2) GPIO_ACTIVE_HIGH>; > - }; > - > - usb1_vbus_reg: regulator@3 { > - compatible = "regulator-fixed"; > - reg = <3>; > regulator-name = "usb1_vbus"; > regulator-min-microvolt = <5000000>; > regulator-max-microvolt = <5000000>; Rather than renumbering all the regulators, can you just delete the one regulator and leave a gap in the numbering? That'd make the diff a lot smaller and clearer. There's no need for the reg values to be contiguous here, so I don't think the renumbering is useful in-and-of-itself. -- 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