Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296137
b: refs/heads/master
c: cf37a8e
h: refs/heads/master
i:
  296135: 6953c42
v: v3
  • Loading branch information
Richard Zhao authored and Shawn Guo committed Feb 27, 2012
1 parent 78ec7b5 commit b5d9425
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3f8976d90bc7714e03c54778e2f6ab78436cb829
refs/heads/master: cf37a8ee60322992d5aa598bb8edc6fb9c80e2e4
20 changes: 20 additions & 0 deletions trunk/arch/arm/boot/dts/imx6q-sabrelite.dts
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,24 @@
};
};
};

regulators {
compatible = "simple-bus";

reg_2p5v: 2p5v {
compatible = "regulator-fixed";
regulator-name = "2P5V";
regulator-min-microvolt = <2500000>;
regulator-max-microvolt = <2500000>;
regulator-always-on;
};

reg_3p3v: 3p3v {
compatible = "regulator-fixed";
regulator-name = "3P3V";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-always-on;
};
};
};

0 comments on commit b5d9425

Please sign in to comment.