1. 08 3月, 2018 3 次提交
    • R
      ARM: dts: imx: Add missing #sound-dai-cells for sgtl5000 codec · b08d2fb5
      Rob Herring 提交于
      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: NRob Herring <robh@kernel.org>
      Signed-off-by: NShawn Guo <shawnguo@kernel.org>
      b08d2fb5
    • A
      ARM: dts: imx51-zii-rdu1: Add node for RAVE SP device · cbeb1dc7
      Andrey Smirnov 提交于
      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: NAndrey Smirnov <andrew.smirnov@gmail.com>
      Reviewed-by: NFabio Estevam <fabio.estevam@nxp.com>
      Reviewed-by: NLucas Stach <l.stach@pengutronix.de>
      Signed-off-by: NShawn Guo <shawnguo@kernel.org>
      cbeb1dc7
    • A
      ARM: dts: imx6: RDU2: Add RAVE SP device · 9fdd1f83
      Andrey Smirnov 提交于
      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: NAndrey Smirnov <andrew.smirnov@gmail.com>
      Reviewed-by: NFabio Estevam <fabio.estevam@nxp.com>
      Reviewed-by: NLucas Stach <l.stach@pengutronix.de>
      Signed-off-by: NShawn Guo <shawnguo@kernel.org>
      9fdd1f83
  2. 01 3月, 2018 1 次提交
    • F
      ARM: dts: imx5: Pass the memory unit-address · c08be1ad
      Fabio Estevam 提交于
      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: NFabio Estevam <fabio.estevam@nxp.com>
      Signed-off-by: NShawn Guo <shawnguo@kernel.org>
      c08be1ad
  3. 28 2月, 2018 6 次提交
  4. 24 2月, 2018 7 次提交
  5. 12 2月, 2018 23 次提交