]> Git Repo - linux.git/commitdiff
ARM: dts: exynos: use hyphens in MFC reserved memory node names
authorKrzysztof Kozlowski <[email protected]>
Thu, 5 Nov 2020 18:45:05 +0000 (19:45 +0100)
committerKrzysztof Kozlowski <[email protected]>
Tue, 10 Nov 2020 18:21:21 +0000 (19:21 +0100)
Use hyphens instead of underscores in the MFC reserved memory node names
which is expected by naming convention, multiple dtschema files and
pointed out by dtc W=2 builds.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
arch/arm/boot/dts/exynos-mfc-reserved-memory.dtsi

index 1dbf3bbff8d3074cacd30af77e39bea0d6c67e6e..597ade3e252f0f8d539bc54f74eee5060ffe06cf 100644 (file)
                #size-cells = <1>;
                ranges;
 
-               mfc_left: region_mfc_left {
+               mfc_left: region-mfc-left {
                        compatible = "shared-dma-pool";
                        no-map;
                        size = <0x2400000>;
                        alignment = <0x100000>;
                };
 
-               mfc_right: region_mfc_right {
+               mfc_right: region-mfc-right {
                        compatible = "shared-dma-pool";
                        no-map;
                        size = <0x800000>;
This page took 0.056689 seconds and 4 git commands to generate.