mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-06 13:09:58 +00:00
ARM: dts: rockchip: add hdmi device node for rk3036
Add the Innosilicon hdmi node for HDMI display. Signed-off-by: Caesar Wang <wxt@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
d9abae3ca5
commit
b7217cf19c
@ -168,6 +168,10 @@ vop: vop@10118000 {
|
|||||||
vop_out: port {
|
vop_out: port {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
vop_out_hdmi: endpoint@0 {
|
||||||
|
reg = <0>;
|
||||||
|
remote-endpoint = <&hdmi_in_vop>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -328,6 +332,27 @@ acodec: acodec-ana@20030000 {
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hdmi: hdmi@20034000 {
|
||||||
|
compatible = "rockchip,rk3036-inno-hdmi";
|
||||||
|
reg = <0x20034000 0x4000>;
|
||||||
|
interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&cru PCLK_HDMI>;
|
||||||
|
clock-names = "pclk";
|
||||||
|
rockchip,grf = <&grf>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&hdmi_ctl>;
|
||||||
|
status = "disabled";
|
||||||
|
|
||||||
|
hdmi_in: port {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
hdmi_in_vop: endpoint@0 {
|
||||||
|
reg = <0>;
|
||||||
|
remote-endpoint = <&vop_out_hdmi>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
timer: timer@20044000 {
|
timer: timer@20044000 {
|
||||||
compatible = "rockchip,rk3036-timer", "rockchip,rk3288-timer";
|
compatible = "rockchip,rk3036-timer", "rockchip,rk3288-timer";
|
||||||
reg = <0x20044000 0x20>;
|
reg = <0x20044000 0x20>;
|
||||||
@ -675,6 +700,15 @@ i2s_bus: i2s-bus {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hdmi {
|
||||||
|
hdmi_ctl: hdmi-ctl {
|
||||||
|
rockchip,pins = <1 8 RK_FUNC_1 &pcfg_pull_none>,
|
||||||
|
<1 9 RK_FUNC_1 &pcfg_pull_none>,
|
||||||
|
<1 10 RK_FUNC_1 &pcfg_pull_none>,
|
||||||
|
<1 11 RK_FUNC_1 &pcfg_pull_none>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
uart0 {
|
uart0 {
|
||||||
uart0_xfer: uart0-xfer {
|
uart0_xfer: uart0-xfer {
|
||||||
rockchip,pins = <0 16 RK_FUNC_1 &pcfg_pull_default>,
|
rockchip,pins = <0 16 RK_FUNC_1 &pcfg_pull_default>,
|
||||||
|
Loading…
Reference in New Issue
Block a user