회신: [PATCH 1/4] arm/dts: max77686: Add DTS file for max77686 PMIC
Dongjin Kim
Dongjin.Kim at agreeyamobility.net
Tue Aug 7 15:50:11 EDT 2012
Hello,
Are you meaning VDD_MIF_1.0V, for example, would be replaced with another common name for other boards and my board file, exynos4412-odroidx.dts, describe the name again if necessary? Like below?
max77686.dtsi:
buck1 {
regulator-compatible = "BUCK1";
regulator-name = "VDD_BUCK1_1.0V";
regulator-min-microvolt = <800000>;
regulator-max-microvolt = <1050000>;
regulator-always-on;
regulator-boot-on;
};
my board's DTS file:
buck1 {
regulator-name = "VDD_MIF_1.0V";
}
Thank you in advance.
Dongjin.
________________________________________
보낸 사람: Mark Brown [broonie at opensource.wolfsonmicro.com]
보낸 날짜: 2012년 8월 8일 수요일 오전 4:34
받는 사람: Dongjin Kim
참조: Russell King; linux-kernel at vger.kernel.org; linux-arm-kernel at lists.infradead.org; Dongjin Kim
제목: Re: [PATCH 1/4] arm/dts: max77686: Add DTS file for max77686 PMIC
On Wed, Aug 08, 2012 at 04:04:11AM +0900, Dongjin Kim wrote:
> + buck1 {
> + regulator-compatible = "BUCK1";
> + regulator-name = "VDD_MIF_1.0V";
> + regulator-min-microvolt = <800000>;
> + regulator-max-microvolt = <1050000>;
> + regulator-always-on;
> + regulator-boot-on;
> + };
These settings for the regulators are clearly specific to the board
rather than the device so should be in the board file.
More information about the linux-arm-kernel
mailing list