mb/google/nissa/var/craask: Modify SD_CARD element to prevent confuse
Modify SD_CARD element "SD_GL9750S" to "SD_PRESENT" to prevent confusion. Origin: 0 --> SD_GL9750S Modify: 0 --> SD_PRESENT BUG=b:296505165 TEST=emerge-nissa coreboot Change-Id: Ic355b7df9f9added4489a764f774851f2e4451c3 Signed-off-by: Tyler Wang <tyler.wang@quanta.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/77687 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: David Wu <david_wu@quanta.corp-partner.google.com>
This commit is contained in:
		| @@ -14,7 +14,7 @@ fw_config | |||||||
| 		option STYLUS_PRESENT		1 | 		option STYLUS_PRESENT		1 | ||||||
| 	end | 	end | ||||||
| 	field SD_CARD 5 | 	field SD_CARD 5 | ||||||
| 		option SD_GL9750S		0 | 		option SD_PRESENT		0 | ||||||
| 		option SD_ABSENT		1 | 		option SD_ABSENT		1 | ||||||
| 	end | 	end | ||||||
| 	field AMP 6 7 | 	field AMP 6 7 | ||||||
| @@ -598,7 +598,7 @@ chip soc/intel/alderlake | |||||||
| 				register "srcclk_pin" = "3" | 				register "srcclk_pin" = "3" | ||||||
| 				device generic 0 on end | 				device generic 0 on end | ||||||
| 			end | 			end | ||||||
| 			probe SD_CARD SD_GL9750S | 			probe SD_CARD SD_PRESENT | ||||||
| 		end | 		end | ||||||
| 		device ref pcie_rp9 on | 		device ref pcie_rp9 on | ||||||
| 			# Enable NVMe SSD PCIe 9-12 using clk_src1 and clk_req2 mapping to hardware | 			# Enable NVMe SSD PCIe 9-12 using clk_src1 and clk_req2 mapping to hardware | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user