Skip to content
  1. Jan 23, 2018
    • Arnd Bergmann's avatar
      Merge tag 'omap-for-v4.16/dt-pt3-signed' of... · 1585defa
      Arnd Bergmann authored
      Merge tag 'omap-for-v4.16/dt-pt3-signed' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/dt
      
      Pull "dts fixes for omaps for v4.16 merge window" from Tony Lindgren:
      
      Few omap dts fixes and n9 volume keys update for v4.16 merge window
      
      For now, we need to rely on dts alias for n900 lcd and tvout order
      to prevent occasional blank lcd. And we need to reduce the shut down
      temperature for dra7 for non-cpu thermal cases.
      
      And looks like we're missing the n9 volume key mappings and there is
      active work going happening for n9 at least for postmarketos. So let's
      make sure the keys can be actually used as they are the only buttons
      on n9 in addition to the power key.
      
      * tag 'omap-for-v4.16/dt-pt3-signed' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
        ARM: dts: Nokia N9: add support for up/down keys in the dts
        ARM: dts: dra7: Reduce shut down temperature of non-cpu thermal zones
        ARM: dts: n900: Add aliases for lcd and tvout displays
      1585defa
  2. Jan 22, 2018
    • Arnd Bergmann's avatar
      Merge tag 'omap-for-v4.16/dt-clk-dts-signed' of... · 6ab1e867
      Arnd Bergmann authored
      Merge tag 'omap-for-v4.16/dt-clk-dts-signed' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/dt
      
      Pull "Few omap interconnect dts fixes for v4.16 merge window" from
      Tony Lindgren:
      
      Now that we have the dts clocks for the clkctrl clock and the
      interconnect binding, we need to update the existing ti-sysc
      users according to the binding to make it usable for drivers.
      
      Apologies for not being able to send this earlier but it took
      me few revisions to get the smartreflex changes right and
      tested with yet to be posted patches to make smartreflex probe
      with dts and I wanted to have it sit in next for a while to make
      sure we're not introducing regressions for legacy platform data
      based booting.
      
      Note that this is based on a merge with commit 20a2742e
      ("dt-bindings: ti-sysc: Update binding for timers and capabilities")
      to avoid a merge conflict with the binding changes.
      
      * tag 'omap-for-v4.16/dt-clk-dts-signed' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
        ARM: dts: Update ti-sysc data for existing users
        ARM: dts: Fix smartreflex compatible for omap3 shared mpu-iva instance
        dt-bindings: ti-sysc: Update binding for timers and capabilities
      6ab1e867
  3. Jan 19, 2018
  4. Jan 17, 2018
  5. Jan 15, 2018
    • Daniel Golle's avatar
      ARM: dts: rename oxnas dts files · 9e6c62b0
      Daniel Golle authored
      
      
      Other platforms' device-tree files start with a platform prefix, such as
      sun7i-a20-*.dts or at91-*.dts.
      This naming scheme turns out to be handy when using multi-platform build
      systems such as OpenWrt.
      Prepend oxnas files with their platform prefix to comply with the naming
      scheme already used for most other platforms.
      
      Signed-off-by: default avatarDaniel Golle <daniel@makrotopia.org>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      9e6c62b0
    • Arnd Bergmann's avatar
      ARM: dts: s5pv210: add interrupt-parent for ohci · 5c103719
      Arnd Bergmann authored
      
      
      The ohci-hcd node has an interrupt number but no interrupt-parent,
      leading to a warning with current dtc versions:
      
      arch/arm/boot/dts/s5pv210-aquila.dtb: Warning (interrupts_property): Missing interrupt-parent for /soc/ohci@ec300000
      arch/arm/boot/dts/s5pv210-goni.dtb: Warning (interrupts_property): Missing interrupt-parent for /soc/ohci@ec300000
      arch/arm/boot/dts/s5pv210-smdkc110.dtb: Warning (interrupts_property): Missing interrupt-parent for /soc/ohci@ec300000
      arch/arm/boot/dts/s5pv210-smdkv210.dtb: Warning (interrupts_property): Missing interrupt-parent for /soc/ohci@ec300000
      arch/arm/boot/dts/s5pv210-torbreck.dtb: Warning (interrupts_property): Missing interrupt-parent for /soc/ohci@ec300000
      
      As seen from the related exynos dts files, the ohci and ehci controllers
      always share one interrupt number, and the number is the same here as
      well, so setting the same interrupt-parent is the reasonable solution
      here.
      
      Reviewed-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      5c103719
    • Arnd Bergmann's avatar
      ARM: lpc3250: fix uda1380 gpio numbers · ca32e0c4
      Arnd Bergmann authored
      dtc warns about obviously incorrect GPIO numbers for the audio codec
      on both lpc32xx boards:
      
      arch/arm/boot/dts/lpc3250-phy3250.dtb: Warning (gpios_property): reset-gpio property size (12) too small for cell size 3 in /ahb/apb/i2c@400A0000/uda1380@18
      arch/arm/boot/dts/lpc3250-phy3250.dtb: Warning (gpios_property): power-gpio property size (12) too small for cell size 3 in /ahb/apb/i2c@400A0000/uda1380@18
      arch/arm/boot/dts/lpc3250-ea3250.dtb: Warning (gpios_property): reset-gpio property size (12) too small for cell size 3 in /ahb/apb/i2c@400A0000/uda1380@18
      arch/arm/boot/dts/lpc3250-ea3250.dtb: Warning (gpios_property): power-gpio property size (12) too small for cell size 3 in /ahb/apb/i2c@400A0000/uda1380@18
      
      It looks like the nodes are written for a different binding that combines
      the GPIO number into a single number rather than a bank/number pair.
      I found the right numbers on stackexchange.com, so this patch fixes
      the warning and has a reasonable chance of getting things to actually
      work.
      
      Cc: stable@vger.kernel.org
      Link: https://unix.stackexchange.com/questions/59497/alsa-asoc-how-to-correctly-load-devices-drivers/62217#62217
      
      
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      ca32e0c4
    • Patrice Chotard's avatar
      ARM: dts: STi: Add gpio polarity for "hdmi,hpd-gpio" property · 7ac1f59c
      Patrice Chotard authored
      
      
      The GPIO polarity is missing in the hdmi,hpd-gpio property, this
      fixes the following DT warnings:
      
      arch/arm/boot/dts/stih410-b2120.dtb: Warning (gpios_property): hdmi,hpd-gpio property
      size (8) too small for cell size 2 in /soc/sti-display-subsystem/sti-hdmi@8d04000
      
      arch/arm/boot/dts/stih407-b2120.dtb: Warning (gpios_property): hdmi,hpd-gpio property
      size (8) too small for cell size 2 in /soc/sti-display-subsystem/sti-hdmi@8d04000
      
      arch/arm/boot/dts/stih410-b2260.dtb: Warning (gpios_property): hdmi,hpd-gpio property
      size (8) too small for cell size 2 in /soc/sti-display-subsystem/sti-hdmi@8d04000
      
      [arnd: marked Cc:stable since this warning shows up with the latest dtc
             by default, and is more likely to actually cause problems than the
             other patches from this series]
      
      Cc: stable@vger.kernel.org
      Signed-off-by: default avatarPatrice Chotard <patrice.chotard@st.com>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      7ac1f59c
  6. Jan 13, 2018
    • Ravikumar Kattekola's avatar
      ARM: dts: dra7: Reduce shut down temperature of non-cpu thermal zones · 64c358b3
      Ravikumar Kattekola authored
      
      
      On dra7, as per TRM, the HW shutdown (TSHUT) temperature is hardcoded
      to 123C and cannot be modified by SW. This means that when the temperature
      reaches 123C HW asserts TSHUT output which signals a warm reset.
      The reset is held until the temperature goes below the TSHUT low (105C).
      
      While in SW, the thermal driver continuously monitors current temperature
      and takes decisions based on whether it reached an alert or a critical point.
      The intention of setting a SW critical point is to prevent force reset by HW
      and instead do an orderly_poweroff(). But if the SW critical temperature is
      greater than or equal to that of HW then it defeats the purpose. To address
      this and let SW take action before HW does keep the SW critical temperature
      less than HW TSHUT value.
      
      The value for SW critical temperature was chosen as 120C just to ensure
      we give SW sometime before HW catches up.
      
      Document reference
      SPRUI30C – DRA75x, DRA74x Technical Reference Manual - November 2016
      SPRUHZ6H - AM572x Technical Reference Manual - November 2016
      
      Tested on:
      DRA75x PG 2.0 Rev H EVM
      
      Signed-off-by: default avatarRavikumar Kattekola <rk@ti.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      64c358b3
    • Ivaylo Dimitrov's avatar
      ARM: dts: n900: Add aliases for lcd and tvout displays · cbe92b02
      Ivaylo Dimitrov authored
      
      
      When both lcd and tv are enabled, the order in which they will be probed is
      unknown, so it might happen (and it happens in reality) that tv is
      configured as display0 and lcd as display1, which results in nothing
      displayed on lcd, as display1 is disabled by default.
      
      Fix that by providing correct aliases for lcd and tv
      
      Signed-off-by: default avatarIvaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      cbe92b02
    • Tony Lindgren's avatar
      ARM: dts: Update ti-sysc data for existing users · e14d7e53
      Tony Lindgren authored
      
      
      Let's update the existing users with features and clock data as
      specified in the binding. This is currently the smartreflex for most
      part, and also few omap4 modules with no child device driver like
      mcasp, abe iss and gfx.
      
      Note that we had few mistakes that did not get noticed as we're still
      probing the SmartReflex driver with legacy platform data and using
      "ti,hwmods" legacy property for ti-sysc driver.
      
      So let's fix the omap4 and dra7 smartreflex registers as there is no
      no revision register.
      
      And on omap4, the mcasp module has a revision register according to
      the TRM.
      
      And for omap34xx we need a different configuration compared to 36xx.
      And the smartreflex on 3517 we've always kept disabled so let's
      remove any references to it.
      
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      e14d7e53
    • Tony Lindgren's avatar
      ARM: dts: Fix smartreflex compatible for omap3 shared mpu-iva instance · 7d9bfdac
      Tony Lindgren authored
      
      
      The smartreflex instance for mpu and iva is shared. Let's fix this as I've
      already gotten confused myself few times wondering where the mpu instance
      is. Note that we are still probing the driver using platform data so this
      change is safe to do.
      
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      7d9bfdac
    • Tony Lindgren's avatar
      bcc8d312
    • Gregory CLEMENT's avatar
      arm64: dts: marvell: armada-80x0: Fix pinctrl compatible string · f9a0c27b
      Gregory CLEMENT authored
      
      
      When replacing the cpm by cp0 and cps by cp1 [1] not only the label and
      the alias were replaced but also the compatible string which was wrong.
      
      Due to this the pinctrl driver was no more probed.
      
      This patch fix it by reverting this change for the pinctrl compatible
      string on Armada 8K.
      
      [1]: "arm64: dts: marvell: replace cpm by cp0, cps by cp1"
      
      Reviewed-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
      f9a0c27b
  7. Jan 12, 2018
  8. Jan 07, 2018
  9. Jan 06, 2018
    • Yixun Lan's avatar
      ARM64: dts: meson-axg: enable ethernet for A113D S400 board · f6f6ac91
      Yixun Lan authored
      
      
      This is tested in the S400 dev board which use a RTL8211F PHY,
      and the pins connect to the 'eth_rgmii_y_pins' group.
      
      Reviewed-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
      Signed-off-by: default avatarYixun Lan <yixun.lan@amlogic.com>
      Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
      f6f6ac91
    • Yixun Lan's avatar
      ARM64: dts: meson-axg: add ethernet mac controller · 29390d27
      Yixun Lan authored
      
      
      Add DT info for the stmmac ethernet MAC which found in
      the Amlogic's Meson-AXG SoC, also describe the ethernet
      pinctrl & clock information here.
      
      Reviewed-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
      Signed-off-by: default avatarYixun Lan <yixun.lan@amlogic.com>
      Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
      29390d27
    • Sunny Luo's avatar
      ARM64: dts: meson-axg: add the SPICC controller · 8ae4284e
      Sunny Luo authored
      
      
      Add DT info for the SPICC controller which found in
      the Amlogic's Meson-AXG SoC.
      
      Signed-off-by: default avatarSunny Luo <sunny.luo@amlogic.com>
      Signed-off-by: default avatarYixun Lan <yixun.lan@amlogic.com>
      Reviewed-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
      Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
      8ae4284e
    • Yixun Lan's avatar
      ARM64: dts: meson-axg: enable IR controller · 7bd46a79
      Yixun Lan authored
      
      
      Enable IR remote controller which found in Amlogic's Meson-AXG SoCs.
      
      Signed-off-by: default avatarYixun Lan <yixun.lan@amlogic.com>
      Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
      7bd46a79
    • Yixun Lan's avatar
      arm64: dts: meson-axg: switch uart_ao clock to CLK81 · 06b7a631
      Yixun Lan authored
      
      
      Switch the uart_ao pclk to CLK81 since the clock driver is ready.
      
      Signed-off-by: default avatarYixun Lan <yixun.lan@amlogic.com>
      Reviewed-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
      Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
      06b7a631
    • Kevin Hilman's avatar
      Merge tag 'meson-clk-headers-for-v4.16-2' of git://github.com/BayLibre/clk-meson into v4.16/dt64 · fbaf05f4
      Kevin Hilman authored
      Add axg compatible string and device tree bindings
      
      * tag 'meson-clk-headers-for-v4.16-2' of git://github.com/BayLibre/clk-meson:
        clk: meson-axg: add clocks dt-bindings required header
        dt-bindings: clock: add compatible variant for the Meson-AXG
      fbaf05f4
    • Arnd Bergmann's avatar
      Merge tag 'mvebu-dt64-4.16-2' of git://git.infradead.org/linux-mvebu into next/dt · 8c11fcc2
      Arnd Bergmann authored
      Pull "mvebu dt64 for 4.16 (part 2)" from Gregory CLEMENT:
      
      The main change here are the series of commits doing the Armada 7K/8K
      CP110 DT de-duplication, they include the de-duplication itself and
      small fixes in the device tree files.
      
      Besides them there are 2 other patches:
       - One adding the crypto support for Armada 37xx SoCs
       - An other adding Ethernet aliases on A7K/A8K base boards
      
      * tag 'mvebu-dt64-4.16-2' of git://git.infradead.org/linux-mvebu:
        arm64: dts: marvell: add Ethernet aliases
        arm64: dts: marvell: replace cpm by cp0, cps by cp1
        arm64: dts: marvell: de-duplicate CP110 description
        arm64: dts: marvell: use aliases for SPI busses on Armada 7K/8K
        arm64: dts: marvell: use mvebu-icu.h where possible
        arm64: dts: marvell: fix compatible string list for Armada CP110 slave NAND
        arm64: dts: marvell: fix typos in comment describing the NAND controller
        arm64: dts: marvell: use lower case for unit address and reg property
        arm64: dts: marvell: fix watchdog unit address in Armada AP806
        arm64: dts: marvell: armada-37xx: add a crypto node
        ARM64: dts: marvell: armada-cp110: Fix clock resources for various node
        ARM: dts: kirkwood: fix pin-muxing of MPP7 on OpenBlocks A7
      8c11fcc2
    • Arnd Bergmann's avatar
      Merge tag 'imx-dt64-4.16' of... · c503f594
      Arnd Bergmann authored
      Merge tag 'imx-dt64-4.16' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/dt
      
      Pull "Freescale arm64 device tree updates for 4.16" from Shawn Guo:
      
       - LS1088A updates: add device support for DCFG, qoriq-mc, and USB.
       - Add power monitor device INA220 for ls208xa-rdb board.
      
      * tag 'imx-dt64-4.16' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
        arm64: dts: ls208xa: add power monitor chip node
        arm64: dts: ls1088a: Add USB support
        arm64: dts: ls1088a: add fsl-mc hardware resource manager node
        arm64: dts: ls1088a: Added dcfg node in ls1088a dtsi
      c503f594
    • Arnd Bergmann's avatar
      Merge tag 'imx-dt-4.16' of... · 7c179f9d
      Arnd Bergmann authored
      Merge tag 'imx-dt-4.16' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/dt
      
      Pull "i.MX device tree changes for 4.16" from Shawn Guo:
      
       - A few random updates for vf610-zii board: correct switch EEPROM size,
         enable edma1, correct GPIO expander interrupt, add PHYs for switch2
         device.
       - LS1021A device tree updates: add reboot and QSPI device nodes, label
         USB controllers, specify interrupt-affinity for PMU, fix TMR_FIPER1
         setting, enable esdhc device, add Moxa UC-8410A board support.
       - A bunch of patches from Fabio: fix reg - unit address mismatches,
         remove leading zero in unit address, move regulators out of
         simple-bus, move nodes with no reg property out of bus, remove extra
         clock cell, add missing phy-cells to usb-nop-xceiv, etc.
       - A couple series from Hummingboard developers: re-organise device tree
         files for better handling various board versions, and then add the
         new hummingboard2 board support on top of that.
       - Disable AC'97 input pins pad and add support for powering off for
         imx6qdl-udoo board.
       - Convert from fbdev to drm bindings for imx6sx-sdb and imx6sl-evk
         board.
       - Add device tree for Variscite DART-MX6 SoM and Carrier-board support.
       - Add new board support of TS-4600 and TS-7970 from Technologic
         Systems.
       - A series from Stefan to update imx7-colibri device tree and then add
         new version of Toradex Colibri iMX7D board with eMMC support.
       - Other random updates on various board support.
      
      * tag 'imx-dt-4.16' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: (126 commits)
        ARM: dts: imx7s: Avoid using label in unit address and reg
        ARM: dts: imx51-zii-rdu1: Add missing #phy-cells to usb-nop-xceiv
        ARM: dts: imx6qdl-hummingboard2: Remove leading zero in unit address
        ARM: dts: ls1021a: add support for Moxa UC-8410A open platform
        ARM: dts: imx51-babbage: Fix the 26MHz clock modelling
        ARM: dts: vf610-zii-dev-rev-b: add PHYs for switch2
        ARM: dts: vf610-zii-dev-rev-b: fix interrupt for GPIO expander
        ARM: dts: vf610-zii-dev: enable edma1
        ARM: dts: ls1021a-twr: Remove extra clock cell
        ARM: dts: ls1021a-qds: Remove extra clock cell
        ARM: dts: imx53: add srtc node
        dt-bindings: imx-gpcv2: Fix the unit address
        ARM: imx: dts: Use lower case for bindings notation
        ARM: dts: imx6q-h100: use usdhc2 VSELECT
        ARM: dts: imx6sx: Add support for PCI power domain
        ARM: dts: imx6sx: Fix PCI non-prefetchable memory range
        ARM: dts: imx6qdl-hummingboard2: rename regulators to match schematic
        ARM: dts: imx6qdl-hummingboard2: add v1.5 som with eMMC
        ARM: dts: imx6qdl-hummingboard2: add v1.5 som without eMMC
        ARM: dts: imx6qdl-hummingboard2: add PWM3 support
        ...
      7c179f9d
    • Arnd Bergmann's avatar
      Merge tag 'aspeed-4.16-devicetree' of... · b55eb1ae
      Arnd Bergmann authored
      Merge tag 'aspeed-4.16-devicetree' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/joel/aspeed into next/dt
      
      Pull "ASPEED device tree updates for 4.16" from Joel Stanley:
      
      Clock driver support:
      
       Rework all platforms to use proper clock bindings. Linux should now boot
       upstream kernels on ast2400 and ast2500 platforms without out of tree
       patches.
      
      New systems:
      
       Witherspoon: OpenPower Power9 server manufactured by IBM that uses the ASPEED ast2500
       Zaius: OpenPower Power9 server manufactured by Invatech that uses the ASPEED ast2500
       Q71L: Intel Xeon server manufactured by Qanta that uses the ASPEED ast2400
      
       We also see updates to the Palmetto and Romulus systems to bring them in
       line with the functionality of those above.
      
       The systems take advantage of recently added drivers for LPC Snoop
       device and the PWM/Tachometer fan controller.
      
      OpenBMC flash layout:
      
       The flash layout used OpenBMC systems is added and the device trees now
       use it.
      
      * tag 'aspeed-4.16-devicetree' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/joel/aspeed
      
      :
        ARM: dts: aspeed-evb: Add unit name to memory node
        ARM: dts: aspeed-plametto: Add flash layout and fix memory node
        ARM: dts: aspeed-romulus: Update Romulus system
        ARM: dts: aspeed: Add Qanta Q71L BMC machine
        ARM: dts: aspeed: Add Ingrasys Zaius BMC machine
        ARM: dts: aspeed: Add Witherspoon BMC machine
        ARM: dts: aspeed: Sort ASPEED entries in makefile
        ARM: dts: Add OpenBMC flash layout
        ARM: dts: aspeed: Update license headers
        ARM: dts: aspeed: Remove skeleton.dtsi
        ARM: dts: aspeed: Add LPC Snoop device
        ARM: dts: aspeed: Add PWM and tachometer node
        ARM: dts: aspeed: Add clock phandle to GPIO
        ARM: dts: aspeed: Add flash controller clocks
        ARM: dts: aspeed: Add watchdog clocks
        ARM: dts: aspeed: Add MAC clocks
        ARM: dts: aspeed: Add proper clock references
        ARM: dts: aspeed: Add LPC and child devices
        dt-bindings: gpio: Add ASPEED constants
        dt-bindings: clock: Add ASPEED constants
      
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      b55eb1ae
    • Yan Markman's avatar
      arm64: dts: marvell: add Ethernet aliases · 474c5885
      Yan Markman authored
      
      
      This patch adds Ethernet aliases in the Marvell Armada 7040 DB, 8040 DB
      and 8040 mcbin device trees so that the bootloader setup the MAC
      addresses correctly.
      
      Signed-off-by: default avatarYan Markman <ymarkman@marvell.com>
      [Antoine: commit message, small fixes]
      Signed-off-by: default avatarAntoine Tenart <antoine.tenart@free-electrons.com>
      Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
      474c5885
    • Thomas Petazzoni's avatar
      arm64: dts: marvell: replace cpm by cp0, cps by cp1 · 91f1be92
      Thomas Petazzoni authored
      
      
      In preparation for the introduction of more than 2 CPs in upcoming
      SoCs, it makes sense to move away from the "CP master" (cpm) and "CP
      slave" (cps) naming, and use instead cp0/cp1.
      
      This commit is the result of:
      
       sed 's%cpm%cp0g%' arch/arm64/boot/dts/marvell/*
       sed 's%cps%cp1g%' arch/arm64/boot/dts/marvell/*
      
      So it is a purely mechaninal change.
      
      Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      Suggested-by: default avatarHanna Hawa <hannah@marvell.com>
      Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
      91f1be92