Commit d0cb2f30 authored by Jagan Teki's avatar Jagan Teki Committed by Heiko Stuebner

ARM: dts: rockchip: Add HDMI out for RockPI N8/N10

This patch adds support to enable HDMI out for
N10 and N8 combinations SBCs.
Signed-off-by: default avatarJagan Teki <jagan@amarulasolutions.com>
Signed-off-by: default avatarSuniel Mahesh <sunil@amarulasolutions.com>
Link: https://lore.kernel.org/r/20200720110230.367985-2-jagan@amarulasolutions.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 417b188a
......@@ -38,6 +38,12 @@ &gmac {
snps,reset-gpio = <&gpio4 RK_PA7 GPIO_ACTIVE_HIGH>;
};
&hdmi {
ddc-i2c-bus = <&i2c5>;
pinctrl-names = "default";
pinctrl-0 = <&hdmi_cec_c0>;
};
&i2c0 {
clock-frequency = <400000>;
status = "okay";
......@@ -225,6 +231,10 @@ regulator-state-mem {
};
};
&i2c5 {
status = "okay";
};
&io_domains {
bb-supply = <&vcc_io>;
flash0-supply = <&vccio_flash>;
......
......@@ -66,6 +66,10 @@ &gmac {
status = "okay";
};
&hdmi {
status = "okay";
};
&pwm0 {
status = "okay";
};
......@@ -94,3 +98,19 @@ &uart0 {
&uart2 {
status = "okay";
};
&vopb {
status = "okay";
};
&vopb_mmu {
status = "okay";
};
&vopl {
status = "okay";
};
&vopl_mmu {
status = "okay";
};
......@@ -39,6 +39,12 @@ &gmac {
snps,reset-gpio = <&gpio3 RK_PB7 GPIO_ACTIVE_LOW>;
};
&hdmi {
ddc-i2c-bus = <&i2c3>;
pinctrl-names = "default";
pinctrl-0 = <&hdmi_cec>;
};
&i2c0 {
clock-frequency = <400000>;
i2c-scl-falling-time-ns = <30>;
......@@ -285,6 +291,12 @@ hym8563: hym8563@51 {
};
};
&i2c3 {
i2c-scl-rising-time-ns = <450>;
i2c-scl-falling-time-ns = <15>;
status = "okay";
};
&io_domains {
status = "okay";
bt656-supply = <&vcca_1v8>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment