On 17.06.20 09:38, Martin Kepplinger wrote: > From: "Angus Ainslie (Purism)" <angus@xxxxxxxx> > > Add a devicetree description for the Librem 5 phone. The early batches > that have been sold are supported as well as the mass-produced device > available later this year, see https://puri.sm/products/librem-5/ > > This boots to a working console with working WWAN modem, wifi usdhc, > IMU sensor device, proximity sensor, haptic motor, gpio keys, GNSS and LEDs. > > Signed-off-by: Martin Kepplinger <martin.kepplinger@xxxxxxx> > Signed-off-by: Angus Ainslie (Purism) <angus@xxxxxxxx> > Signed-off-by: Guido Günther <agx@xxxxxxxxxxx> > For audio related part: > Reviewed-by: Daniel Baluta <daniel.baluta@xxxxxxx> > --- > > revision history > ---------------- > v3: > thanks a lot Mark for reviewing! changes since v2: > * nicer audio cards names > * squash unneeded audio_pwr regulator > * remove the unneeded susphy_quirk from dwc3_1 after more testing > * add usdhc2 card detect via gpio > * add headphone detect for audio card > > v2: > thanks a lot Marco, Daniel and Pavel for reviewing. changes since v1: > * alphabetical sortings / more consistent node names > * remove unused regulator and pinctrl descriptions > * generic labels for leds, backlight, flash and torch > * audio clk settings moved to sai2 node > https://lore.kernel.org/linux-arm-kernel/20200604084756.586-1-martin.kepplinger@xxxxxxx/T/ > > v1: > https://lore.kernel.org/linux-arm-kernel/20200514155737.12160-1-martin.kepplinger@xxxxxxx/ > > > > arch/arm64/boot/dts/freescale/Makefile | 1 + > .../boot/dts/freescale/imx8mq-librem5.dts | 1137 +++++++++++++++++ > 2 files changed, 1138 insertions(+) > create mode 100644 arch/arm64/boot/dts/freescale/imx8mq-librem5.dts > again thanks for reviewing so far. do you have any other objections or thoughts on this addition? martin