Message ID | 20231105204759.37107-7-bryant@mai.rs (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Add samsung-milletwifi | expand |
On 05/11/2023 21:46, Bryant Mairs wrote: > Enable Wi-Fi and Bluetooth support for milletwifi. This device > uses the WCN3660A that is already supported, so it only needs to be > enabled in the DTS. > Squash. Best regards, Krzysztof
Hi Bryant,
kernel test robot noticed the following build errors:
[auto build test ERROR on robh/for-next]
[also build test ERROR on dtor-input/next dtor-input/for-linus linus/master v6.7-rc1 next-20231115]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Bryant-Mairs/dt-bindings-input-melfas-mms114-add-MMS252-compatible/20231106-045021
base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
patch link: https://lore.kernel.org/r/20231105204759.37107-7-bryant%40mai.rs
patch subject: [PATCH 6/7] ARM: dts: qcom: apq8026-samsung-milletwifi: Enable Wi-Fi and Bluetooth
config: arm-allyesconfig (https://download.01.org/0day-ci/archive/20231116/202311161232.aXIYGTAD-lkp@intel.com/config)
compiler: arm-linux-gnueabi-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231116/202311161232.aXIYGTAD-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202311161232.aXIYGTAD-lkp@intel.com/
All errors (new ones prefixed by >>):
Error: arch/arm/boot/dts/qcom/qcom-apq8026-samsung-milletwifi.dts:15.15-26 Label or path mba_region not found
Error: arch/arm/boot/dts/qcom/qcom-apq8026-samsung-milletwifi.dts:16.15-27 Label or path mpss_region not found
Error: arch/arm/boot/dts/qcom/qcom-apq8026-samsung-milletwifi.dts:18.15-28 Label or path wcnss_region not found
>> Error: arch/arm/boot/dts/qcom/qcom-apq8026-samsung-milletwifi.dts:313.1-8 Label or path pronto not found
FATAL ERROR: Syntax error parsing input tree
diff --git a/arch/arm/boot/dts/qcom/qcom-apq8026-samsung-milletwifi.dts b/arch/arm/boot/dts/qcom/qcom-apq8026-samsung-milletwifi.dts index 910e8d2f69b0..57f50af487c1 100644 --- a/arch/arm/boot/dts/qcom/qcom-apq8026-samsung-milletwifi.dts +++ b/arch/arm/boot/dts/qcom/qcom-apq8026-samsung-milletwifi.dts @@ -310,6 +310,28 @@ touchscreen@48 { }; }; +&pronto { + vddmx-supply = <&pm8226_l3>; + vddpx-supply = <&pm8226_l6>; + + pinctrl-0 = <&wcnss_pin_a>; + pinctrl-names = "default"; + + status = "okay"; + + iris { + vddxo-supply = <&pm8226_l10>; + vddrfa-supply = <&pm8226_l24>; + vddpa-supply = <&pm8226_l16>; + vdddig-supply = <&pm8226_l24>; + }; + + smd-edge { + wcnss { + status = "okay"; + }; + }; +}; &rpm_requests { regulators { @@ -557,6 +579,13 @@ tsp_int_rst_default_state: tsp-int-rst-default-state { drive-strength = <10>; bias-pull-up; }; + + wcnss_pin_a: wcnss-pin-active-state { + pins = "gpio40", "gpio41", "gpio42", "gpio43", "gpio44"; + function = "wlan"; + drive-strength = <6>; + bias-pull-down; + }; }; &usb {
Enable Wi-Fi and Bluetooth support for milletwifi. This device uses the WCN3660A that is already supported, so it only needs to be enabled in the DTS. Signed-off-by: Bryant Mairs <bryant@mai.rs> --- .../qcom/qcom-apq8026-samsung-milletwifi.dts | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+)