|
@@ -32,13 +32,20 @@
|
|
|
bootargs ="root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M console=ttySAC2,115200 init=/linuxrc";
|
|
|
};
|
|
|
|
|
|
- mmc_reg: voltage-regulator {
|
|
|
- compatible = "regulator-fixed";
|
|
|
- regulator-name = "VMEM_VDD_2.8V";
|
|
|
- regulator-min-microvolt = <2800000>;
|
|
|
- regulator-max-microvolt = <2800000>;
|
|
|
- gpio = <&gpx1 1 0>;
|
|
|
- enable-active-high;
|
|
|
+ regulators {
|
|
|
+ compatible = "simple-bus";
|
|
|
+ #address-cells = <1>;
|
|
|
+ #size-cells = <0>;
|
|
|
+
|
|
|
+ mmc_reg: regulator@0 {
|
|
|
+ compatible = "regulator-fixed";
|
|
|
+ reg = <0>;
|
|
|
+ regulator-name = "VMEM_VDD_2.8V";
|
|
|
+ regulator-min-microvolt = <2800000>;
|
|
|
+ regulator-max-microvolt = <2800000>;
|
|
|
+ gpio = <&gpx1 1 0>;
|
|
|
+ enable-active-high;
|
|
|
+ };
|
|
|
};
|
|
|
|
|
|
tmu@100C0000 {
|