Commit 7244c8af authored by Paul Barker's avatar Paul Barker Committed by Tony Lindgren
Browse files

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: default avatarPaul Barker <paul.barker@sancloud.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent c477358e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -58,6 +58,8 @@

&i2c0 {
	usb2512b: usb-hub@2c {
		pinctrl-names = "default";
		pinctrl-0 = <&usb_hub_ctrl>;
		compatible = "microchip,usb2512b";
		reg = <0x2c>;
		reset-gpios = <&gpio0 29 GPIO_ACTIVE_LOW>;
+4 −0
Original line number Diff line number Diff line
@@ -32,6 +32,8 @@

&i2c0 {
	lps331ap: barometer@5c {
		pinctrl-names = "default";
		pinctrl-0 = <&lps3331ap_pins>;
		compatible = "st,lps331ap-press";
		st,drdy-int-pin = <1>;
		reg = <0x5c>;
@@ -40,6 +42,8 @@
	};

	mpu6050: accelerometer@68 {
		pinctrl-names = "default";
		pinctrl-0 = <&mpu6050_pins>;
		compatible = "invensense,mpu6050";
		reg = <0x68>;
		interrupt-parent = <&gpio0>;