Skip to content

Commit 28ad31d

Browse files
committed
overlays: apds9960: Add missing pinctrl reference
The apds9960 overlays declares its pin usage (one input for interrupts), but doesn't include a reference from the driver node. This seems to be harmless - declaring inputs and outputs for GPIOs is almost certainly unnecessary - but it is flagged as an error by an improved version of the overlaycheck utility. Signed-off-by: Phil Elwell <phil@raspberrypi.com>
1 parent 28d3307 commit 28ad31d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm/boot/dts/overlays/apds9960-overlay.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
apds9960: apds@39 {
4242
compatible = "avago,apds9960";
4343
reg = <0x39>;
44+
pinctrl-names = "default";
45+
pinctrl-0 = <&apds9960_pins>;
4446
status = "okay";
4547
};
4648
};

0 commit comments

Comments
 (0)