Commit 03edccce authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Shawn Guo

ARM: dts: imx6dl-b1x5v2: drop unsupported vcc-supply for MPL3115A2

The MPL3115A2 I2C pressure sensor driver does not take a VCC regulator.
The bindings are so far trivial, but the datasheet does not have a VCC
pin.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Reviewed-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 23b72e13
...@@ -47,7 +47,6 @@ &i2c5 { ...@@ -47,7 +47,6 @@ &i2c5 {
mpl3115a2: pressure-sensor@60 { mpl3115a2: pressure-sensor@60 {
compatible = "fsl,mpl3115"; compatible = "fsl,mpl3115";
reg = <0x60>; reg = <0x60>;
vcc-supply = <&reg_3v3_acm>;
/* /*
* The MPL3115 interrupts are connected to pin 22 and 23 * The MPL3115 interrupts are connected to pin 22 and 23
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment