[PATCH 1/1] Fixing a minor typo in YAML document
Jihed Chaibi
jihed.chaibi.dev at gmail.com
Fri May 16 19:05:52 PDT 2025
A small typo in the rockchip,rk3399 YAML document ;
"less then" should become: "less than"
Signed-off-by: Jihed Chaibi <jihed.chaibi.dev at gmail.com>
---
.../bindings/memory-controllers/rockchip,rk3399-dmc.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/memory-controllers/rockchip,rk3399-dmc.yaml b/Documentation/devicetree/bindings/memory-controllers/rockchip,rk3399-dmc.yaml
index 1f58ee99b..1a96c743e 100644
--- a/Documentation/devicetree/bindings/memory-controllers/rockchip,rk3399-dmc.yaml
+++ b/Documentation/devicetree/bindings/memory-controllers/rockchip,rk3399-dmc.yaml
@@ -128,7 +128,7 @@ properties:
minimum: 1000000 # In case anyone thought this was MHz.
description:
When the DRAM type is DDR3, this parameter defines the ODT disable
- frequency in Hz. When the DDR frequency is less then ddr3_odt_dis_freq,
+ frequency in Hz. When the DDR frequency is less than ddr3_odt_dis_freq,
the ODT on the DRAM side and controller side are both disabled.
rockchip,ddr3_drv:
@@ -176,7 +176,7 @@ properties:
minimum: 1000000 # In case anyone thought this was MHz.
description:
When the DRAM type is LPDDR3, this parameter defines then ODT disable
- frequency in Hz. When DDR frequency is less then ddr3_odt_dis_freq, the
+ frequency in Hz. When DDR frequency is less than ddr3_odt_dis_freq, the
ODT on the DRAM side and controller side are both disabled.
rockchip,lpddr3_drv:
@@ -223,7 +223,7 @@ properties:
minimum: 1000000 # In case anyone thought this was MHz.
description:
When the DRAM type is LPDDR4, this parameter defines the ODT disable
- frequency in Hz. When the DDR frequency is less then ddr3_odt_dis_freq,
+ frequency in Hz. When the DDR frequency is less than ddr3_odt_dis_freq,
the ODT on the DRAM side and controller side are both disabled.
rockchip,lpddr4_drv:
--
2.39.5
More information about the Linux-rockchip
mailing list