器件型号: J722SXH01EVM
在 u-boot 中启动 PCIe 接口时、我们已经确定了时钟线路的作用、即使 u-boot 正在启用时钟并且没有在软件中收到错误、PCIe 线路的时钟也没有启动。
是否必须执行其他操作来启用来自 u-boot 的时钟?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
器件型号: J722SXH01EVM
在 u-boot 中启动 PCIe 接口时、我们已经确定了时钟线路的作用、即使 u-boot 正在启用时钟并且没有在软件中收到错误、PCIe 线路的时钟也没有启动。
是否必须执行其他操作来启用来自 u-boot 的时钟?
您好、
我已经尝试将该值写入该寄存器、似乎没有意义。
即
=> mw.l 0x43004070 0xF1000000
=> MD.l 0x43004070 1.
43004070:0000000
我还尝试先启动解锁寄存器:
=> mw.l 0x43005008 0x68EF3490
=> mw.l 0x4300500c 0xD172BC5A
=> mw.l 0x43004070 0xF1000000
=> MD.l 0x43004070 1.
43004070:0000000
我还通过读取命令在 pcie_cdns_ti.c 中直接在代码中尝试了此操作、之后的值不会改变。
是否有一些特殊方法可以将缺少的值写入该寄存器?