Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: exynos: use hyphens in MFC reserved memory node names

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 <krzk@kernel.org>
Link: https://lore.kernel.org/r/20201105184506.215648-5-krzk@kernel.org

+2 -2
+2 -2
arch/arm/boot/dts/exynos-mfc-reserved-memory.dtsi
··· 11 11 #size-cells = <1>; 12 12 ranges; 13 13 14 - mfc_left: region_mfc_left { 14 + mfc_left: region-mfc-left { 15 15 compatible = "shared-dma-pool"; 16 16 no-map; 17 17 size = <0x2400000>; 18 18 alignment = <0x100000>; 19 19 }; 20 20 21 - mfc_right: region_mfc_right { 21 + mfc_right: region-mfc-right { 22 22 compatible = "shared-dma-pool"; 23 23 no-map; 24 24 size = <0x800000>;