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

arm64: dts: mt8183-pumpkin: fix dtbs_check warning

Fix unit names to make dtbs_check happy.

Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Reviewed-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Link: https://lore.kernel.org/r/20210414144643.17435-1-matthias.bgg@kernel.org
Link: https://lore.kernel.org/r/20210416143923.23406-2-matthias.bgg@kernel.org'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Matthias Brugger and committed by
Arnd Bergmann
f9929b45 40bb9133

+2 -2
+2 -2
arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts
··· 32 32 #size-cells = <2>; 33 33 ranges; 34 34 35 - scp_mem_reserved: scp_mem_region { 35 + scp_mem_reserved: scp_mem_region@50000000 { 36 36 compatible = "shared-dma-pool"; 37 37 reg = <0 0x50000000 0 0x2900000>; 38 38 no-map; ··· 55 55 }; 56 56 }; 57 57 58 - ntc@0 { 58 + ntc { 59 59 compatible = "murata,ncp03wf104"; 60 60 pullup-uv = <1800000>; 61 61 pullup-ohm = <390000>;