mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
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>
This commit is contained in:
parent
c477358e66
commit
7244c8af76
|
|
@ -58,6 +58,8 @@ &cpsw_port1 {
|
|||
|
||||
&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>;
|
||||
|
|
|
|||
|
|
@ -32,6 +32,8 @@ AM33XX_PADCONF(AM335X_PIN_GPMC_A10, PIN_INPUT, MUX_MODE7) /* gpmc_a10.gpio1_
|
|||
|
||||
&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 @@ lps331ap: barometer@5c {
|
|||
};
|
||||
|
||||
mpu6050: accelerometer@68 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&mpu6050_pins>;
|
||||
compatible = "invensense,mpu6050";
|
||||
reg = <0x68>;
|
||||
interrupt-parent = <&gpio0>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user