All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: zynq: Add ISL9305 regulator on Parallella board
@ 2014-09-06 11:40 Mark Brown
  2014-09-15 13:26 ` Michal Simek
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Brown @ 2014-09-06 11:40 UTC (permalink / raw)
  To: linux-arm-kernel

There is an ISL9305 regulator on the Parallella board, add it to the DT
along with descriptions of all the supplies.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
 arch/arm/boot/dts/zynq-parallella.dts | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/arch/arm/boot/dts/zynq-parallella.dts b/arch/arm/boot/dts/zynq-parallella.dts
index 41afd9da6876..43ca89fb92e4 100644
--- a/arch/arm/boot/dts/zynq-parallella.dts
+++ b/arch/arm/boot/dts/zynq-parallella.dts
@@ -53,6 +53,29 @@
 
 &i2c0 {
 	status = "okay";
+
+	isl9305: isl9305 at 68 {
+		compatible = "isl,isl9305";
+		reg = <0x68>;
+
+		regulators {
+			dcd1 {
+				regulator-name = "VDD_DSP";
+				regulator-always-on;
+			};
+			dcd2 {
+				regulator-name = "1P35V";
+				regulator-always-on;
+			};
+			ldo1 {
+				regulator-name = "VDD_ADJ";
+			};
+			ldo2 {
+				regulator-name = "VDD_GPIO";
+				regulator-always-on;
+			};
+		};
+	};
 };
 
 &sdhci1 {
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH] ARM: zynq: Add ISL9305 regulator on Parallella board
  2014-09-06 11:40 [PATCH] ARM: zynq: Add ISL9305 regulator on Parallella board Mark Brown
@ 2014-09-15 13:26 ` Michal Simek
  2014-09-15 13:32   ` Andreas Färber
  0 siblings, 1 reply; 5+ messages in thread
From: Michal Simek @ 2014-09-15 13:26 UTC (permalink / raw)
  To: linux-arm-kernel

On 09/06/2014 01:40 PM, Mark Brown wrote:
> There is an ISL9305 regulator on the Parallella board, add it to the DT
> along with descriptions of all the supplies.
> 
> Signed-off-by: Mark Brown <broonie@kernel.org>
> ---
>  arch/arm/boot/dts/zynq-parallella.dts | 23 +++++++++++++++++++++++
>  1 file changed, 23 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/zynq-parallella.dts b/arch/arm/boot/dts/zynq-parallella.dts
> index 41afd9da6876..43ca89fb92e4 100644
> --- a/arch/arm/boot/dts/zynq-parallella.dts
> +++ b/arch/arm/boot/dts/zynq-parallella.dts
> @@ -53,6 +53,29 @@
>  
>  &i2c0 {
>  	status = "okay";
> +
> +	isl9305: isl9305 at 68 {
> +		compatible = "isl,isl9305";
> +		reg = <0x68>;
> +
> +		regulators {
> +			dcd1 {
> +				regulator-name = "VDD_DSP";
> +				regulator-always-on;
> +			};
> +			dcd2 {
> +				regulator-name = "1P35V";
> +				regulator-always-on;
> +			};
> +			ldo1 {
> +				regulator-name = "VDD_ADJ";
> +			};
> +			ldo2 {
> +				regulator-name = "VDD_GPIO";
> +				regulator-always-on;
> +			};
> +		};
> +	};
>  };
>  
>  &sdhci1 {
> 

Applied.

Thanks,
Michal


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140915/e6fab1ba/attachment.sig>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] ARM: zynq: Add ISL9305 regulator on Parallella board
  2014-09-15 13:26 ` Michal Simek
@ 2014-09-15 13:32   ` Andreas Färber
  2014-09-15 16:16     ` Mark Brown
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Färber @ 2014-09-15 13:32 UTC (permalink / raw)
  To: linux-arm-kernel

Am 15.09.2014 um 15:26 schrieb Michal Simek:
> On 09/06/2014 01:40 PM, Mark Brown wrote:
>> There is an ISL9305 regulator on the Parallella board, add it to the DT
>> along with descriptions of all the supplies.
>>
>> Signed-off-by: Mark Brown <broonie@kernel.org>
>> ---
>>  arch/arm/boot/dts/zynq-parallella.dts | 23 +++++++++++++++++++++++
>>  1 file changed, 23 insertions(+)
>>
>> diff --git a/arch/arm/boot/dts/zynq-parallella.dts b/arch/arm/boot/dts/zynq-parallella.dts
>> index 41afd9da6876..43ca89fb92e4 100644
>> --- a/arch/arm/boot/dts/zynq-parallella.dts
>> +++ b/arch/arm/boot/dts/zynq-parallella.dts
>> @@ -53,6 +53,29 @@
>>  
>>  &i2c0 {
>>  	status = "okay";
>> +
>> +	isl9305: isl9305 at 68 {
>> +		compatible = "isl,isl9305";
>> +		reg = <0x68>;
>> +
>> +		regulators {
>> +			dcd1 {
>> +				regulator-name = "VDD_DSP";
>> +				regulator-always-on;
>> +			};
>> +			dcd2 {
>> +				regulator-name = "1P35V";
>> +				regulator-always-on;
>> +			};
>> +			ldo1 {
>> +				regulator-name = "VDD_ADJ";
>> +			};
>> +			ldo2 {
>> +				regulator-name = "VDD_GPIO";
>> +				regulator-always-on;
>> +			};
>> +		};
>> +	};
>>  };
>>  
>>  &sdhci1 {
>>
> 
> Applied.

Where exactly on the board did you spot that regulator? I did not spot
it on my pre-ordered board and wonder whether it might be a difference
of the revised RS-distributed board with the large heat sink?

Thanks,
Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imend?rffer; HRB 16746 AG N?rnberg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140915/4ae73903/attachment.sig>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] ARM: zynq: Add ISL9305 regulator on Parallella board
  2014-09-15 13:32   ` Andreas Färber
@ 2014-09-15 16:16     ` Mark Brown
  2014-09-16 12:27       ` Michal Simek
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Brown @ 2014-09-15 16:16 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Sep 15, 2014 at 03:32:52PM +0200, Andreas F?rber wrote:
> Am 15.09.2014 um 15:26 schrieb Michal Simek:

> > Applied.

> Where exactly on the board did you spot that regulator? I did not spot
> it on my pre-ordered board and wonder whether it might be a difference
> of the revised RS-distributed board with the large heat sink?

I didn't actually identify the physical device on the board, it's on
sheet 16 of the schematic.  The device is responsive to I2C and I'm
reading back the settings I'm expecting from the hardware.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140915/eea459d4/attachment.sig>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] ARM: zynq: Add ISL9305 regulator on Parallella board
  2014-09-15 16:16     ` Mark Brown
@ 2014-09-16 12:27       ` Michal Simek
  0 siblings, 0 replies; 5+ messages in thread
From: Michal Simek @ 2014-09-16 12:27 UTC (permalink / raw)
  To: linux-arm-kernel

On 09/15/2014 06:16 PM, Mark Brown wrote:
> On Mon, Sep 15, 2014 at 03:32:52PM +0200, Andreas F?rber wrote:
>> Am 15.09.2014 um 15:26 schrieb Michal Simek:
> 
>>> Applied.
> 
>> Where exactly on the board did you spot that regulator? I did not spot
>> it on my pre-ordered board and wonder whether it might be a difference
>> of the revised RS-distributed board with the large heat sink?
> 
> I didn't actually identify the physical device on the board, it's on
> sheet 16 of the schematic.  The device is responsive to I2C and I'm
> reading back the settings I'm expecting from the hardware.
> 

good that you have parallella hardware.

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140916/0f3659c6/attachment.sig>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-09-16 12:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-06 11:40 [PATCH] ARM: zynq: Add ISL9305 regulator on Parallella board Mark Brown
2014-09-15 13:26 ` Michal Simek
2014-09-15 13:32   ` Andreas Färber
2014-09-15 16:16     ` Mark Brown
2014-09-16 12:27       ` Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.