主题中讨论的其他器件:TPD12S015
工具/软件:Linux
您好!
我正在使用 SDK vision ti-processor-sdk-linux-Automotive ra7xx-evm-03_02_00_03和 Jacinto 6 Entry/RSP EVM 修订版 C。 下面是我的用例、
我正在使用设备树的 dra71-EVM.dts、它未连接 HDMI 设备、并且未能找到视频源。
[0.626654] PCI_BUS 0000:00:根总线资源[mem 0x20013000-0x2fffffff]
[0.627053] PCI:总线0:禁用快速背对背传输
[0.627169] PCI:总线1:启用快速背对背传输
[0.627258] PCI 0000:00:00.0:条0:已分配[mem 0x20100000-0x201fff]
[0.627274] PCI 0000:00:00.0:条1:已分配[mem 0x2000000-0x2002FFF]
[0.627286] PCI 0000:00:00.0:PCI 桥至[bus 01]
[0.627507] pcieport 0000:00:00.0:通过 PCIe PME 中断向 PME 发送信号
[0.650239] fpd3_SerDes:7-002c 的探头失败、错误-5
[0.650398] fpd3_SerDes 4-001b:串行器 fpd3_24b_ser 准备就绪
[0.651914] fpd3_SerDes 7-002c:解串器 fpd3_24b_DES 就绪
[0.706209] 串行:8250/16550驱动程序,10个端口,禁用 IRQ 共享
[0.709533] 4806a000.serial: tmio 0x4806a000处的 ttyS0 (IRQ = 301、base_baud = 3000000)是8250
[1.696723] 控制台[ttyS0]已启用
[1.701140] 48020000.serial: tmio 0x48020000处的 ttyS2 (IRQ = 302、base_baud = 3000000)是8250
[1.711202] [DRM]已初始化 DRM 1.1.0 20060810
[1.717277] omapdss_DSS 580000.dss:主绑定失败:-517
[1.724243] dra7evm-tpd12s015编码器:找不到视频源
[1.730745] connector-HDMI 连接器:无法找到视频源
[1.823183] LOOP:模块已加载
[1.836371] m25p80 spi32766.0:s25fl256s1 (32768 KB)
[1.841770] 在 MTD 器件 spi32766.0上找到7个器件分区
[1.847669] 在"spi32766.0"上创建7个 MTD 分区:
[1.852831] 0x000000000000-0x000000040000:"QSPI.SPL"
[1.868921] 0x000000040000-0x000000140000:"QSPI.u-boot"
[1.885236]0x000000140000-0x0000001c0000 :"QSPI.u-boot-spl-os"
bleow 是 tpd12s015器件树:
tpd12s015:编码器{
兼容="ti、dra7evm-tpd12s015";
pinctrl-names ="i2c"、"DDC";
pinctrl-0 =<&HDMI_i2c_SEL_Pin &HDMI_i2c_PINs_i2c>;
pinctrl-1 =<&HDMI_i2c_SEL_Pin &HDMI_i2c_PINs_DDC>;
dc-i2c-bus =<&i2c2>;
GPIO =<&pcf_HDMI 4 GPIO_ACTIVE_HIGH>、 /* P4、CT CP HPD */
<&pcf_HDMI 5 GPIO_ACTIVE_HIGH>、 /* P5、LS OE */
<&GPIO7 12 GPIO_ACTIVE_HIGH>; /* GPIO7_12/SP1_CS2、HPD *
端口{
#address-cells =<1>;
#size-cells =<0>;
端口@0{
reg =<0>;
tpd12s015_in:端点{
远程端点=<&HDMI_OUT>;
};
};
端口@1{
reg =<1>;
tpd12s015_out:端点{
远程端点=<&HDMI_connector_in_>;
};
};
};
};