|
@@ -422,6 +422,13 @@
|
|
|
};
|
|
|
};
|
|
|
|
|
|
+ hdmi {
|
|
|
+ hpd-gpio = <&gpx3 7 2>;
|
|
|
+ vdd_osc-supply = <&ldo10_reg>;
|
|
|
+ vdd_pll-supply = <&ldo8_reg>;
|
|
|
+ vdd-supply = <&ldo8_reg>;
|
|
|
+ };
|
|
|
+
|
|
|
mmc_reg: voltage-regulator {
|
|
|
compatible = "regulator-fixed";
|
|
|
regulator-name = "VDD_33ON_2.8V";
|
|
@@ -431,6 +438,11 @@
|
|
|
enable-active-high;
|
|
|
};
|
|
|
|
|
|
+ reg_hdmi_en: fixedregulator@0 {
|
|
|
+ compatible = "regulator-fixed";
|
|
|
+ regulator-name = "hdmi-en";
|
|
|
+ };
|
|
|
+
|
|
|
fixed-rate-clocks {
|
|
|
xxti {
|
|
|
compatible = "samsung,clock-xxti";
|