mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
ARM: dts: imx: add vdd-supply and vddio-supply for fsl,mpl3115
Add vdd-supply and vddio-supply for fsl,mpl3115 to fix below CHECK_DTBS warnings: arch/arm/boot/dts/nxp/imx/imx53-ppd.dtb: pressure-sensor@60 (fsl,mpl3115): 'vdd-supply' is a required property Signed-off-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
203a6a7e92
commit
adf6a5a275
|
|
@ -537,6 +537,8 @@ mma8453q: accelerometer@1c {
|
|||
mpl3115: pressure-sensor@60 {
|
||||
compatible = "fsl,mpl3115";
|
||||
reg = <0x60>;
|
||||
vdd-supply = <®_3v3>;
|
||||
vddio-supply = <®_3v3>;
|
||||
};
|
||||
|
||||
eeprom: eeprom@50 {
|
||||
|
|
|
|||
|
|
@ -47,7 +47,8 @@ &i2c5 {
|
|||
mpl3115a2: pressure-sensor@60 {
|
||||
compatible = "fsl,mpl3115";
|
||||
reg = <0x60>;
|
||||
|
||||
vdd-supply = <®_3v3>;
|
||||
vddio-supply = <®_3v3>;
|
||||
/*
|
||||
* The MPL3115 interrupts are connected to pin 22 and 23
|
||||
* of &tca6424a, but the binding does not yet support
|
||||
|
|
|
|||
|
|
@ -195,6 +195,8 @@ ads7830: ads7830@48 {
|
|||
mma8453: mma8453@1c {
|
||||
compatible = "fsl,mma8453";
|
||||
reg = <0x1c>;
|
||||
vdd-supply = <®_3p3v>;
|
||||
vddio-supply = <®_3p3v>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -211,6 +213,8 @@ eeprom: eeprom@50 {
|
|||
mpl3115: mpl3115@60 {
|
||||
compatible = "fsl,mpl3115";
|
||||
reg = <0x60>;
|
||||
vdd-supply = <®_3p3v>;
|
||||
vddio-supply = <®_3p3v>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -49,5 +49,7 @@ sgtl5000: audio-codec@a {
|
|||
pressure-sensor@60 {
|
||||
compatible = "fsl,mpl3115";
|
||||
reg = <0x60>;
|
||||
vdd-supply = <®_3p3v>;
|
||||
vddio-supply = <®_3p3v>;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -49,6 +49,8 @@ sgtl5000: audio-codec@a {
|
|||
pressure-sensor@60 {
|
||||
compatible = "fsl,mpl3115";
|
||||
reg = <0x60>;
|
||||
vdd-supply = <®_3p3v>;
|
||||
vddio-supply = <®_3p3v>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -406,6 +406,8 @@ &i2c2 {
|
|||
mpl3115@60 {
|
||||
compatible = "fsl,mpl3115";
|
||||
reg = <0x60>;
|
||||
vdd-supply = <®_audio_3v3>;
|
||||
vddio-supply = <®_audio_3v3>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -31,6 +31,13 @@ key-back {
|
|||
};
|
||||
};
|
||||
|
||||
reg_3v3: regulator-3v3 {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "3v3";
|
||||
regulator-min-microvolt = <3300000>;
|
||||
regulator-max-microvolt = <3300000>;
|
||||
};
|
||||
|
||||
reg_peri_3p15v: regulator-peri-3p15v {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "peri_3p15v_reg";
|
||||
|
|
@ -228,6 +235,8 @@ codec: sgtl5000@a {
|
|||
mpl3115@60 {
|
||||
compatible = "fsl,mpl3115";
|
||||
reg = <0x60>;
|
||||
vdd-supply = <®_3v3>;
|
||||
vddio-supply = <®_3v3>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user