[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <292eca02-e59a-88af-8823-f14440ffe592@linaro.org>
Date: Sun, 27 Nov 2022 22:08:25 +0100
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Luca Weiss <luca@...tu.xyz>, linux-arm-msm@...r.kernel.org
Cc: ~postmarketos/upstreaming@...ts.sr.ht, phone-devel@...r.kernel.org,
Julian Goldsmith <julian@...iangoldsmith.com>,
Oleg Chernovskiy <kanedias@...mail.me>,
Arnd Bergmann <arnd@...db.de>, Olof Johansson <olof@...om.net>,
soc@...nel.org, Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Andy Gross <agross@...nel.org>,
Bjorn Andersson <andersson@...nel.org>,
Konrad Dybcio <konrad.dybcio@...aro.org>,
linux-arm-kernel@...ts.infradead.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] ARM: dts: qcom: msm8974: Add OnePlus One
On 27/11/2022 19:18, Luca Weiss wrote:
> From: Julian Goldsmith <julian@...iangoldsmith.com>
>
> OnePlus One is a smartphone launched in 2014 and is based on the
> Snapdragon 801 SoC (-AC variant).
>
Thank you for your patch. There is something to discuss/improve.
> +
> +&blsp1_uart2 {
> + status = "okay";
> +};
> +
> +&gcc {
> + compatible = "qcom,gcc-msm8974pro-ac";
> +};
> +
> +&otg {
> + phys = <&usb_hs1_phy>;
> + phy-select = <&tcsr 0xb000 0>;
> + extcon = <&smbb>, <&usb_id>;
> + vbus-supply = <&chg_otg>;
> +
> + hnp-disable;
> + srp-disable;
> + adp-disable;
> +
> + status = "okay";
> +
> + ulpi {
> + phy@a {
> + status = "okay";
Override by label (usb_hs1_phy). If the labels are named similarly, e.g.
usb_oth and usb_hs1_phy, then they will appear next to each other during
override/extend.
Best regards,
Krzysztof
Powered by blists - more mailing lists