Re: [PATCH v5] ARM: dts: exynos: Add Samsung Galaxy Tab 3 8.0 boards

From: Krzysztof Kozlowski
Date: Mon Jul 10 2023 - 03:01:17 EST


On 28/06/2023 10:23, Artur Weber wrote:
> Introduce support for the Galaxy Tab 3 8.0 series of boards:
>
> - Samsung Galaxy Tab 3 8.0 WiFi (SM-T310/lt01wifi)
> - Samsung Galaxy Tab 3 8.0 3G (SM-T311/lt013g)
> - Samsung Galaxy Tab 3 8.0 LTE (SM-T315/lt01lte)
>
> What works:
>
> - Display and backlight
> - Touchscreen
> - GPIO buttons, hall sensor
> - WiFi and Bluetooth
> - USB, fuel gauge, charging
> - Accelerometer and magnetometer
> - Audio: speaker, microphone, headset
> - WiFi model only: light sensor
>
> Signed-off-by: Artur Weber <aweber.kernel@xxxxxxxxx>
> ---
> This is an updated version of "[PATCH v3 13/13] ARM: dts: exynos: Add Samsung
> Galaxy Tab 3 8.0 boards"[1].
>
> Changed in v5:
> - Re-added disabled RTC node instead of deleting it with delete-node
>
> Changed in v4:
> - Added touchkey keycodes
> - Added audio nodes
> - Added MMC aliases
> - Fixed dtbs_check warnings
> - Fixed indentation in pinctrl sleep state overrides
>
> Changed in v3:
> - Addressed review comments
> - Removed rtc node (RTC is provided by PMIC)
> - Added CPU thermal node
> - Fixed dtbs_check warnings
> - Added common changes from next/dt
>
> Should pass dtbs_check with no errors, provided that the following patches
> are present:
>
> Backlight node is adapted to changes from "[PATCH v2 1/4] dt-bindings:
> backlight: lp855x: convert to YAML and modernize"[2]. The whole patchset
> has been merged into the backlight tree.
>
> Touchkey keycode property is added by "[PATCH 1/2] dt-bindings: mms114: Add
> linux,keycodes property for touch keys"[3]. So far only the bindings part
> of the patch has been acked, otherwise everything is awaiting review.
>
> Display bindings have been added by "[PATCH v5 1/3] dt-bindings: display:
> panel: Add Samsung S6D7AA0 LCD panel controller"[4]. These are already
> reviewed and merged into the DRM tree.
>
> [1] https://lore.kernel.org/linux-devicetree/20230501195525.6268-14-aweber.kernel@xxxxxxxxx/
> [2] https://lore.kernel.org/linux-devicetree/20230519180728.2281-2-aweber.kernel@xxxxxxxxx/
> [3] https://lore.kernel.org/linux-devicetree/20230521145843.19489-2-aweber.kernel@xxxxxxxxx/
> [4] https://lore.kernel.org/linux-devicetree/20230519170354.29610-2-aweber.kernel@xxxxxxxxx/
> ---
> arch/arm/boot/dts/Makefile | 3 +
> arch/arm/boot/dts/exynos4212-tab3-3g8.dts | 29 +
> arch/arm/boot/dts/exynos4212-tab3-lte8.dts | 44 +
> arch/arm/boot/dts/exynos4212-tab3-wifi8.dts | 26 +
> arch/arm/boot/dts/exynos4212-tab3.dtsi | 1310 +++++++++++++++++++


This does not apply. You rebased your work on some older version/tree,
without new layout. Please work on linux-next.



Best regards,
Krzysztof