Message ID | 20240916-max20339-dts-v1-1-2f7ed7c24e83@linaro.org |
---|---|
State | New |
Headers | show |
Series | Google Pixel 6 (oriole): max20339 enabling | expand |
On Mon, 16 Sept 2024 at 17:58, André Draszik <andre.draszik@linaro.org> wrote: > > Enable the Maxim max20339 as this is used by the gs101-oriole (Google > Pixel 6) board. > > Signed-off-by: André Draszik <andre.draszik@linaro.org> > --- Reviewed-by: Peter Griffin <peter.griffin@linaro.org> [..] regards, Peter
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 5fdbfea7a5b2..c43df2164201 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -778,6 +778,7 @@ CONFIG_REGULATOR_HI655X=y CONFIG_REGULATOR_LP873X=m CONFIG_REGULATOR_MAX77620=y CONFIG_REGULATOR_MAX8973=y +CONFIG_REGULATOR_MAX20339=m CONFIG_REGULATOR_MAX20411=m CONFIG_REGULATOR_MP8859=y CONFIG_REGULATOR_MT6315=m
Enable the Maxim max20339 as this is used by the gs101-oriole (Google Pixel 6) board. Signed-off-by: André Draszik <andre.draszik@linaro.org> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)