Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
resources:tools-software:linux-drivers:iio-dac:ad5360 [01 Sep 2020 09:31] – [Example device tree] Mircea Caprioruresources:tools-software:linux-drivers:iio-dac:ad5360 [29 Jan 2024 13:00] (current) – [Example device tree] Avoid error message "debugfs: Directory 'fixed-supply' with parent 'regulator' already present!" Ilario Gelmetti
Line 12: Line 12:
   * [[adi>AD5373]]   * [[adi>AD5373]]
  
- 
-===== Reference Circuits ===== 
- 
-  * [[adi>CN0123]] 
-  * [[adi>CN0131]] 
 ===== Evaluation Boards ===== ===== Evaluation Boards =====
  
Line 51: Line 46:
  vref0: fixedregulator@0 {  vref0: fixedregulator@0 {
  compatible = "regulator-fixed";  compatible = "regulator-fixed";
- regulator-name = "fixed-supply";+ regulator-name = "fixed-supply0";
  regulator-min-microvolt = <3000000>;  regulator-min-microvolt = <3000000>;
  regulator-max-microvolt = <3000000>;  regulator-max-microvolt = <3000000>;
Line 58: Line 53:
  vref1: fixedregulator@1 {  vref1: fixedregulator@1 {
  compatible = "regulator-fixed";  compatible = "regulator-fixed";
- regulator-name = "fixed-supply";+ regulator-name = "fixed-supply1";
  regulator-min-microvolt = <3000000>;  regulator-min-microvolt = <3000000>;
  regulator-max-microvolt = <3000000>;  regulator-max-microvolt = <3000000>;
resources/tools-software/linux-drivers/iio-dac/ad5360.txt · Last modified: 29 Jan 2024 13:00 by Ilario Gelmetti