1. 17 Jul, 2018 15 commits
  2. 12 Jul, 2018 7 commits
  3. 11 Jul, 2018 15 commits
  4. 03 Jul, 2018 3 commits
    • Fabio Estevam's avatar
      ARM: dts: imx51: Fix USB PHY duplicate unit-address · 82210bfd
      Fabio Estevam authored
      Currently the following DTC warnings are seen with W=1:
      
      arch/arm/boot/dts/imx51-babbage.dtb: Warning (unique_unit_address): /usbphy/usbphy@0: duplicate unit-address (also used in node /usbphy/usbh1phy@0)
      arch/arm/boot/dts/imx51-eukrea-mbimxsd51-baseboard.dtb: Warning (unique_unit_address): /usbphy/usbphy@0: duplicate unit-address (also used in node /usbphy/usbh1phy@0)
      
      Fix it by moving the USB PHY nodes outside of simple-bus and drop the
      unneeded unit-address, which matches the bindings documentation
      at Documentation/devicetree/bindings/usb/usb-nop-xceiv.txt
      
      While at it rename the USB PHY node to usbphy1 for consistency.
      Signed-off-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
      Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
      82210bfd
    • Viresh Kumar's avatar
      ARM: dts: imx: Add missing OPP properties for CPUs · b97872d4
      Viresh Kumar authored
      The OPP properties, like "operating-points", should either be present
      for all the CPUs of a cluster or none. If these are present only for a
      subset of CPUs of a cluster then things will start falling apart as soon
      as the CPUs are brought online in a different order. For example, this
      will happen because the operating system looks for such properties in
      the CPU node it is trying to bring up, so that it can create an OPP
      table.
      
      Add such missing properties.
      
      Fix other missing properties (like clocks, supply, clock latency) as
      well to make it all work.
      Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
      Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
      b97872d4
    • Anson Huang's avatar
      ARM: dts: imx6: correct anatop regulators range · 77cf8a00
      Anson Huang authored
      According to i.MX6 datasheet, the LDO_1P1's typical
      programming operating range is 1.0V to 1.2V, and
      the LDO_2P5's typical programming operating range
      is 2.25V to 2.75V, correct LDO_1P1 and LDO_2P5's
      regulator range settings for i.MX6 SoCs.
      Signed-off-by: default avatarAnson Huang <Anson.Huang@nxp.com>
      Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
      77cf8a00