diff options
author | Baruch Siach <baruch@tkos.co.il> | 2023-04-24 12:52:54 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2023-06-08 15:31:59 +0200 |
commit | b0b4a63f38d7cae3c57588592556481aedcae8b1 (patch) | |
tree | 35f597b3133a62d6ceee0093d99ecc6fe56ad75f /Documentation | |
parent | docs: dt: fix documented Primecell compatible string (diff) | |
download | linux-b0b4a63f38d7cae3c57588592556481aedcae8b1.tar.xz linux-b0b4a63f38d7cae3c57588592556481aedcae8b1.zip |
docs: zh_CN/devicetree: sync usage-model fix
Sync compatibly string fix from the English document.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: Yanteng Si <siyanteng@loongson.cn>
Link: https://lore.kernel.org/r/b39560250cb58f8cdcfe95791ce5af7455c6e8e3.1682333574.git.baruch@tkos.co.il
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/translations/zh_CN/devicetree/usage-model.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/translations/zh_CN/devicetree/usage-model.rst b/Documentation/translations/zh_CN/devicetree/usage-model.rst index c6aee82c7e6e..19ba4ae0cd81 100644 --- a/Documentation/translations/zh_CN/devicetree/usage-model.rst +++ b/Documentation/translations/zh_CN/devicetree/usage-model.rst @@ -325,6 +325,6 @@ Primecell设备。然而,棘手的一点是,AMBA总线上的所有设备并 当使用DT时,这给of_platform_populate()带来了问题,因为它必须决定是否将 每个节点注册为platform_device或amba_device。不幸的是,这使设备创建模型 -变得有点复杂,但解决方案原来并不是太具有侵略性。如果一个节点与“arm,amba-primecell” +变得有点复杂,但解决方案原来并不是太具有侵略性。如果一个节点与“arm,primecell” 兼容,那么of_platform_populate()将把它注册为amba_device而不是 platform_device。 |