From a46b993665e0f7e46e1244f923a8d089fb4488f9 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sat, 26 Jul 2025 17:29:04 -0600 Subject: [PATCH] update dtoverlay source after input from ukleinek --- devicetree/quantimotor.dts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devicetree/quantimotor.dts b/devicetree/quantimotor.dts index 30c8e84..3fb2a68 100644 --- a/devicetree/quantimotor.dts +++ b/devicetree/quantimotor.dts @@ -8,6 +8,9 @@ &spi { status = "okay"; + pinctrl-names = "default"; + cs-gpios = <&gpio 8 1>, <&gpio 7 1>; + #address-cells = <1>; #size-cells = <0>; -- 2.47.2