1. 28 6月, 2018 1 次提交
  2. 14 5月, 2018 1 次提交
  3. 24 2月, 2018 2 次提交
  4. 26 12月, 2017 2 次提交
    • F
      ARM: dts: imx6dl: Remove unneeded label and unit address · 3a6f71ed
      Fabio Estevam 提交于
      Remove unneeded label and unit address in order to fix the following
      build warnings with W=1:
      
      arch/arm/boot/dts/imx6dl-apf6dev.dtb: Warning (unit_address_vs_reg): Node /soc/aips-bus@2000000/iomuxc-gpr@20e0000/ipu1_csi0_mux@34 has a unit name, but no reg property
      arch/arm/boot/dts/imx6dl-apf6dev.dtb: Warning (unit_address_vs_reg): Node /soc/aips-bus@2000000/iomuxc-gpr@20e0000/ipu1_csi1_mux@34 has a unit name, but no
      Signed-off-by: NFabio Estevam <fabio.estevam@nxp.com>
      Reviewed-by: NPhilipp Zabel <p.zabel@pengutronix.de>
      Signed-off-by: NShawn Guo <shawnguo@kernel.org>
      3a6f71ed
    • F
      ARM: dts: imx6dl: Pass the reg properties for mipi nodes · 1daecaf7
      Fabio Estevam 提交于
      Pass the reg properties for mipi nodes in order to fix the
      following build warnings with W=1:
      
      arch/arm/boot/dts/imx6dl-apf6dev.dtb: Warning (unit_address_vs_reg): Node /soc/aips-bus@2100000/mipi@21dc000/port@1/endpoint@0 has a unit name, but no reg property
      arch/arm/boot/dts/imx6dl-apf6dev.dtb: Warning (unit_address_vs_reg): Node /soc/aips-bus@2100000/mipi@21dc000/port@1/endpoint@1 has a unit name, but no reg property
      arch/arm/boot/dts/imx6dl-apf6dev.dtb: Warning (unit_address_vs_reg): Node /soc/aips-bus@2100000/mipi@21dc000/port@2/endpoint@0 has a unit name, but no reg property
      arch/arm/boot/dts/imx6dl-apf6dev.dtb: Warning (unit_address_vs_reg): Node /soc/aips-bus@2100000/mipi@21dc000/port@2/endpoint@1 has a unit name, but no reg property
      arch/arm/boot/dts/imx6dl-apf6dev.dtb: Warning (unit_address_vs_reg): Node /soc/aips-bus@2100000/mipi@21dc000/port@3/endpoint@0 has a unit name, but no reg property
      arch/arm/boot/dts/imx6dl-apf6dev.dtb: Warning (unit_address_vs_reg): Node /soc/aips-bus@2100000/mipi@21dc000/port@3/endpoint@1 has a unit name, but no reg property
      arch/arm/boot/dts/imx6dl-apf6dev.dtb: Warning (unit_address_vs_reg): Node /soc/aips-bus@2100000/mipi@21dc000/port@4/endpoint@0 has a unit name, but no reg property
      arch/arm/boot/dts/imx6dl-apf6dev.dtb: Warning (unit_address_vs_reg): Node /soc/aips-bus@2100000/mipi@21dc000/port@4/endpoint@1 has a unit name, but no reg property
      Signed-off-by: NFabio Estevam <fabio.estevam@nxp.com>
      Reviewed-by: NPhilipp Zabel <p.zabel@pengutronix.de>
      Signed-off-by: NShawn Guo <shawnguo@kernel.org>
      1daecaf7
  5. 20 10月, 2017 1 次提交
  6. 13 10月, 2017 1 次提交
  7. 14 6月, 2017 3 次提交
  8. 23 1月, 2017 1 次提交
    • S
      ARM: dts: imx6dl: fix GPIO4 range · 7f59b319
      Sébastien Szymanski 提交于
      GPIO4_11 is on pin 152(MX6DL_PAD_KEY_ROW2) and not on pin
      151(MX6DL_PAD_KEY_ROW1).
      
      I found the error while booting a mainline kernel on APF6S SoM and
      noticed the following message:
      
      [    2.609337] imx6dl-pinctrl 20e0000.iomuxc: pin MX6DL_PAD_KEY_ROW1
      already requested by 20a8000.gpio:105; cannot claim for 20a8000.gpio:107
      [    2.621884] imx6dl-pinctrl 20e0000.iomuxc: pin-151 (20a8000.gpio:107)
      status -22
      [    2.629303] spi_imx 2008000.ecspi: Can't get CS GPIO 107
      
      With this patch, the message is gone and spi_imx driver probes correctly.
      
      Fixes: bb728d66 ("ARM: dts: add gpio-ranges property to iMX GPIO controllers")
      Signed-off-by: NSébastien Szymanski <sebastien.szymanski@armadeus.com>
      Signed-off-by: NShawn Guo <shawnguo@kernel.org>
      7f59b319
  9. 09 9月, 2016 1 次提交
  10. 26 4月, 2016 1 次提交
  11. 22 12月, 2015 2 次提交
  12. 03 6月, 2015 1 次提交
  13. 05 1月, 2015 1 次提交
    • A
      ARM: dts: imx6dl: correct cpufreq volt/freq table · 4c61a1e7
      Anson Huang 提交于
      Currently the cpufreq volt/freq table we used is
      for LDO enable mode, according to latest datasheet
      Rev. 3, 03/2014, the volt/freq table is as below:
      
      LDO enabled(min value):
      996MHz: VDDARM: 1.225V, VDDSOC: 1.150V;
      792MHz: VDDARM: 1.150V, VDDSOC: 1.150V;
      396MHz: VDDARM: 1.050V, VDDSOC: 1.150V;
      
      LDO bypassed(min value):
      996MHz: VDDARM: 1.250V, VDDSOC: 1.150V;
      792MHz: VDDARM: 1.150V, VDDSOC: 1.150V;
      396MHz: VDDARM: 1.050V, VDDSOC: 1.150V;
      
      Adding 25mV to cover board IR drop, for LDO enabled
      mode of 996MHz, VDDARM should be 1.250V, so this
      patch updates it.
      Signed-off-by: NAnson Huang <b20788@freescale.com>
      Reviewed-by: NPhilipp Zabel <p.zabel@pengutronix.de>
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      4c61a1e7
  14. 23 11月, 2014 2 次提交
  15. 18 7月, 2014 1 次提交
  16. 16 5月, 2014 1 次提交
  17. 08 3月, 2014 1 次提交
    • P
      ARM: dts: imx6qdl: Add IPU DI ports and endpoints, move imx-drm node to dtsi · 4520e692
      Philipp Zabel 提交于
      This patch connects IPU and display encoder (HDMI, LVDS, MIPI)
      device tree nodes, as well as parallel displays on the DISP0
      and DISP1 outputs, using the OF graph bindings described in
      Documentation/devicetree/bindings/media/video-interfaces.txt
      
      The IPU ports correspond to the two display interfaces. The
      order of endpoints in the ports is arbitrary.
      
      Each encoder with an associated input multiplexer has multiple
      input ports in the device tree. The order and reg property of
      the ports must correspond to the multiplexer input order.
      
      Since the imx-drm node now only needs to contain links to the
      display interfaces, it can be moved to the SoC dtsi level. At
      the board level, only connections between the display interface
      ports and encoders or panels have to be added.
      Signed-off-by: NPhilipp Zabel <p.zabel@pengutronix.de>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      4520e692
  18. 24 2月, 2014 2 次提交
  19. 09 2月, 2014 2 次提交
  20. 22 8月, 2013 7 次提交
  21. 17 6月, 2013 5 次提交
  22. 23 5月, 2013 1 次提交