Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: am335x-sancloud-bbe: Fix missing pinctrl refs

pinctrl settings for the USB hub, barometer & accelerometer need to be
referenced from the relevant nodes to work.

Signed-off-by: Paul Barker <paul.barker@sancloud.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Paul Barker and committed by
Tony Lindgren
7244c8af c477358e

+6
+2
arch/arm/boot/dts/am335x-sancloud-bbe-common.dtsi
··· 58 58 59 59 &i2c0 { 60 60 usb2512b: usb-hub@2c { 61 + pinctrl-names = "default"; 62 + pinctrl-0 = <&usb_hub_ctrl>; 61 63 compatible = "microchip,usb2512b"; 62 64 reg = <0x2c>; 63 65 reset-gpios = <&gpio0 29 GPIO_ACTIVE_LOW>;
+4
arch/arm/boot/dts/am335x-sancloud-bbe.dts
··· 32 32 33 33 &i2c0 { 34 34 lps331ap: barometer@5c { 35 + pinctrl-names = "default"; 36 + pinctrl-0 = <&lps3331ap_pins>; 35 37 compatible = "st,lps331ap-press"; 36 38 st,drdy-int-pin = <1>; 37 39 reg = <0x5c>; ··· 42 40 }; 43 41 44 42 mpu6050: accelerometer@68 { 43 + pinctrl-names = "default"; 44 + pinctrl-0 = <&mpu6050_pins>; 45 45 compatible = "invensense,mpu6050"; 46 46 reg = <0x68>; 47 47 interrupt-parent = <&gpio0>;