[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5021ca42-f8d8-4dff-b0e2-21c7f9d680fa@linaro.org>
Date: Wed, 26 Jun 2024 23:52:04 +0200
From: Konrad Dybcio <konrad.dybcio@...aro.org>
To: Raymond Hackley <raymondhackley@...tonmail.com>,
linux-kernel@...r.kernel.org
Cc: Bjorn Andersson <andersson@...nel.org>, Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>, linux-arm-msm@...r.kernel.org,
devicetree@...r.kernel.org, ~postmarketos/upstreaming@...ts.sr.ht
Subject: Re: [PATCH 2/2] ARM: dts: qcom-msm8226-samsung-ms013g: Add initial
device tree
On 26.06.2024 9:18 PM, Raymond Hackley wrote:
> Samsung Galaxy Grand 2 is a phone based on MSM8226. It's similar to the
> other Samsung devices based on MSM8226 with only a few minor differences.
>
> The device trees contain initial support with:
> - GPIO keys
> - Regulator haptic
> - SDHCI (internal and external storage)
> - UART (on USB connector via the TI TSU6721 MUIC)
> - Regulators
> - Touchscreen
> - Accelerometer
>
> Signed-off-by: Raymond Hackley <raymondhackley@...tonmail.com>
> ---
[...]
> + reserved-memory {
'r' > 'g'
> + smem_region: smem@...0000 {
> + reg = <0x0fa00000 0x100000>;
> + no-map;
> + };
> + };
> +
> + gpio-hall-sensor {
[...]
> +&sdhc_1 {
> + vmmc-supply = <&pm8226_l17>;
> + vqmmc-supply = <&pm8226_l6>;
At least vqmmc could use regulator-allow-set-load (this and below)
> +
> + bus-width = <8>;
> + non-removable;
> +
> + status = "okay";
> +};
> +
> +&sdhc_2 {
> + vmmc-supply = <&pm8226_l18>;
> + vqmmc-supply = <&pm8226_l21>;
> +
> + bus-width = <4>;
> + cd-gpios = <&tlmm 38 GPIO_ACTIVE_LOW>;
> +
> + pinctrl-0 = <&sdhc2_default_state &sdhc2_cd_default>;
> + pinctrl-names = "default";
> +
> + status = "okay";
> +};
Konrad
Powered by blists - more mailing lists