On 2/19/24 12:38, Raymond Hackley wrote:
From: Joe Mason <buddyjojo06@xxxxxxxxxxx> Like msm8916-samsung-a3u-eur, the Grand Prime uses a Zinitix BT541 touchscreen. Add it together with the necessary fixed-regulator to the device tree. Signed-off-by: Joe Mason <buddyjojo06@xxxxxxxxxxx> [Raymond: Move to fortuna-common. Use interrupts-extended] Signed-off-by: Raymond Hackley <raymondhackley@xxxxxxxxxxxxxx> ---
[...]
+&blsp_i2c5 { + status = "disabled"; + + /* Touchscreen varies depending on model variant */ + /delete-node/ touchscreen@20;
Please delete the node by a &label reference and keep the bus enabled (if I2C5 is used on all models) Konrad