We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44e050 commit b0b4a63Copy full SHA for b0b4a63
Documentation/translations/zh_CN/devicetree/usage-model.rst
@@ -325,6 +325,6 @@ Primecell设备。然而,棘手的一点是,AMBA总线上的所有设备并
325
326
当使用DT时,这给of_platform_populate()带来了问题,因为它必须决定是否将
327
每个节点注册为platform_device或amba_device。不幸的是,这使设备创建模型
328
-变得有点复杂,但解决方案原来并不是太具有侵略性。如果一个节点与“arm,amba-primecell”
+变得有点复杂,但解决方案原来并不是太具有侵略性。如果一个节点与“arm,primecell”
329
兼容,那么of_platform_populate()将把它注册为amba_device而不是
330
platform_device。
0 commit comments