From a6ca9353a878ffd874b4cec44e60b01cc6ab508c Mon Sep 17 00:00:00 2001 From: Tom Warren Date: Wed, 16 Jul 2014 11:09:39 -0700 Subject: ryu: Add TPS65913 regs/init for VDD_CPU 1.0V Other default slams should be added later to the init table once we know what the kernel touches. But for now, only VDD_CPU is needed. Also slipped in a minor name change in mainboard.c BRANCH=none BUG=none TEST=none, no HW here for me to test on yet Change-Id: Ifbe86192449ed0466085808a0a12a15a7b6a1795 Signed-off-by: Tom Warren Reviewed-on: https://chromium-review.googlesource.com/208385 Reviewed-by: Aaron Durbin (cherry picked from commit 53b332fb12cd685fbec265695333a70c4064524c) Signed-off-by: Marc Jones Reviewed-on: http://review.coreboot.org/8645 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/mainboard/google/rush_ryu/mainboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/google/rush_ryu/mainboard.c') diff --git a/src/mainboard/google/rush_ryu/mainboard.c b/src/mainboard/google/rush_ryu/mainboard.c index 9b8e354b62..dff5954466 100644 --- a/src/mainboard/google/rush_ryu/mainboard.c +++ b/src/mainboard/google/rush_ryu/mainboard.c @@ -30,6 +30,6 @@ static void mainboard_enable(device_t dev) } struct chip_operations mainboard_ops = { - .name = "rush", + .name = "rush_ryu", .enable_dev = mainboard_enable, }; -- cgit v1.2.3