Message ID | 1433490145-2936-1-git-send-email-linus.walleij@linaro.org |
---|---|
State | Accepted |
Commit | 386f56bb7330db4e8d64ba16e301c39728b1519f |
Headers | show |
On Fri, Jun 5, 2015 at 9:42 AM, Linus Walleij <linus.walleij@linaro.org> wrote: > Adjust device tree entry to the proper registered compatible > string for LIS3LV02DL. > > Signed-off-by: Linus Walleij <linus.walleij@linaro.org> > --- > Hi ARM SoC people, please apply this directly for -next on the > DT branch. It makes the accelerometer work on the Nomadik. Ping on this. Yours, Linus Walleij
On Mon, Jun 15, 2015 at 9:05 PM, Kevin Hilman <khilman@kernel.org> wrote: > Linus Walleij <linus.walleij@linaro.org> writes: >> On Fri, Jun 5, 2015 at 9:42 AM, Linus Walleij <linus.walleij@linaro.org> wrote: >> >>> Adjust device tree entry to the proper registered compatible >>> string for LIS3LV02DL. >>> >>> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> >>> --- >>> Hi ARM SoC people, please apply this directly for -next on the >>> DT branch. It makes the accelerometer work on the Nomadik. >> >> Ping on this. > > Sorry, forgot to reply here, but this was applied to next/dt at the same > time as your other one (ARM64: juno: add GPIO keys). It's in arm-soc as > 386f56bb7330 ARM: nomadik: set proper compatible for accelerometer Ah, I should've checked. Sorry, and thanks! Yours, Linus Walleij
diff --git a/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi b/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi index f182f6538e90..9a5f2ba139b7 100644 --- a/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi +++ b/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi @@ -722,8 +722,9 @@ reg = <0x1a>; }; lis3lv02dl@1d { - compatible = "st,lis3lv02dl"; - reg = <0x1d>; + /* Accelerometer */ + compatible = "st,lis3lv02dl-accel"; + reg = <0x1d>; }; };
Adjust device tree entry to the proper registered compatible string for LIS3LV02DL. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> --- Hi ARM SoC people, please apply this directly for -next on the DT branch. It makes the accelerometer work on the Nomadik. --- arch/arm/boot/dts/ste-nomadik-stn8815.dtsi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)