1. 25 Jun, 2019 14 commits
    • Olof Johansson's avatar
      Merge tag 'renesas-arm64-dt-for-v5.3' of... · d7103600
      Olof Johansson authored
      Merge tag 'renesas-arm64-dt-for-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into arm/dt
      
      Renesas ARM64 Based SoC DT Updates for v5.3
      
      * Renesas SoCs
        - Revise usb2_phy nodes and phys properties according to updated bindings
        - Use ip=on for bootargs
      
      * R-Car Gen 3 and RZ/G2M (r8a774a1) SoCs
        - Add dynamic power coefficient
        - Create thermal zone to support IPA
      
      * R-Car E3 (r8a77990) and D3 (r8a77995) SoCs
        - Point LVDS0 to its companion LVDS1
      
      * R-Car E3 (r8a77990) SoC
        - Corresct register range of DU
      
      * R-Car E3 (r8a77990) based Ebisu board
        - Remove renesas, no-ether-link property
      
      * R-Car D3 (r8a77995) based Draak board:
        - Remove unnecessary index from vin4 port
      
      * RZ/G2M (r8a774a1) based HiHope main and sub-boards:
        - Initial support
        - Describe CPU capacity and topoligy
        - Enable CMT, HDMI, LEDs, PCIe RWDT, SCIF, SDHI, TMU, and USB 2.0 and 3.0
      
      * RZ/G2E (r8a774c0) SoC based EK874 board:
        - Clean up CPU compatible strings
        - Enable: Bluetooth, HDMI audio and video, TPU, USB 3.0 and WLAN
      
      * tag 'renesas-arm64-dt-for-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas: (53 commits)
        arm64: dts: renesas: hihope-common: Remove "label" from LEDs
        arm64: dts: renesas: hihope-common: Add HDMI support
        arm64: dts: renesas: r8a774a1: Add HDMI encoder instance
        arm64: dts: renesas: r8a774a1: Add dynamic power coefficient
        arm64: dts: renesas: r8a774a1: Create thermal zone to support IPA
        arm64: dts: renesas: r8a774a1: Add CPU capacity-dmips-mhz
        arm64: dts: renesas: r8a774a1: Add CPU topology on r8a774a1 SoC
        arm64: dts: renesas: hihope-common: Add LEDs support
        arm64: dts: renesas: hihope-common: Enable USB3.0
        arm64: dts: renesas: hihope-common: Add USB 2.0 support
        arm64: dts: renesas: r8a774a1: Fix USB 2.0 clocks
        arm64: dts: renesas: r8a774a1: Add TMU device nodes
        arm64: dts: renesas: r8a774a1: Add CMT device nodes
        arm64: dts: renesas: hihope-common: Add uSD and eMMC
        arm64: dts: renesas: r8a77990: Fix register range of display node
        arm64: dts: renesas: cat874: Enable usb role switch support
        arm64: dts: renesas: cat874: Enable USB3.0 host/peripheral device node
        arm64: dts: renesas: r8a7799[05]: Point LVDS0 to its companion LVDS1
        arm64: dts: renesas: hihope-common: Add RWDT support
        arm64: dts: renesas: hihope-rzg2-ex: Enable PCIe support
        ...
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      d7103600
    • Olof Johansson's avatar
      Merge tag 'renesas-arm-dt-for-v5.3' of... · cd75dd00
      Olof Johansson authored
      Merge tag 'renesas-arm-dt-for-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into arm/dt
      
      Renesas ARM Based SoC DT Updates for v5.3
      
      * Renesas SoC based boards
        - Use ip=on for bootargs
      
      * Renesas R-Car Gen 2 SOC based boards
        - Configure PMIC IRQ pinmux
      
      * R-Car V2H (r8a7792) SoC
        - Describe CMT devices in DT
      
      * RZ/G1C (r8a77470) based iWave SBC (iwg23s-sbc) and
        RZ/G1N (r8a7744) based boards:
        - Correct SDHI2 VccQ regulator to fix SDR50 mode
      
      * RZ/A2M (r7s9210) based rza2mevb EVB
        RZ/A1H (r7s72100) based rskrza1 board
        - Describe input switch in DT
      
      * RZ/A2M (r7s9210) based rza2mevb EVB
        - Sort nodes to ease future maintenance
        - Add USB host, Ethernet and SDHI support
      
      * RZ/A2M (r7s9210) and RZ/A1H (r7s72100) SoCs
        - Describe IRQC device in DT
      
      * tag 'renesas-arm-dt-for-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas: (22 commits)
        ARM: dts: r8a7792: Add CMT0 and CMT1 to r8a7792
        ARM: dts: iwg23s-sbc: Fix SDHI2 VccQ regulator
        ARM: dts: iwg20d-q7-common: Fix SDHI1 VccQ regularor
        ARM: dts: rza2mevb: Add input switch
        ARM: dts: r7s9210: Add IRQC device node
        ARM: dts: rza2mevb: sort nodes of rza2mevb board
        ARM: dts: renesas: Use ip=on for bootargs
        ARM: dts: rza2mevb: Add USB Host support
        ARM: dts: r7s9210: Add USB Device support
        ARM: dts: r7s9210: Add USB Host support
        ARM: dts: rskrza1: Add input switches
        ARM: dts: r7s72100: Add IRQC device node
        ARM: dts: r8a779x: Configure PMIC IRQ pinmux
        ARM: dts: rza2mevb: Add 48MHz USB clock
        ARM: dts: r7s9210: Add USB clock
        ARM: dts: rza2mevb: add ethernet aliases
        ARM: dts: rza2mevb: Add SDHI support
        ARM: dts: rza2mevb: Add Ethernet support
        ARM: dts: r7s9210: Add SDHI support
        ARM: dts: r7s9210: Add RIIC support
        ...
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      cd75dd00
    • Olof Johansson's avatar
      Merge tag 'renesas-dt-bindings-for-v5.3' of... · af647fc7
      Olof Johansson authored
      Merge tag 'renesas-dt-bindings-for-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into arm/dt
      
      Renesas ARM Based SoC DT Bindings Updates for v5.3
      
      * Renesas Gen3 DWC HDMI TX Encoder
        - Add RZ/G2M (r8a774a1) support
      
      * Renesas R-Car Compare Match Timer (CMT)
       - Add R-Car H3 (r8a7795), M3-N (r8a77965) and E3 (r8a77990) support
      
      * Renesas R-Car CAN FD Controller
        - Add R-Car M3-N (r8a77965) and E3 (r8a77990), and RZ/G2E (r8a774c0) support
      
      * Renesas R-Car CAN Controller
        - Add RZ/G2M (r8a774a1) support
        - Correct RZ/G2 clocks
      
      * Vendor prefixes: Add vendor prefix for HopeRun
      
      * Renesas SoCs and boards: Add HopeRun RZ/G2[M] boards
      
      * tag 'renesas-dt-bindings-for-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
        dt-bindings: display: renesas: Add r8a774a1 support
        dt-bindings: timer: renesas, cmt: Document r8a779{5|65|90} CMT support
        dt-bindings: can: rcar_canfd: document r8a774c0 support
        dt-bindings: can: rcar_canfd: document r8a77990 support
        dt-bindings: can: rcar_canfd: document r8a77965 support
        dt-bindings: can: rcar_can: Add r8a774c0 support
        dt-bindings: can: rcar_can: Fix RZ/G2 CAN clocks
        dt-bindings: Add vendor prefix for HopeRun
        dt-bindings: arm: renesas: Add HopeRun RZ/G2[M] boards
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      af647fc7
    • Olof Johansson's avatar
      Merge tag 'sunxi-h3-h5-for-5.3-201906210812' of... · 8fbf1bb7
      Olof Johansson authored
      Merge tag 'sunxi-h3-h5-for-5.3-201906210812' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/dt
      
      This time we only have a single patch for our command branch between
      arm and arm64, a fix for the array syntax raised by our DT schemas.
      
      * tag 'sunxi-h3-h5-for-5.3-201906210812' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux:
        ARM: dts: sunxi: h3/h5: Fix GPIO regulator state array
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      8fbf1bb7
    • Olof Johansson's avatar
      Merge tag 'sunxi-dt64-for-5.3-201906210808' of... · 3264c72d
      Olof Johansson authored
      Merge tag 'sunxi-dt64-for-5.3-201906210808' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/dt
      
      Our usual bunch of arm64 DT changes, this time with:
        - Some fixes for the DT schemas that were added during this release
        - Wifi support for the H6
        - LRADC suppport for the A64
        - Some background work on A64 boards, to enable various devices such
          as touchscreens, PMIC, audio, wifi, etc.
      
      * tag 'sunxi-dt64-for-5.3-201906210808' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux:
        arm64: dts: allwinner: h6: Add DMA node
        arm64: dts: allwinner: a64: Add lradc node
        dt-bindings: input: sun4i-lradc-keys: Add A64 compatible
        arm64: dts: allwinner: h6: add r_watchog node
        arm64: dts: allwinner: h6: add watchdog node
        dt-bindings: watchdog: add Allwinner H6 watchdog
        arm64: dts: allwinner: a64: Enable audio on Teres-I
        arm64: dts: allwinner: a64: bananapi-m64: Enable PMIC USB power supply
        arm64: dts: allwinner: axp803: add USB power supply node
        arm64: dts: allwinner: a64: Add pinmux for RGB666 LCD
        arm64: dts: allwinner: a64: orangepi-win: Add wifi and bluetooth nodes
        arm64: dts: allwinner: h6: add PIO VCC bank supplies for Pine H64
        arm64: dts: allwinner: a64-oceanic-5205-5inmfd: Enable GT911 CTP
        arm64: dts: allwinner: a64-amarula-relic: Add GT5663 CTP node
        arm64: dts: allwinner: a64: move I2C pinctrl to dtsi
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      3264c72d
    • Olof Johansson's avatar
      Merge tag 'sunxi-dt-for-5.3-201906210807' of... · d12a73cf
      Olof Johansson authored
      Merge tag 'sunxi-dt-for-5.3-201906210807' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/dt
      
      Our usual bunch of patches:
        - Some work on the BPi M2-Berry to support various devices
        - Convert some bindings to a schema, and a lot of fixes reported by
          the schemas we introduced.
        - A few other fixes here and there
      
      * tag 'sunxi-dt-for-5.3-201906210807' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux: (21 commits)
        dt-bindings: pwm: Convert Allwinner PWM to a schema
        ARM: dts: sun8i: r40: Change the RTC compatible
        ARM: dts: sun8i: v3s: Add external crystals accuracy
        ARM: dts: sun8i: v3s: Fix the RTC node
        ARM: dts: sun6i: Add external crystals accuracy
        ARM: dts: sun6i: Fix RTC node
        ARM: dts: sun8i: a83t: Add device node for CSI (Camera Sensor Interface)
        ARM: dts: gr8-evb: Fix RTC vendor
        ARM: dts: sun7i: icnova-swac: Fix the model vendor
        ARM: dts: sun8i: a711: Change LRADC node names to avoid warnings
        ARM: dts: sun7i: olimex-lime2: Enable ac and power supplies
        ARM: dts: sun6i: Add default address and size cells for SPI
        ARM: dts: sun8i-h3: Fix wifi in Beelink X2 DT
        dt-bindings: bus: Convert Allwinner RSB to a schema
        ARM: dts: sun8i: r40: bananapi-m2-ultra: Remove regulator-always-on
        ARM: dts: sun8i: v40: bananapi-m2-berry: Add Bluetooth device node
        ARM: dts: sun8i: v40: bananapi-m2-berry: Enable AHCI
        ARM: dts: sun8i: v40: bananapi-m2-berry: Enable HDMI output
        ARM: dts: sun8i: v40: bananapi-m2-berry: Enable GMAC ethernet controller
        ARM: dts: sun8i: v40: bananapi-m2-berry: Add GPIO pin-bank regulator supplies
        ...
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      d12a73cf
    • Olof Johansson's avatar
      Merge tag 'amlogic-dt' of... · 266050d8
      Olof Johansson authored
      Merge tag 'amlogic-dt' of https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into arm/dt
      
      ARM: dts: Amlogic updates for v5.3
      - SPDX updates
      - switch to generic ethernet PHY reset bindings
      - add the canvas module
      - mxiii-plus board: add regulators
      
      * tag 'amlogic-dt' of https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic:
        ARM: dts: meson: switch to the generic Ethernet PHY reset bindings
        ARM: dts: meson8b: update with SPDX Licence identifier
        ARM: dts: meson8b-odroidc1: update with SPDX Licence identifier
        ARM: dts: meson8b-mxq: update with SPDX Licence identifier
        ARM: dts: meson8: update with SPDX Licence identifier
        ARM: dts: meson8-minix-neo-x8: update with SPDX Licence identifier
        ARM: dts: meson6: update with SPDX Licence identifier
        ARM: dts: meson6-atv1200: update with SPDX Licence identifier
        ARM: dts: meson: update with SPDX Licence identifier
        ARM: dts: meson8b: mxq: improve support for the TRONFY MXQ S805
        ARM: dts: meson8m2: mxiii-plus: add the supply for the Mali GPU
        ARM: dts: meson8m2: mxiii-plus: rename the DCDC2 regulator
        ARM: dts: meson8b: add the canvas module
        ARM: dts: meson8m2: update the offset of the canvas module
        ARM: dts: meson8: add the canvas module
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      266050d8
    • Olof Johansson's avatar
      Merge tag 'davinci-for-v5.3/dt' of... · 19339e6a
      Olof Johansson authored
      Merge tag 'davinci-for-v5.3/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into arm/dt
      
      This pull request adds CPUFreq support for DA850 boards in device-tree
      boot using the generic CPUFREQ_DT driver.
      
      * tag 'davinci-for-v5.3/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci:
        ARM: davinci_all_defconfig: Enable CPUFREQ_DT
        ARM: dts: da850-evm: enable cpufreq
        ARM: dts: da850-lcdk: enable cpufreq
        ARM: dts: da850-lego-ev3: enable cpufreq
        ARM: dts: da850: add cpu node and operating points to DT
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      19339e6a
    • Olof Johansson's avatar
      Merge tag 'aspeed-5.3-devicetree' of... · 97dd7871
      Olof Johansson authored
      Merge tag 'aspeed-5.3-devicetree' of git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed into arm/dt
      
      ASPEED device tree updates for 5.3
      
      We have various device tree updates from the OpenBMC project to enable
      bits and pieces in existing systems, notably updates to Google's Zaius.
      
      There are some AST2500 machines under development:
      
        * Lenovo Hr630
        * IBM Swift
        * Facebook YAMP
      
      And some AST2400 machines that have been around but out of tree and have
      now joined the party:
      
        * YADRO VESNIN
        * Microsoft Olympus
      
      * tag 'aspeed-5.3-devicetree' of git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed:
        ARM: dts: aspeed: Enable video engine on romulus and wtherspoon
        ARM: dts: aspeed: Add Inspur fp5280g2 BMC machine
        ARM: dts: aspeed: Add YADRO VESNIN BMC
        ARM: dts: aspeed: Add Microsoft Olympus BMC
        ARM: dts: aspeed: Adding Lenovo Hr630 BMC
        ARM: dts: aspeed: Add Facebook YAMP BMC
        ARM: dts: aspeed: swift: Add pca9539 devices
        ARM: dts: aspeed: Add Swift BMC machine
        ARM: dts: aspeed: cmm: enable ehci host controllers
        ARM: dts: aspeed: zaius: fixed I2C bus numbers for pcie slots
        ARM: dts: aspeed: zaius: update 12V brick I2C address
        ARM: dts: aspeed: zaius: add Infineon and Intersil regulators
        ARM: dts: aspeed: quanta-q71: Enable p2a node
        ARM: dts: aspeed: Add aspeed-p2a-ctrl node
        ARM: dts: aspeed: Add Power9 and Power9 CFAM description
        ARM: dts: aspeed: Rename flash-controller nodes
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      97dd7871
    • Olof Johansson's avatar
      Merge tag 'qcom-dts-for-5.3' of... · 791c6fdb
      Olof Johansson authored
      Merge tag 'qcom-dts-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/dt
      
      Qualcomm Device Tree Changes for v5.3
      
      * Add display support to MSM8974
      * Add display, backlight, and touchscreen support to MSM8974 Hammerhead
      * Update coresight bindings for MSM8974 and APQ8064
      
      * tag 'qcom-dts-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux:
        ARM: dts: qcom: msm8974-hammerhead: add support for display
        ARM: dts: msm8974: add display support
        ARM: dts: qcom: msm8974-hammerhead: add support for backlight
        ARM: dts: qcom: msm8974-hammerhead: add touchscreen support
        ARM: dts: qcom-msm8974: Update coresight DT bindings
        ARM: dts: qcom-apq8064: Update coresight DT bindings
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      791c6fdb
    • Olof Johansson's avatar
      Merge tag 'qcom-arm64-for-5.3' of... · 750ee785
      Olof Johansson authored
      Merge tag 'qcom-arm64-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/dt
      
      Qualcomm ARM64 Updates for v5.3
      
      * Switch to use second gen PON on PM8998
      * Add PSCI cupidle states for MSM8996, MSM8998,and SDM845
      * Add MSM8996 UFS phy reset controller
      * Add propre cpu capacity scaling on MSM8996
      * Fixups for APR domain, legacy clocks, and PSCI entry latency on MSM8996
      * Enable SMMUs on MSM8996
      * Add Dragonboard 845C
      * Add Q6V5, GPU, GMU, and AOSS QMP node on SDM845
      * Fixup CPU topology on SDM845
      * Change USB1 to be peripheral on SDM845 MTP
      * Add PCIe Phy, RC nodes, ANOC1 SMMU, and RPMPD node on MSM8998
      * Update coresight bindings for MSM8916
      * Update idle state names and entry-method on MSM8916
      * Add PCIe, RPMPD, LPASS, Q6, TCSR, TuringCC, PSCI cpuidle states,
        and CDSP on QCS404
      * Add reset-cells property to QCS404 GCC node
      * Fixup s3 max voltage, l3 min voltage, drive strength typo, and
        s3 supply definition on QCS404-evb
      * Fixup ADC outputs and VADC calibration on PMS405
      
      * tag 'qcom-arm64-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux: (39 commits)
        arm64: dts: qcom: qcs404-evb: fix vdd_apc supply
        arm64: dts: qcom: pm8998: Use qcom,pm8998-pon binding for second gen pon
        arm64: dts: qcom: msm8996: Enable SMMUs
        arm64: dts: qcom: msm8996: Correct apr-domain property
        arm64: dts: qcom: Add Dragonboard 845c
        arm64: dts: qcom: qcs404-evb: Enable PCIe
        arm64: dts: qcom: qcs404: Add PCIe related nodes
        arm64: dts: qcom: msm8998: Add PCIe PHY and RC nodes
        arm64: dts: qcom: msm8998: Add ANOC1 SMMU node
        arm64: dts: qcom: msm8996: Stop using legacy clock names
        arm64: dts: msm8996: fix PSCI entry-latency-us
        arm64: dts: qcom: msm8998: Add PSCI cpuidle low power states
        arm64: dts: qcom: sdm845: Add Q6V5 MSS node
        arm64: dts: qcom: Add AOSS QMP node
        arm64: dts: qcom-qcs404: Add reset-cells to GCC node
        arm64: dts: qcom-msm8916: Update coresight DT bindings
        arm64: dts: qcom: msm8998: Add rpmpd node
        arm64: dts: qcom: qcs404: Add rpmpd node
        arm64: dts: qcom: qcs404: Move lpass and q6 into soc
        arm64: dts: qcom: qcs404: Fully describe the CDSP
        ...
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      750ee785
    • Olof Johansson's avatar
      Merge tag 'hisi-arm32-dt-for-5.3' of git://github.com/hisilicon/linux-hisi into arm/dt · 0914acd8
      Olof Johansson authored
      ARM: DT: Hisilicon ARM32 SoCs updates for v5.3
      
      - Updated CoreSight funnel and replicator using new bindings to fix warning
        for the hip04.
      
      * tag 'hisi-arm32-dt-for-5.3' of git://github.com/hisilicon/linux-hisi:
        ARM: dts: hip04: Update coresight DT bindings
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      0914acd8
    • Olof Johansson's avatar
      Merge tag 'hisi-arm64-dt-for-5.3' of git://github.com/hisilicon/linux-hisi into arm/dt · 80f7f92c
      Olof Johansson authored
      ARM64: DT: Hisilicon SoCs DT updates for v5.3
      
      * Hi3660 SoC and related boards:
        - Added CoreSight trace components
      
      * Hi6220 SoC and related boards:
        - Updated CoreSight funnel and replicator using new bindings to fix warning
      
      * tag 'hisi-arm64-dt-for-5.3' of git://github.com/hisilicon/linux-hisi:
        arm64: dts: hi3660: Add CoreSight support
        arm64: dts: hi6220: Update coresight DT bindings
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      80f7f92c
    • Olof Johansson's avatar
      Merge tag 'arm-soc/for-5.3/devicetree-v2' of https://github.com/Broadcom/stblinux into arm/dt · 98d70a5c
      Olof Johansson authored
      This pull request contain Broadcom ARM-based SoCs Device Tree changes
      for 5.3 please pull the following:
      
      - Lukas enables DMA support for the BCM2835 (Raspberry Pi) SPI
        controller
      
      - Florian fixes a number of dtc W=1 warnings in the Broadcom DTS files
        and provides a fix for devices failing to boot after the removal of
        skelton.dtsi (that commit has been submitted as a separate fix)
      
      * tag 'arm-soc/for-5.3/devicetree-v2' of https://github.com/Broadcom/stblinux:
        ARM: dts: BCM5301X: Fix most DTC W=1 warnings
        ARM: dts: NSP: Fix the bulk of W=1 DTC warnings
        ARM: dts: BCM63xx: Fix DTC W=1 warnings
        ARM: dts: BCM53573: Fix DTC W=1 warnings
        ARM: dts: bcm-mobile: Fix most DTC W=1 warnings
        ARM: dts: Cygnus: Fix most DTC W=1 warnings
        ARM: dts: Fix BCM7445 DTC warnings
        ARM: bcm283x: Enable DMA support for SPI controller
        ARM: dts: bcm: Add missing device_type = "memory" property
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      98d70a5c
  2. 23 Jun, 2019 9 commits
  3. 21 Jun, 2019 8 commits
  4. 20 Jun, 2019 4 commits
  5. 19 Jun, 2019 5 commits