On Mon, Aug 10, 2026 at 06:55:36PM +0200, Adam Skladowski wrote:
> Add a devicetree for the Motorola One smartphone, which is based
> on the Jacala/MSM8953 SoC.
> 
> Supported functionality as of this initial submission:
> * I2C peripherals (Touchscreen,NFC)
> * Power Button, Volume Keys
> * Regulators (PM8953)
> * Remoteprocs (ADSP, MPSS, WCNSS)
> * USB
> 
> Device tree also contains supply maps to other subsystems like MDSS
> but due to missing dependencies like panel those are disabled.
> 
> Signed-off-by: Adam Skladowski <[email protected]>
> ---
>  arch/arm64/boot/dts/qcom/Makefile                  |   1 +
>  arch/arm64/boot/dts/qcom/msm8953-motorola-deen.dts | 443 
> +++++++++++++++++++++
>  2 files changed, 444 insertions(+)
> 
> +
> +&i2c_1 {
> +     status = "disabled";
> +
> +     typec-portc@22 {
> +             compatible = "fcs,fusb302";
> +             reg = <0x22>;
> +             interrupts-extended = <&tlmm 9 IRQ_TYPE_EDGE_RISING>;

LEVEL_LOW ?

-- 
With best wishes
Dmitry

Reply via email to