1.emmc修改
This commit is contained in:
		
							parent
							
								
									721d4eefee
								
							
						
					
					
						commit
						6b10066e59
					
				| 
						 | 
				
			
			@ -16,7 +16,7 @@
 | 
			
		|||
 | 
			
		||||
	aliases {
 | 
			
		||||
		mmc0 = &mmc0;	/* Fixed to mmcblk0 for sdio1 */
 | 
			
		||||
		mmc1 = &mmc1;	/* Fixed to mmcblk1 for sdio2 */
 | 
			
		||||
		mmc1 = &emmc;	/* Fixed to mmcblk1 for sdio2 */
 | 
			
		||||
	};
 | 
			
		||||
 | 
			
		||||
	uart@f0290000 {
 | 
			
		||||
| 
						 | 
				
			
			@ -84,7 +84,7 @@
 | 
			
		|||
		/*power_en = <D_GPIO(2) GPIO_RISING_EDGE>;*/
 | 
			
		||||
	};
 | 
			
		||||
 | 
			
		||||
	mmc1: mmc@f0500000 {
 | 
			
		||||
	emmc: mmc@f0500000 {
 | 
			
		||||
		compatible = "nvt,nvt_mmc2";
 | 
			
		||||
		reg = <0xf0500000 0x1000>;
 | 
			
		||||
		interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
 | 
			
		||||
| 
						 | 
				
			
			@ -95,6 +95,7 @@
 | 
			
		|||
		neg-sample-edge = <0>;
 | 
			
		||||
		driving = <15 8 8 20 8 8 20 8 8 20 8 8>;
 | 
			
		||||
		cd_gpio = <0 GPIO_FALLING_EDGE GPIO_INTERRUPT>;
 | 
			
		||||
		non-removable;
 | 
			
		||||
		/*ro_gpio = <D_GPIO(3) GPIO_RISING_EDGE GPIO_POLLING>;*/
 | 
			
		||||
		/*power_en = <D_GPIO(4) GPIO_RISING_EDGE>;*/
 | 
			
		||||
		/*status = "disabled";*/
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user