Message ID | 20211015072857.9770-1-krzysztof.kozlowski@canonical.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | dt-bindings: memory-controllers: correct path to LPDDR3 bindings | expand |
On 15/10/2021 09:28, Krzysztof Kozlowski wrote: > The LPDDR3 bindings were moved to memory-controllers/ddr. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> > > --- > > I will fold it into original patch. > --- > .../devicetree/bindings/memory-controllers/ddr/lpddr3.txt | 5 +++-- > .../bindings/memory-controllers/samsung,exynos5422-dmc.yaml | 3 ++- > 2 files changed, 5 insertions(+), 3 deletions(-) > Squashed into "dt-bindings: Relocate DDR bindings". Best regards, Krzysztof
Hi Krzysztof, On 10/15/21 8:54 AM, Krzysztof Kozlowski wrote: > On 15/10/2021 09:28, Krzysztof Kozlowski wrote: >> The LPDDR3 bindings were moved to memory-controllers/ddr. >> >> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> >> >> --- >> >> I will fold it into original patch. >> --- >> .../devicetree/bindings/memory-controllers/ddr/lpddr3.txt | 5 +++-- >> .../bindings/memory-controllers/samsung,exynos5422-dmc.yaml | 3 ++- >> 2 files changed, 5 insertions(+), 3 deletions(-) >> > > Squashed into "dt-bindings: Relocate DDR bindings". Changes look OK, the squashing also make sense. In case you needed, feel free to add: Acked-by: Lukasz Luba <lukasz.luba@arm.com> Regards, Lukasz
diff --git a/Documentation/devicetree/bindings/memory-controllers/ddr/lpddr3.txt b/Documentation/devicetree/bindings/memory-controllers/ddr/lpddr3.txt index b221e653d384..031af5fb0379 100644 --- a/Documentation/devicetree/bindings/memory-controllers/ddr/lpddr3.txt +++ b/Documentation/devicetree/bindings/memory-controllers/ddr/lpddr3.txt @@ -43,8 +43,9 @@ These values shall be obtained from the device data-sheet. Child nodes: - The lpddr3 node may have one or more child nodes of type "lpddr3-timings". "lpddr3-timings" provides AC timing parameters of the device for - a given speed-bin. Please see Documentation/devicetree/ - bindings/ddr/lpddr3-timings.txt for more information on "lpddr3-timings" + a given speed-bin. Please see + Documentation/devicetree/bindings/memory-controllers/ddr/lpddr3-timings.txt + for more information on "lpddr3-timings" Example: diff --git a/Documentation/devicetree/bindings/memory-controllers/samsung,exynos5422-dmc.yaml b/Documentation/devicetree/bindings/memory-controllers/samsung,exynos5422-dmc.yaml index 6f4fd5814bf4..fe8639dcffab 100644 --- a/Documentation/devicetree/bindings/memory-controllers/samsung,exynos5422-dmc.yaml +++ b/Documentation/devicetree/bindings/memory-controllers/samsung,exynos5422-dmc.yaml @@ -51,7 +51,8 @@ properties: $ref: '/schemas/types.yaml#/definitions/phandle' description: | phandle of the connected DRAM memory device. For more information please - refer to documentation file: Documentation/devicetree/bindings/ddr/lpddr3.txt + refer to documentation file: + Documentation/devicetree/bindings/memory-controllers/ddr/lpddr3.txt operating-points-v2: true
The LPDDR3 bindings were moved to memory-controllers/ddr. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> --- I will fold it into original patch. --- .../devicetree/bindings/memory-controllers/ddr/lpddr3.txt | 5 +++-- .../bindings/memory-controllers/samsung,exynos5422-dmc.yaml | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-)