blob: 629654c525b4bf415e41dca7b3d9fc60a5ee75fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2025, Luca Weiss <luca@lucaweiss.eu>
*/
#include "qcom-msm8226.dtsi"
&modem {
compatible = "qcom,msm8926-mss-pil";
/delete-property/ qcom,ext-bhs-reg;
};
|