All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] Add ipq806x missing bindings
@ 2022-07-05 13:39 Christian Marangi
  2022-07-05 13:39 ` [PATCH 01/13] ARM: dts: qcom: add multiple missing pin definition for ipq8064 Christian Marangi
                   ` (13 more replies)
  0 siblings, 14 replies; 56+ messages in thread
From: Christian Marangi @ 2022-07-05 13:39 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, linux-arm-msm, devicetree, linux-kernel
  Cc: Christian Marangi

This series try to add some of the missing bindings for ipq806x.

This still lacks of the cpu bindings and all the bindings required
to scale cpu clk or L2. These will come later as the driver and
documentation require some changes.

So for now we try to add bindings that can directly applied without
making changes to any drivers.

Christian Marangi (13):
  ARM: dts: qcom: add multiple missing pin definition for ipq8064
  ARM: dts: qcom: add gsbi6 missing definition for ipq8064
  ARM: dts: qcom: add missing rpm regulators and cells for ipq8064
  ARM: dts: qcom: disable smb208 regulators for ipq8064-rb3011
  ARM: dts: qcom: add missing snps,dwmac compatible for gmac ipq8064
  ARM: dts: qcom: enable usb phy by default for ipq8064
  ARM: dts: qcom: reduce pci IO size to 64K for ipq8064
  ARM: dts: qcom: fix dtc warning for missing #address-cells for ipq8064
  ARM: dts: qcom: add smem node for ipq8064
  ARM: dts: qcom: add sic non secure node for ipq8064
  ARM: dts: qcom: fix and add some missing gsbi node for ipq8064
  ARM: dts: qcom: add speedbin efuse nvmem binding
  ARM: dts: qcom: remove redundant binding from ipq8064 rb3011 dts

 arch/arm/boot/dts/qcom-ipq8064-rb3011.dts |  21 +--
 arch/arm/boot/dts/qcom-ipq8064.dtsi       | 206 ++++++++++++++++++++--
 2 files changed, 198 insertions(+), 29 deletions(-)

-- 
2.36.1


^ permalink raw reply	[flat|nested] 56+ messages in thread

end of thread, other threads:[~2022-07-06 14:46 UTC | newest]

Thread overview: 56+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-05 13:39 [PATCH 00/13] Add ipq806x missing bindings Christian Marangi
2022-07-05 13:39 ` [PATCH 01/13] ARM: dts: qcom: add multiple missing pin definition for ipq8064 Christian Marangi
2022-07-06 12:48   ` Konrad Dybcio
2022-07-05 13:39 ` [PATCH 02/13] ARM: dts: qcom: add gsbi6 missing " Christian Marangi
2022-07-06  8:33   ` Krzysztof Kozlowski
2022-07-06 12:48   ` Konrad Dybcio
2022-07-05 13:39 ` [PATCH 03/13] ARM: dts: qcom: add missing rpm regulators and cells " Christian Marangi
2022-07-06  8:34   ` Krzysztof Kozlowski
2022-07-06 10:09     ` Christian Marangi
2022-07-06 11:55       ` Dmitry Baryshkov
2022-07-06 14:42       ` Krzysztof Kozlowski
2022-07-06 13:02   ` Konrad Dybcio
2022-07-06 12:52     ` Christian Marangi
2022-07-05 13:39 ` [PATCH 04/13] ARM: dts: qcom: disable smb208 regulators for ipq8064-rb3011 Christian Marangi
2022-07-06  8:34   ` Krzysztof Kozlowski
2022-07-06 10:11     ` Christian Marangi
2022-07-06 13:03   ` Konrad Dybcio
2022-07-06 12:56     ` Christian Marangi
2022-07-06 13:31       ` Konrad Dybcio
2022-07-06 13:19         ` Christian Marangi
2022-07-06 13:37           ` Konrad Dybcio
2022-07-06 13:25             ` Christian Marangi
2022-07-05 13:39 ` [PATCH 05/13] ARM: dts: qcom: add missing snps,dwmac compatible for gmac ipq8064 Christian Marangi
2022-07-06  8:35   ` Krzysztof Kozlowski
2022-07-06 13:04   ` Konrad Dybcio
2022-07-05 13:39 ` [PATCH 06/13] ARM: dts: qcom: enable usb phy by default for ipq8064 Christian Marangi
2022-07-06  8:36   ` Krzysztof Kozlowski
2022-07-06 13:04   ` Konrad Dybcio
2022-07-06 12:59     ` Christian Marangi
2022-07-06 13:33       ` Konrad Dybcio
2022-07-06 13:20         ` Christian Marangi
2022-07-05 13:39 ` [PATCH 07/13] ARM: dts: qcom: reduce pci IO size to 64K " Christian Marangi
2022-07-05 13:39 ` [PATCH 08/13] ARM: dts: qcom: fix dtc warning for missing #address-cells " Christian Marangi
2022-07-06  8:37   ` Krzysztof Kozlowski
2022-07-06 10:12     ` Christian Marangi
2022-07-06 14:45       ` Krzysztof Kozlowski
2022-07-05 13:39 ` [PATCH 09/13] ARM: dts: qcom: add smem node " Christian Marangi
2022-07-06  8:39   ` Krzysztof Kozlowski
2022-07-06 10:14     ` Christian Marangi
2022-07-06 10:37       ` Christian Marangi
2022-07-06 12:01       ` Dmitry Baryshkov
2022-07-06 14:46       ` Krzysztof Kozlowski
2022-07-06 13:11   ` Konrad Dybcio
2022-07-06 13:03     ` Christian Marangi
2022-07-06 13:41     ` Dmitry Baryshkov
2022-07-05 13:39 ` [PATCH 10/13] ARM: dts: qcom: add sic non secure " Christian Marangi
2022-07-06  8:39   ` Krzysztof Kozlowski
2022-07-05 13:39 ` [PATCH 11/13] ARM: dts: qcom: fix and add some missing gsbi " Christian Marangi
2022-07-06  8:40   ` Krzysztof Kozlowski
2022-07-05 13:39 ` [PATCH 12/13] ARM: dts: qcom: add speedbin efuse nvmem binding Christian Marangi
2022-07-06  8:40   ` Krzysztof Kozlowski
2022-07-05 13:39 ` [PATCH 13/13] ARM: dts: qcom: remove redundant binding from ipq8064 rb3011 dts Christian Marangi
2022-07-05 14:28 ` [PATCH 00/13] Add ipq806x missing bindings Krzysztof Kozlowski
2022-07-05 14:04   ` Christian Marangi
2022-07-05 15:55     ` Krzysztof Kozlowski
2022-07-05 15:40       ` Christian Marangi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.