From: Dmitry Baryshkov dmitry.baryshkov@linaro.org
[ Upstream commit 691b5b53dbcc30bb3572cbb255374990723af0d2 ]
The display connector family of bridges is used on a plenty of ARM64 platforms (including, but not being limited to several Qualcomm Robotics and Dragonboard platforms). It doesn't make sense for the DRM drivers to select the driver, so select it via the defconfig.
Signed-off-by: Dmitry Baryshkov dmitry.baryshkov@linaro.org Reviewed-by: Neil Armstrong neil.armstrong@linaro.org Link: https://lore.kernel.org/r/20250214-arm64-display-connector-v1-1-306bca76316e... Signed-off-by: Bjorn Andersson andersson@kernel.org [ Backport to 6.12.y ] Signed-off-by: Macpaul Lin macpaul.lin@mediatek.com --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 7e475f38f3e1..219ef05ee5a7 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -911,6 +911,7 @@ CONFIG_DRM_PANEL_SAMSUNG_ATNA33XC20=m CONFIG_DRM_PANEL_SITRONIX_ST7703=m CONFIG_DRM_PANEL_TRULY_NT35597_WQXGA=m CONFIG_DRM_PANEL_VISIONOX_VTDR6130=m +CONFIG_DRM_DISPLAY_CONNECTOR=m CONFIG_DRM_FSL_LDB=m CONFIG_DRM_LONTIUM_LT8912B=m CONFIG_DRM_LONTIUM_LT9611=m
From: André Draszik andre.draszik@linaro.org
[ Upstream commit d2ca319822e071423ab883bc8493053320b8e52c ]
Enable the Maxim max33359 as this is used by the gs101-oriole (Google Pixel 6) board.
Reviewed-by: Peter Griffin peter.griffin@linaro.org Signed-off-by: André Draszik andre.draszik@linaro.org Link: https://lore.kernel.org/r/20241203-gs101-phy-lanes-orientation-dts-v2-1-1412... Signed-off-by: Krzysztof Kozlowski krzysztof.kozlowski@linaro.org Acked-by: Conor Dooley conor.dooley@microchip.com Link: https://lore.kernel.org/r/20241231131742.134329-1-krzysztof.kozlowski@linaro... Signed-off-by: Arnd Bergmann arnd@arndb.de Signed-off-by: Macpaul Lin macpaul.lin@mediatek.com --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index d2fdef159210..960fe7183539 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1123,6 +1123,7 @@ CONFIG_USB_MASS_STORAGE=m CONFIG_TYPEC=m CONFIG_TYPEC_TCPM=m CONFIG_TYPEC_TCPCI=m +CONFIG_TYPEC_TCPCI_MAXIM=m CONFIG_TYPEC_FUSB302=m CONFIG_TYPEC_QCOM_PMIC=m CONFIG_TYPEC_UCSI=m
On 16/07/2025 12:28, Macpaul Lin wrote:
From: André Draszik andre.draszik@linaro.org
[ Upstream commit d2ca319822e071423ab883bc8493053320b8e52c ]
Enable the Maxim max33359 as this is used by the gs101-oriole (Google Pixel 6) board.
Reviewed-by: Peter Griffin peter.griffin@linaro.org Signed-off-by: André Draszik andre.draszik@linaro.org Link: https://lore.kernel.org/r/20241203-gs101-phy-lanes-orientation-dts-v2-1-1412... Signed-off-by: Krzysztof Kozlowski krzysztof.kozlowski@linaro.org Acked-by: Conor Dooley conor.dooley@microchip.com Link: https://lore.kernel.org/r/20241231131742.134329-1-krzysztof.kozlowski@linaro... Signed-off-by: Arnd Bergmann arnd@arndb.de Signed-off-by: Macpaul Lin macpaul.lin@mediatek.com
No, that's not a fix.
Best regards, Krzysztof
On Wed, Jul 16, 2025 at 12:30:20PM +0200, Krzysztof Kozlowski wrote:
On 16/07/2025 12:28, Macpaul Lin wrote:
From: André Draszik andre.draszik@linaro.org
[ Upstream commit d2ca319822e071423ab883bc8493053320b8e52c ]
Enable the Maxim max33359 as this is used by the gs101-oriole (Google Pixel 6) board.
Reviewed-by: Peter Griffin peter.griffin@linaro.org Signed-off-by: André Draszik andre.draszik@linaro.org Link: https://lore.kernel.org/r/20241203-gs101-phy-lanes-orientation-dts-v2-1-1412... Signed-off-by: Krzysztof Kozlowski krzysztof.kozlowski@linaro.org Acked-by: Conor Dooley conor.dooley@microchip.com Link: https://lore.kernel.org/r/20241231131742.134329-1-krzysztof.kozlowski@linaro... Signed-off-by: Arnd Bergmann arnd@arndb.de Signed-off-by: Macpaul Lin macpaul.lin@mediatek.com
No, that's not a fix.
Yeah, defconfig changes don't really make sense for stable updates as everyone already has a .config file for their systems by now for those kernel versions, and changing the defconfig will not change anything for anyone.
Sorry,
greg k-h
On Wed, 2025-07-16 at 13:09 +0200, Greg KH wrote:
On Wed, Jul 16, 2025 at 12:30:20PM +0200, Krzysztof Kozlowski wrote:
On 16/07/2025 12:28, Macpaul Lin wrote:
From: André Draszik andre.draszik@linaro.org
[ Upstream commit d2ca319822e071423ab883bc8493053320b8e52c ]
Enable the Maxim max33359 as this is used by the gs101-oriole (Google Pixel 6) board.
Reviewed-by: Peter Griffin peter.griffin@linaro.org Signed-off-by: André Draszik andre.draszik@linaro.org Link: https://lore.kernel.org/r/20241203-gs101-phy-lanes-orientation-dts-v2-1-1412... Signed-off-by: Krzysztof Kozlowski krzysztof.kozlowski@linaro.org Acked-by: Conor Dooley conor.dooley@microchip.com Link: https://lore.kernel.org/r/20241231131742.134329-1-krzysztof.kozlowski@linaro... Signed-off-by: Arnd Bergmann arnd@arndb.de Signed-off-by: Macpaul Lin macpaul.lin@mediatek.com
No, that's not a fix.
Yeah, defconfig changes don't really make sense for stable updates as everyone already has a .config file for their systems by now for those kernel versions, and changing the defconfig will not change anything for anyone.
Sorry,
greg k-h
Ah, I was doing backport for some kernel options and some dependencies patches based on code diff. I forget to check if each intermediate patch had a 'fixes' tag. Sorry for bothering.
Thanks Macpaul Lin
linux-stable-mirror@lists.linaro.org