Skip to content

Add support for Samsung Galaxy A71 #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 25 commits into
base: v6.14
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
127e67f
Add device tree for samsung-a715f
WiiPlayer2 Mar 30, 2025
d403986
Add drm panel driver S6E3FA9_AMB667UM06_FHD
WiiPlayer2 Mar 30, 2025
9705e5b
Add a715f dtb to Makefile
WiiPlayer2 Apr 3, 2025
41a8e7b
USB gadget works again
WiiPlayer2 Apr 4, 2025
81ebc1e
Use same reset pin as other devices for display
WiiPlayer2 Apr 4, 2025
a5f076c
Fix model name
WiiPlayer2 Apr 4, 2025
48ad9b8
Remove TODO comment
WiiPlayer2 Apr 5, 2025
5c7b057
Add suspend pins for panel
WiiPlayer2 Apr 6, 2025
ec09d63
Remove unecessary comments and nodes
WiiPlayer2 Apr 9, 2025
397c9fb
Add correct amount of gpio names and remove dsi phy vdda-supply
WiiPlayer2 Apr 9, 2025
d57699a
Adjust firmware name
WiiPlayer2 Apr 9, 2025
de5822c
Add note about panel reset gpios
WiiPlayer2 Apr 9, 2025
ee067e8
Remove max current from ufs phy
WiiPlayer2 Apr 9, 2025
bd0fed0
Add comment about reserved pins
WiiPlayer2 Apr 9, 2025
6397338
List connected i2c devices
WiiPlayer2 Apr 10, 2025
c635791
Remove spi pin configuration
WiiPlayer2 Apr 10, 2025
51da14f
Use decimal values
WiiPlayer2 Apr 10, 2025
952819e
Add regulator names
WiiPlayer2 Apr 10, 2025
c0c54b0
Remove wifi
WiiPlayer2 Apr 11, 2025
5ca44f5
Add regulator supply map
WiiPlayer2 Apr 15, 2025
e434f72
Add copyright
WiiPlayer2 Apr 15, 2025
08f89a0
Set author for panel driver
WiiPlayer2 Apr 15, 2025
2f810d6
Change panel compatible string
WiiPlayer2 Apr 15, 2025
db85100
Use devm_mipi_dsi_attach
WiiPlayer2 Apr 15, 2025
3c36241
Use correct reset pin for panel but disable setting pin to LOW
WiiPlayer2 Apr 15, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/qcom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ dtb-$(CONFIG_ARCH_QCOM) += sm7150-xiaomi-surya-huaxing.dtb
dtb-$(CONFIG_ARCH_QCOM) += sm7150-xiaomi-surya-tianma.dtb
dtb-$(CONFIG_ARCH_QCOM) += sm7150-xiaomi-sweet.dtb
dtb-$(CONFIG_ARCH_QCOM) += sm7150-xiaomi-tucana.dtb
dtb-$(CONFIG_ARCH_QCOM) += sm7150-samsung-a715f.dtb
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merge into the dts commit

dtb-$(CONFIG_ARCH_QCOM) += sm7225-fairphone-fp4.dtb
dtb-$(CONFIG_ARCH_QCOM) += sm7325-nothing-spacewar.dtb
dtb-$(CONFIG_ARCH_QCOM) += sm8150-hdk.dtb
Expand Down
Loading