diff --git a/src/ipa/raspberrypi/raspberrypi.cpp b/src/ipa/raspberrypi/raspberrypi.cpp
index fd8fecb0..1bf4e270 100644
--- a/src/ipa/raspberrypi/raspberrypi.cpp
+++ b/src/ipa/raspberrypi/raspberrypi.cpp
@@ -604,7 +604,7 @@ static const std::map<int32_t, std::string> ExposureModeTable = {
 };
 
 static const std::map<int32_t, std::string> AwbModeTable = {
-	{ controls::AwbAuto, "normal" },
+	{ controls::AwbAuto, "auto" },
 	{ controls::AwbIncandescent, "incandescent" },
 	{ controls::AwbTungsten, "tungsten" },
 	{ controls::AwbFluorescent, "fluorescent" },