[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <A6A3B7488C419F488E5B13FFD03C08AD2F4372BC@SN2PRD0510MB370.namprd05.prod.outlook.com>
Date: Tue, 7 Aug 2012 19:50:11 +0000
From: Dongjin Kim <Dongjin.Kim@...eeyamobility.net>
To: Mark Brown <broonie@...nsource.wolfsonmicro.com>
CC: Russell King <linux@....linux.org.uk>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
Dongjin Kim <Dongjin.Kim@...eeyamobility.net>
Subject: ȸ½Å: [PATCH 1/4] arm/dts: max77686: Add DTS file for max77686 PMIC
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@...nsource.wolfsonmicro.com]
º¸³½ ³¯Â¥: 2012³â 8¿ù 8ÀÏ ¼ö¿äÀÏ ¿ÀÀü 4:34
¹Þ´Â »ç¶÷: Dongjin Kim
ÂüÁ¶: Russell King; linux-kernel@...r.kernel.org; linux-arm-kernel@...ts.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.
Powered by blists - more mailing lists