[PATCH v4 16/17] arm64: dts: freescale: apalis-imx8: fix reserved-memory node names

Marcel Ziswiler marcel at ziswiler.com
Tue Jan 17 23:26:54 PST 2023


From: Marcel Ziswiler <marcel.ziswiler at toradex.com>

Fix reserved-memory node names using dashes rather than underscores.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler at toradex.com>

---

Changes in v4:
- New patch fixing reserved-memory node names.

 arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi b/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi
index 70c00b92cb05..6217e0a48f96 100644
--- a/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi
@@ -133,17 +133,17 @@ reserved-memory {
 		#size-cells = <2>;
 		ranges;
 
-		decoder_boot: decoder_boot at 84000000 {
+		decoder_boot: decoder-boot at 84000000 {
 			no-map;
 			reg = <0 0x84000000 0 0x2000000>;
 		};
 
-		encoder1_boot: encoder1_boot at 86000000 {
+		encoder1_boot: encoder1-boot at 86000000 {
 			no-map;
 			reg = <0 0x86000000 0 0x200000>;
 		};
 
-		encoder2_boot: encoder2_boot at 86200000 {
+		encoder2_boot: encoder2-boot at 86200000 {
 			no-map;
 			reg = <0 0x86200000 0 0x200000>;
 		};
@@ -170,7 +170,7 @@ vdevbuffer: vdevbuffer at 90400000 {
 			no-map;
 		};
 
-		decoder_rpc: decoder_rpc at 92000000 {
+		decoder_rpc: decoder-rpc at 92000000 {
 			no-map;
 			reg = <0 0x92000000 0 0x200000>;
 		};
@@ -180,12 +180,12 @@ dsp_reserved: dsp at 92400000 {
 			reg = <0 0x92400000 0 0x2000000>;
 		};
 
-		encoder1_rpc: encoder1_rpc at 94400000 {
+		encoder1_rpc: encoder1-rpc at 94400000 {
 			no-map;
 			reg = <0 0x94400000 0 0x700000>;
 		};
 
-		encoder2_rpc: encoder2_rpc at 94b00000 {
+		encoder2_rpc: encoder2-rpc at 94b00000 {
 			no-map;
 			reg = <0 0x94b00000 0 0x700000>;
 		};
-- 
2.35.1




More information about the linux-arm-kernel mailing list