Message ID | 20231213-peregrine-v1-0-5229e21bca3f@apitzsch.eu (mailing list archive) |
---|---|
Headers | show |
Series | ARM: dts: qcom: msm8926-motorola-peregrine: Add initial device tree | expand |
Am Mittwoch, dem 13.12.2023 um 21:44 +0100 schrieb Konrad Dybcio: > > > On 12/13/23 21:33, André Apitzsch wrote: > > This dts adds support for Motorola Moto G 4G released in 2013. > I have a similar one in my drawer.. not the 4g kind, titan IIRC? > Wasn't this one codenamed thea? > > Konrad Yes, thea is the 2nd generation of Moto G 4G, released in 2014. pregrine is the first generation, from 2013. Should > model = "Motorola Moto G 4G"; be updated, to reflect that it is 1st gen or should only "thea" (if it is added at all) have an addition in the model name? André
On 12/14/23 09:18, André Apitzsch wrote: > Am Mittwoch, dem 13.12.2023 um 21:44 +0100 schrieb Konrad Dybcio: >> >> >> On 12/13/23 21:33, André Apitzsch wrote: >>> This dts adds support for Motorola Moto G 4G released in 2013. >> I have a similar one in my drawer.. not the 4g kind, titan IIRC? >> Wasn't this one codenamed thea? >> >> Konrad > > Yes, thea is the 2nd generation of Moto G 4G, released in 2014. > pregrine is the first generation, from 2013. > > Should >> model = "Motorola Moto G 4G"; > be updated, to reflect that it is 1st gen or should only "thea" (if it > is added at all) have an addition in the model name? I *think* it'd be good to make it "Motorola Moto G 4G (2014)" as I think it's what it was called anyway Konrad
This dts adds support for Motorola Moto G 4G released in 2013. Add a device tree with initial support for: - GPIO keys - Hall sensor - SDHCI - Vibrator Signed-off-by: André Apitzsch <git@apitzsch.eu> --- André Apitzsch (2): dt-bindings: arm: qcom: Add Motorola Moto G 4G ARM: dts: qcom: msm8926-motorola-peregrine: Add initial device tree Documentation/devicetree/bindings/arm/qcom.yaml | 1 + arch/arm/boot/dts/qcom/Makefile | 1 + .../dts/qcom/qcom-msm8926-motorola-peregrine.dts | 297 +++++++++++++++++++++ 3 files changed, 299 insertions(+) --- base-commit: 48e8992e33abf054bcc0bb2e77b2d43bb899212e change-id: 20231208-peregrine-902ab2fb2cf5 Best regards,