All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] ARM: dts: rockchip: add sram to bus_intmem nodename for rv1108
@ 2020-02-28 15:53 ` Johan Jonker
  0 siblings, 0 replies; 10+ messages in thread
From: Johan Jonker @ 2020-02-28 15:53 UTC (permalink / raw)
  To: heiko-4mtYJXux2i+zQB+pC5nmwQ
  Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

A test with the command below gives these errors:

arch/arm/boot/dts/rv1108-elgin-r1.dt.yaml:
bus_intmem@10080000: $nodename:0: 'bus_intmem@10080000'
does not match '^sram(@.*)?'
arch/arm/boot/dts/rv1108-evb.dt.yaml:
bus_intmem@10080000: $nodename:0: 'bus_intmem@10080000'
does not match '^sram(@.*)?'

Fix this error by adding sram to the bus_intmem nodename
in rv1108.dtsi.

make ARCH=arm dtbs_check
DT_SCHEMA_FILES=Documentation/devicetree/bindings/sram/sram.yaml

Signed-off-by: Johan Jonker <jbx6244-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
 arch/arm/boot/dts/rv1108.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/rv1108.dtsi b/arch/arm/boot/dts/rv1108.dtsi
index 9bb109d66..c3621b3e6 100644
--- a/arch/arm/boot/dts/rv1108.dtsi
+++ b/arch/arm/boot/dts/rv1108.dtsi
@@ -102,7 +102,7 @@
 		};
 	};
 
-	bus_intmem@10080000 {
+	bus_intmem: sram@10080000 {
 		compatible = "mmio-sram";
 		reg = <0x10080000 0x2000>;
 		#address-cells = <1>;
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-02-29 23:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-28 15:53 [PATCH 1/3] ARM: dts: rockchip: add sram to bus_intmem nodename for rv1108 Johan Jonker
2020-02-28 15:53 ` Johan Jonker
2020-02-28 15:53 ` Johan Jonker
2020-02-28 15:53 ` [PATCH 2/3] ARM: dts: rockchip: add sram to bus_intmem nodename for rk3036 Johan Jonker
2020-02-28 15:53   ` Johan Jonker
2020-02-28 15:53 ` [PATCH 3/3] ARM: dts: rockchip: add sram to bus_intmem nodename for rk3288 Johan Jonker
2020-02-28 15:53   ` Johan Jonker
     [not found] ` <20200228155354.27206-1-jbx6244-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2020-02-29 23:49   ` [PATCH 1/3] ARM: dts: rockchip: add sram to bus_intmem nodename for rv1108 Heiko Stuebner
2020-02-29 23:49     ` Heiko Stuebner
2020-02-29 23:49     ` Heiko Stuebner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.