1. 03 7月, 2018 1 次提交
  2. 28 6月, 2018 1 次提交
  3. 20 5月, 2018 1 次提交
    • F
      ARM: dts: imx6/7: Remove unit-address from anatop regulators · 71db3948
      Fabio Estevam 提交于
      Remove unit-address and reg property from anatop regulators to fix
      the following DTC warnings with W=1:
      
      arch/arm/boot/dts/imx6dl-apf6dev.dtb: Warning (unique_unit_address): /soc/aips-bus@2000000/anatop@20c8000/regulator-vddcore@20c8140: duplicate unit-address (also used in node /soc/aips-bus@2000000/anatop@20c8000/regulator-vddpu@20c8140)
      arch/arm/boot/dts/imx6dl-apf6dev.dtb: Warning (unique_unit_address): /soc/aips-bus@2000000/anatop@20c8000/regulator-vddcore@20c8140: duplicate unit-address (also used in node /soc/aips-bus@2000000/anatop@20c8000/regulator-vddsoc@20c8140)
      arch/arm/boot/dts/imx6dl-apf6dev.dtb: Warning (unique_unit_address): /soc/aips-bus@2000000/anatop@20c8000/regulator-vddpu@20c8140: duplicate unit-address (also used in node /soc/aips-bus@2000000/anatop@20c8000/regulator-vddsoc@20c8140)
      Signed-off-by: NFabio Estevam <fabio.estevam@nxp.com>
      Signed-off-by: NShawn Guo <shawnguo@kernel.org>
      71db3948
  4. 14 5月, 2018 2 次提交
  5. 12 2月, 2018 1 次提交
  6. 26 12月, 2017 2 次提交
    • F
      ARM: dts: imx6: Add unit address and reg for the anatop nodes · 685e1321
      Fabio Estevam 提交于
      Add unit address and reg for the anatop nodes in order to fix the
      following build warnings with W=1:
      
      arch/arm/boot/dts/imx6dl-apf6dev.dtb: Warning (simple_bus_reg): Node /soc/aips-bus@2000000/anatop@20c8000/regulator-1p1 missing or empty reg/ranges property
      arch/arm/boot/dts/imx6dl-apf6dev.dtb: Warning (simple_bus_reg): Node /soc/aips-bus@2000000/anatop@20c8000/regulator-3p0 missing or empty reg/ranges property
      arch/arm/boot/dts/imx6dl-apf6dev.dtb: Warning (simple_bus_reg): Node /soc/aips-bus@2000000/anatop@20c8000/regulator-2p5 missing or empty reg/ranges property
      arch/arm/boot/dts/imx6dl-apf6dev.dtb: Warning (simple_bus_reg): Node /soc/aips-bus@2000000/anatop@20c8000/regulator-vddcore missing or empty reg/ranges property
      arch/arm/boot/dts/imx6dl-apf6dev.dtb: Warning (simple_bus_reg): Node /soc/aips-bus@2000000/anatop@20c8000/regulator-vddpu missing or empty reg/ranges property
      arch/arm/boot/dts/imx6dl-apf6dev.dtb: Warning (simple_bus_reg): Node /soc/aips-bus@2000000/anatop@20c8000/regulator-vddsoc missing or empty reg/ranges property
      Signed-off-by: NFabio Estevam <fabio.estevam@nxp.com>
      Signed-off-by: NShawn Guo <shawnguo@kernel.org>
      685e1321
    • F
      ARM: dts: imx6: Move nodes which have no reg property out of bus · 1e989603
      Fabio Estevam 提交于
      Move tempmon, ldb and pmu nodes from soc node to root node.
      
      The nodes that have been moved do not have any register properties and thus
      shouldn't be placed on the bus.
      
      This fixes the following build warnings with W=1:
      
      arch/arm/boot/dts/imx6dl-apf6dev.dtb: Warning (simple_bus_reg): Node /soc/aips-bus@2000000/tempmon missing or empty reg/ranges property
      arch/arm/boot/dts/imx6dl-apf6dev.dtb: Warning (simple_bus_reg): Node /soc/aips-bus@2000000/ldb missing or empty reg/ranges property
      arch/arm/boot/dts/imx6dl-apf6dev.dtb: Warning (simple_bus_reg): Node /soc/pmu missing or empty reg/ranges property
      
      Based on a patch from Simon Horman for r8a7795.dtsi.
      Signed-off-by: NFabio Estevam <fabio.estevam@nxp.com>
      Signed-off-by: NShawn Guo <shawnguo@kernel.org>
      1e989603
  7. 20 10月, 2017 1 次提交
  8. 16 7月, 2017 1 次提交
  9. 21 5月, 2017 1 次提交
  10. 24 1月, 2017 1 次提交
  11. 03 1月, 2017 1 次提交
    • F
      ARM: dts: imx6: Disable "weim" node in the dtsi files · 116dad7d
      Fabio Estevam 提交于
      Commit 1be81ea5 ("ARM: dts: imx6: Add imx-weim parameters to
      dtsi's") causes the following probe error when the weim node is not
      present on the board dts (such as imx6q-sabresd):
      
      imx-weim 21b8000.weim: Invalid 'ranges' configuration
      imx-weim: probe of 21b8000.weim failed with error -22
      
      There is no need to always enable the "weim" node on mx6. Do the same
      as in the other i.MX dtsi files where "weim" is disabled and only gets
      enabled on a per dts basis.
      
      All the imx6 weim dts users explicitily provide 'status = "okay"', so
      this change has no impact on current imx6 weim users.
      
      If a board does not use the weim driver it will not describe its 'ranges'
      property, so simply disable the 'weim' node in the imx6 dtsi files to
      avoid such probe error message.
      
      Fixes: 1be81ea5 ("ARM: dts: imx6: Add imx-weim parameters to dtsi's")
      Signed-off-by: NFabio Estevam <fabio.estevam@nxp.com>
      Signed-off-by: NShawn Guo <shawnguo@kernel.org>
      116dad7d
  12. 14 11月, 2016 1 次提交
  13. 05 11月, 2016 1 次提交
  14. 09 9月, 2016 1 次提交
  15. 06 6月, 2016 2 次提交
  16. 22 12月, 2015 3 次提交
  17. 19 10月, 2015 2 次提交
  18. 11 8月, 2015 1 次提交
  19. 30 3月, 2015 4 次提交
  20. 23 11月, 2014 1 次提交
  21. 16 9月, 2014 4 次提交
  22. 18 7月, 2014 3 次提交
  23. 17 6月, 2014 1 次提交
  24. 30 4月, 2014 1 次提交
  25. 14 4月, 2014 2 次提交