Age | Commit message (Collapse) | Author | Files | Lines |
|
The arm dts directory has grown to 1559 boards which makes it a bit
unwieldy to maintain and use. Past attempts stalled out due to plans to
move .dts files out of the kernel tree. Doing that is no longer planned
(any time soon at least), so let's go ahead and group .dts files by
vendors. This move aligns arm with arm64 .dts file structure.
There's no change to dtbs_install as the flat structure is maintained on
install.
The naming of vendor directories is roughly in this order of preference:
- Matching original and current SoC vendor prefix/name (e.g. ti, qcom)
- Current vendor prefix/name if still actively sold (SoCs which have
been aquired) (e.g. nxp/imx)
- Existing platform name for older platforms not sold/maintained by any
company (e.g. gemini, nspire)
The whole move was scripted with the exception of MAINTAINERS and a few
makefile fixups.
Acked-by: Viresh Kumar <[email protected]>
Acked-by: Michal Simek <[email protected]> #Xilinx
Acked-by: Krzysztof Kozlowski <[email protected]>
Acked-by: Neil Armstrong <[email protected]>
Acked-by: Paul Barker <[email protected]>
Acked-by: Tony Lindgren <[email protected]>
Acked-by: Gregory CLEMENT <[email protected]>
Acked-by: Heiko Stuebner <[email protected]>
Acked-by: Wei Xu <[email protected]> #hisilicon
Acked-by: Geert Uytterhoeven <[email protected]>
Acked-by: Nick Hawkins <[email protected]>
Acked-by: Baruch Siach <[email protected]>
Reviewed-by: Linus Walleij <[email protected]>
Reviewed-by: Andre Przywara <[email protected]>
Acked-by: Andre Przywara <[email protected]>
Reviewed-by: Claudiu Beznea <[email protected]>
Acked-by: Peter Rosin <[email protected]>
Acked-by: Jesper Nilsson <[email protected]>
Acked-by: Sudeep Holla <[email protected]>
Acked-by: Florian Fainelli <[email protected]> #broadcom
Acked-by: Manivannan Sadhasivam <[email protected]>
Reviewed-by: Jisheng Zhang <[email protected]>
Acked-by: Patrice Chotard <[email protected]>
Acked-by: Romain Perier <[email protected]>
Acked-by: Alexandre TORGUE <[email protected]>
Acked-by: Shawn Guo <[email protected]>
Acked-by: Kunihiko Hayashi <[email protected]>
Acked-by: Enric Balletbo i Serra <[email protected]>
Signed-off-by: Rob Herring <[email protected]>
|
|
The node names should be generic and DT schema expects certain pattern
(e.g. with key/button/switch).
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
|
|
Most of the aspeed boards have copied the 'earlyprink' string in
the bootargs. However, there's no earlyprink driver configured in the
defconfigs, so this does nothing.
A combination of setting stdout in the chosen node and adding earlycon
to bootargs causes early serial output to appear early. This changes all
boards to use this option.
The console=ttyS4,115200 option is still required, as this is used by
the run time uart driver.
Signed-off-by: Joel Stanley <[email protected]>
Acked-by: Andrew Jeffery <[email protected]>
Acked-by: Alexander Filippov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joel Stanley <[email protected]>
|
|
dtbs_check gave the following warning:
Warning (avoid_unnecessary_addr_size): /gpio-keys-polled: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property
Cc: Adriana Kobylak <[email protected]>
Signed-off-by: Andrew Jeffery <[email protected]>
Reviewed-by: Joel Stanley <[email protected]>
Reviewed-by: Adriana Kobylak <[email protected]>
Tested-by: Adriana Kobylak <[email protected]>
Signed-off-by: Joel Stanley <[email protected]>
|
|
We need to ungate RCLK on AST2500- and AST2600-based platforms for RMII
to function. RMII interfaces are commonly used for NCSI.
Signed-off-by: Andrew Jeffery <[email protected]>
Signed-off-by: Joel Stanley <[email protected]>
|
|
Swift power supplies are version 2 of the IBM CFFPS.
Fixes: 8e8fd0cbd7c5 ("ARM: dts: aspeed: Add Swift BMC machine")
Signed-off-by: Eddie James <[email protected]>
Signed-off-by: Joel Stanley <[email protected]>
|
|
Swift contains an eMMC device attached to the second SDHCI controller.
Reviewed-by: Adriana Kobylak <[email protected]>
Signed-off-by: Joel Stanley <[email protected]>
|
|
Change the FSI clock and data GPIOs to match what the hardware turned
out to use.
Fixes: 8e8fd0cbd7c5 ("ARM: dts: aspeed: Add Swift BMC machine")
Signed-off-by: Matt Spinler <[email protected]>
Reviewed-by: Andrew Jeffery <[email protected]>
Reviewed-by: Adriana Kobylak <[email protected]>
Signed-off-by: Joel Stanley <[email protected]>
|
|
Add the pca9539 devices to the Swift device tree.
Signed-off-by: Adriana Kobylak <[email protected]>
Reviewed-by: Brandon Wyman <[email protected]>
Signed-off-by: Joel Stanley <[email protected]>
|
|
The Swift BMC is an ASPEED ast2500 based BMC that is part of
a Power9 server. This adds the device tree description for
most upstream components.
Signed-off-by: Adriana Kobylak <[email protected]>
Reviewed-by: Brandon Wyman <[email protected]>
Signed-off-by: Joel Stanley <[email protected]>
|