mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 01:23:56 +02:00
arm64: dts: qcom: arduino-imola: fix faulty spidev node
CS pin added on pinctrl0 property is causing spidev to return -ENODEV
since that GPIO is already part of spi5 pinmuxing.
Fixes: 3f745bc0f1 ("arm64: dts: qcom: qrb2210: add dts for Arduino unoq")
Signed-off-by: Riccardo Mereu <r.mereu@arduino.cc>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260213101002.105238-1-r.mereu.kernel@arduino.cc
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
99e38f5683
commit
1a040df09f
|
|
@ -325,21 +325,13 @@ &sdhc_1 {
|
|||
&spi5 {
|
||||
status = "okay";
|
||||
|
||||
spidev@0 {
|
||||
reg = <0>;
|
||||
mcu@0 {
|
||||
compatible = "arduino,unoq-mcu";
|
||||
pinctrl-0 = <&spidev_cs>;
|
||||
pinctrl-names = "default";
|
||||
reg = <0>;
|
||||
};
|
||||
};
|
||||
|
||||
&tlmm {
|
||||
spidev_cs: spidev-cs-state {
|
||||
pins = "gpio17";
|
||||
function = "gpio";
|
||||
drive-strength = <16>;
|
||||
};
|
||||
|
||||
jmisc_gpio18: jmisc-gpio18-state {
|
||||
pins = "gpio18";
|
||||
function = "gpio";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user