Skip to content

Commit be84dfa

Browse files
Hans Verkuilmmind
authored andcommitted
ARM: dts: rockchip: enable the hdmi output on the rk3288-firefly-reload
The vdd10_lcd and vcc18_lcd regulators need to be enabled for HDMI output to work, so add 'regulator-always-on', just as is done in rk3288-firefly.dtsi. Also enable i2c5, the hdmi block and configure the correc cec pin. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 838980d commit be84dfa

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

arch/arm/boot/dts/rk3288-firefly-reload-core.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@
184184
regulator-name = "vdd10_lcd";
185185
regulator-min-microvolt = <1000000>;
186186
regulator-max-microvolt = <1000000>;
187+
regulator-always-on;
187188
};
188189

189190
vcca_18: REG7 {
@@ -223,6 +224,7 @@
223224
regulator-name = "vcc18_lcd";
224225
regulator-min-microvolt = <1800000>;
225226
regulator-max-microvolt = <1800000>;
227+
regulator-always-on;
226228
};
227229
};
228230
};

arch/arm/boot/dts/rk3288-firefly-reload.dts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,13 @@
226226
};
227227
};
228228

229+
&hdmi {
230+
ddc-i2c-bus = <&i2c5>;
231+
pinctrl-names = "default";
232+
pinctrl-0 = <&hdmi_cec_c0>;
233+
status = "okay";
234+
};
235+
229236
&i2c0 {
230237
hym8563: hym8563@51 {
231238
compatible = "haoyu,hym8563";
@@ -255,6 +262,10 @@
255262
};
256263
};
257264

265+
&i2c5 {
266+
status = "okay";
267+
};
268+
258269
&i2s {
259270
status = "okay";
260271
};

0 commit comments

Comments
 (0)