1. 08 Mar, 2018 3 commits
    • Rob Herring's avatar
      ARM: dts: imx: Add missing #sound-dai-cells for sgtl5000 codec · b08d2fb5
      Rob Herring authored
      dtc now warns about missing #sound-dai-cells:
      
      arch/arm/boot/dts/imx6ul-geam.dtb: Warning (sound_dai_property): /sound/simple-audio-card,codec: Missing property '#sound-dai-cells' in node /soc/aips-bus@2100000/i2c@21a0000/codec@a or bad phandle (referred from sound-dai[0])
      arch/arm/boot/dts/imx6ul-isiot-emmc.dtb: Warning (sound_dai_property): /sound/simple-audio-card,codec: Missing property '#sound-dai-cells' in node /soc/aips-bus@2100000/i2c@21a0000/codec@a or bad phandle (referred from sound-dai[0])
      arch/arm/boot/dts/imx6ul-isiot-nand.dtb: Warning (sound_dai_property): /sound/simple-audio-card,codec: Missing property '#sound-dai-cells' in node /soc/aips-bus@2100000/i2c@21a0000/codec@a or bad phandle (referred from sound-dai[0])
      
      Lots of i.MX boards use the SGTL5000 codec, but not all get the warning
      because only some reference the codec with "sound-dai" property. However,
      the codec should always provide #sound-dai-cells regardless, so fix all
      the occurrences.
      
      Cc: Sascha Hauer <kernel@pengutronix.de>
      Cc: Fabio Estevam <fabio.estevam@nxp.com>
      Signed-off-by: default avatarRob Herring <robh@kernel.org>
      Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
      b08d2fb5
    • Andrey Smirnov's avatar
      ARM: dts: imx51-zii-rdu1: Add node for RAVE SP device · cbeb1dc7
      Andrey Smirnov authored
      With MFD and watchdog drivers for RAVE SP device support added by
      538ee272 ("mfd: Add driver for RAVE Supervisory Processor") and
      c3bb3334 ("watchdog: Add RAVE SP watchdog driver") add
      corresponding DT node for RDU.
      
      Cc: Rob Herring <robh+dt@kernel.org>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: Guenter Roeck <linux@roeck-us.net>
      Cc: Chris Healy <cphealy@gmail.com>
      Cc: devicetree@vger.kernel.org
      Cc: linux-arm-kernel@lists.infradead.org
      Cc: linux-kernel@vger.kernel.org
      Signed-off-by: default avatarAndrey Smirnov <andrew.smirnov@gmail.com>
      Reviewed-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
      Reviewed-by: default avatarLucas Stach <l.stach@pengutronix.de>
      Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
      cbeb1dc7
    • Andrey Smirnov's avatar
      ARM: dts: imx6: RDU2: Add RAVE SP device · 9fdd1f83
      Andrey Smirnov authored
      With MFD and watchdog drivers for RAVE SP device support added by
      538ee272 ("mfd: Add driver for RAVE Supervisory Processor") and
      c3bb3334 ("watchdog: Add RAVE SP watchdog driver") add
      corresponding DT node for RDU2.
      
      Cc: Rob Herring <robh+dt@kernel.org>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: Guenter Roeck <linux@roeck-us.net>
      Cc: Chris Healy <cphealy@gmail.com>
      Cc: devicetree@vger.kernel.org
      Cc: linux-arm-kernel@lists.infradead.org
      Cc: linux-kernel@vger.kernel.org
      Signed-off-by: default avatarAndrey Smirnov <andrew.smirnov@gmail.com>
      Reviewed-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
      Reviewed-by: default avatarLucas Stach <l.stach@pengutronix.de>
      Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
      9fdd1f83
  2. 01 Mar, 2018 1 commit
    • Fabio Estevam's avatar
      ARM: dts: imx5: Pass the memory unit-address · c08be1ad
      Fabio Estevam authored
      Pass the memory unit-address to fix the following build warnings with W=1:
      
      arch/arm/boot/dts/imx51-zii-rdu1.dtb: Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name
      arch/arm/boot/dts/imx53-tx53-x03x.dtb: Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name
      arch/arm/boot/dts/imx53-tx53-x13x.dtb: Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name
      
      In theses cases an empty memory node is passed, which will be filled
      by the bootloader. Passing the memory base address still allows the
      bootloader to fill the memory size.
      Signed-off-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
      Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
      c08be1ad
  3. 28 Feb, 2018 6 commits
  4. 24 Feb, 2018 7 commits
  5. 12 Feb, 2018 23 commits