Re: [PATCH v2 3/3] arm64: dts: qcom: sm7125-samsung: add initial device tree
From: Erikas Bitovtas
Date: Tue Aug 11 2026 - 00:33:27 EST
On 7/5/26 9:41 PM, David Heidelberg wrote:
> On 05/07/2026 12:30, Erikas Bitovtas wrote:
>> Samsung Galaxy A52/A72 are devices released on atoll (SM7125) platform
>> in 2021. Add initial device tree for SM7125 Samsung platform with
>> support for:
>> - Framebuffer
>> - GPIO keys
>> - Hall sensor
>> - Vibrator
>> - Regulators
>> - Reset input
>> - Real-time clock
>> - SD card
>> - UFS
>> - USB
>>
>> Tested-by: Stefan Hansson <newbyte@xxxxxxxxxxxxxxxx>
>> Signed-off-by: Erikas Bitovtas <xerikasxx@xxxxxxxxx>
>> ---
>> arch/arm64/boot/dts/qcom/Makefile | 2 +
>> arch/arm64/boot/dts/qcom/sm7125-samsung-a52q.dts | 20 +
>> arch/arm64/boot/dts/qcom/sm7125-samsung-a72q.dts | 20 +
>> .../arm64/boot/dts/qcom/sm7125-samsung-common.dtsi | 536 +++++++++++
>> ++++++++++
>> 4 files changed, 578 insertions(+)
>>
>
> Nice,
>
> Reviewed-by: David Heidelberg <david@xxxxxxx>
>
> small nitpick, the Copyright inside the files should be yours, at least
> unless you giving up your contributions or you been paid by LF ;-) .
>
I replaced LF copyright with mine in v3.
I found this patch series from a developer who preferred to stay
pseudonymous. They were licensed under GPLv2, and I got in touch with
the developer and they permitted me to claim ownership for these patches.
https://github.com/map220v/sm7125-mainline/blob/a72q-6.10/arch/arm64/boot/dts/qcom/sm7125-samsung-common.dtsi
> David