Skip to content

Commit b0b4a63

Browse files
baruchsiachrobherring
authored andcommitted
docs: zh_CN/devicetree: sync usage-model fix
Sync compatibly string fix from the English document. Signed-off-by: Baruch Siach <[email protected]> Reviewed-by: Yanteng Si <[email protected]> Link: https://lore.kernel.org/r/b39560250cb58f8cdcfe95791ce5af7455c6e8e3.1682333574.git.baruch@tkos.co.il Signed-off-by: Rob Herring <[email protected]>
1 parent c44e050 commit b0b4a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/translations/zh_CN/devicetree/usage-model.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,6 @@ Primecell设备。然而,棘手的一点是,AMBA总线上的所有设备并
325325

326326
当使用DT时,这给of_platform_populate()带来了问题,因为它必须决定是否将
327327
每个节点注册为platform_device或amba_device。不幸的是,这使设备创建模型
328-
变得有点复杂,但解决方案原来并不是太具有侵略性。如果一个节点与“arm,amba-primecell”
328+
变得有点复杂,但解决方案原来并不是太具有侵略性。如果一个节点与“arm,primecell”
329329
兼容,那么of_platform_populate()将把它注册为amba_device而不是
330330
platform_device。

0 commit comments

Comments
 (0)