On 9/6/26 2:41 AM, David Heidelberg via B4 Relay wrote: > From: Richard Acayan <[email protected]> > > Modems on Google Pixel devices require extra information about the > SoC to be passed through a vendor-controlled Shared Memory (SMEM) > channel. This driver provides this information.
[...] > + ret = of_property_read_u32(dev->of_node, "qcom,smem-id", &smem_id); Is it ever not 134? FWIW you may find this useful: 134 - SMEM_ID_VENDOR0 135 - SMEM_ID_VENDOR1 136 - SMEM_ID_VENDOR2 which you may find in various downstream kernel used for various purposes Konrad

