Commit 947f901 1 parent 805e053 commit 947f901 Copy full SHA for 947f901
File tree 1 file changed +18
-0
lines changed
patch/kernel/archive/rockchip64-6.12/dt
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 280
280
};
281
281
};
282
282
283
+ &hdmi_receiver_cma {
284
+ status = "okay";
285
+ };
286
+
287
+ &hdmi_receiver {
288
+ status = "okay";
289
+ hpd-gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
290
+ pinctrl-0 = <&hdmim1_rx_cec &hdmim1_rx_hpdin &hdmim1_rx_scl &hdmim1_rx_sda &hdmirx_hpd>;
291
+ pinctrl-names = "default";
292
+ memory-region = <&hdmi_receiver_cma>;
293
+ };
294
+
283
295
&i2c0 {
284
296
pinctrl-names = "default";
285
297
pinctrl-0 = <&i2c0m2_xfer>;
419
431
};
420
432
421
433
&pinctrl {
434
+ hdmirx {
435
+ hdmirx_hpd: hdmirx-hpd {
436
+ rockchip,pins = <2 RK_PB5 RK_FUNC_GPIO &pcfg_pull_none>;
437
+ };
438
+ };
439
+
422
440
hym8563 {
423
441
hym8563_int: hym8563-int {
424
442
rockchip,pins = <0 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>;
You can’t perform that action at this time.
0 commit comments