[PATCH 2/5] ARM: dts: NSP: Fix mpcore, mmc node names

Matthew Hagan mnhagan88 at gmail.com
Sat Aug 28 04:27:00 PDT 2021


This fixes the following message by appending "-bus" to mpcore node name:
mpcore at 19000000: $nodename:0: 'mpcore at 19000000' does not match '^([a-z][a-z0-9\\-]+-bus|bus|soc|axi|ahb|apb)(@[0-9a-f]+)?$'

Secondly this fixes the mmc node name. Leave the label name as is.
sdhci at 21000: $nodename:0: 'sdhci at 21000' does not match '^mmc(@.*)?$'

Signed-off-by: Matthew Hagan <mnhagan88 at gmail.com>
---
 arch/arm/boot/dts/bcm-nsp.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/arm/boot/dts/bcm-nsp.dtsi
index 745d1d9d7414..6f2ccd059e73 100644
--- a/arch/arm/boot/dts/bcm-nsp.dtsi
+++ b/arch/arm/boot/dts/bcm-nsp.dtsi
@@ -77,7 +77,7 @@ pmu {
 		interrupt-affinity = <&cpu0>, <&cpu1>;
 	};
 
-	mpcore at 19000000 {
+	mpcore-bus at 19000000 {
 		compatible = "simple-bus";
 		ranges = <0x00000000 0x19000000 0x00023000>;
 		#address-cells = <1>;
@@ -219,7 +219,7 @@ dma: dma at 20000 {
 			status = "disabled";
 		};
 
-		sdio: sdhci at 21000 {
+		sdio: mmc at 21000 {
 			compatible = "brcm,sdhci-iproc-cygnus";
 			reg = <0x21000 0x100>;
 			interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>;
-- 
2.27.0




More information about the linux-arm-kernel mailing list