Просмотр исходного кода

Merge pull request #167 in PROCESSOR-SDK/processor-sdk-linux from PLSDK-2839 to processor-sdk-linux-4.19.y

* commit '4386ea04787e544e4c3518d8f8a838f57d6b57c6':
  Revert "arm64:dts:ti:remoteproc: add msmc-sram"
Muralidharan Karicheri 6 лет назад
Родитель
Сommit
1a935de37d

+ 1 - 5
arch/arm64/boot/dts/ti/k3-am65-main.dtsi

@@ -14,7 +14,7 @@
 		#size-cells = <1>;
 		ranges = <0x0 0x0 0x70000000 0x200000>;
 
-		/* WARNING!!! No All non-reserved memory
+		/* WARNING!!! Not All non-reserved memory
 		 * is available for use. For example
 		 * ICSSG PRUETH needs 98K * 3 = 294K.
 		 * So reserve memory below carefully
@@ -26,10 +26,6 @@
 			reg = <0x0 0x20000>;
 		};
 
-		msmc_sram1: msmc-sram1@20000 {
-			reg = <0x20000 0x10000>;
-		};
-
 		sysfw-sram@f0000 {
 			reg = <0xf0000 0x10000>;
 		};

+ 1 - 1
arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi

@@ -341,7 +341,7 @@
 			btcm-enable = <1>;
 			loczrama = <1>;
 			mboxes = <&mailbox0_cluster0 &mbox_mcu_r5fss0_core0>;
-			sram = <&mcu_r5fss0_core0_sram>, <&msmc_sram1>;
+			sram = <&mcu_r5fss0_core0_sram>;
 		};
 
 		mcu_r5fss0_core1: r5f@41400000 {