|
@@ -62,6 +62,7 @@
|
|
|
brightness-levels = <256 128 64 16 8 4 0>;
|
|
|
default-brightness-level = <6>;
|
|
|
|
|
|
+ power-supply = <®_12v>;
|
|
|
enable-gpios = <&gpio6 7 GPIO_ACTIVE_HIGH>;
|
|
|
};
|
|
|
|
|
@@ -83,6 +84,15 @@
|
|
|
regulator-always-on;
|
|
|
};
|
|
|
|
|
|
+ reg_12v: regulator2 {
|
|
|
+ compatible = "regulator-fixed";
|
|
|
+ regulator-name = "fixed-12V";
|
|
|
+ regulator-min-microvolt = <12000000>;
|
|
|
+ regulator-max-microvolt = <12000000>;
|
|
|
+ regulator-boot-on;
|
|
|
+ regulator-always-on;
|
|
|
+ };
|
|
|
+
|
|
|
rsnd_ak4613: sound {
|
|
|
compatible = "simple-audio-card";
|
|
|
|