[PATCH 2/2] arm64: dts: rockchip: Enable HDMI0 and GPU on Indiedroid Nova

Jimmy Hon honyuenkwun at gmail.com
Wed Oct 23 18:14:54 PDT 2024


>+	hdmi0-con {
>+		compatible = "hdmi-connector";
>+		type = "c";
This should be type d, the Nova has a micro HDMI port, not a mini HDMI port.


>+
>+&hdmi0 {
>+	pinctrl-0 = <&hdmim0_rx_hpdin>, <&hdmim0_tx0_scl>,
>+		    <&hdmim0_tx0_sda>, <&hdmim0_tx0_hpd>,
>+		    <&hdmim0_tx0_cec>;
>+	pinctrl-names = "default";
>+	status = "okay";
>+};
Why is the additional hdmim0_rx_hpdin needed? Is it supposed to represent
HDMI0_TX_ON_H? I'm curious why this board needs it, when the other boards
do not.

Jimmy




More information about the Linux-rockchip mailing list