summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/gemini-sl93512r.dts
AgeCommit message (Collapse)AuthorFilesLines
2021-10-20ARM: dts: gemini: Consolidate PCI interrupt-map propertiesRob Herring1-18/+0
The Gemini PCI 'interrupt-map' does not vary by board, so let's move the definition to a common location. This avoids having incomplete interrupt properties (i.e. #interrupt-cells without interrupt-map). Cc: Hans Ulli Kroll <ulli.kroll@googlemail.com> Cc: Linus Walleij <linus.walleij@linaro.org> Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2021-05-18ARM: dts: gemini: convert obsolete SPI propertiesCorentin Labbe1-3/+3
gpio-xxx are obsoletes properties, convert them to xxx-gpios. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2020-03-20ARM: dts: gemini: Rename IDE nodesLinus Walleij1-2/+2
By renaming the ATA drive nodes to "ide@" we activate the semantic checks to the DT schema for the controller and use the correct notation for PATA drives. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2019-07-26ARM: dts: gemini: Mount root from mtdblock3Linus Walleij1-1/+1
The third mtdblock device named "Application" is where we want to mount our root filesystem. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2019-07-26ARM: dts: gemini: Switch to redboot partition parsingLinus Walleij1-31/+4
This switches the kernel to parse the Redboot partitions in the SL93512r and the NAS4220B properly using the right compatible string instead of using hard-coded partitions. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2019-07-26ARM: dts: gemini: Fix up confused pin settingsLinus Walleij1-8/+11
The SL93512r board has its pin muxing set up for the wrong ASIC: SL3516 instead of SL3512 that it is using. Fix it up and reference the right GPIO for the WPS button. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2018-12-08ARM: dts: Add the FOTG210 USB host to Gemini boardsLinus Walleij1-0/+8
This adds the FOTG210 USB host controller to the Gemini device trees. In the main SoC DTSI it is flagged as disabled and then it is selectively enabled on the devices that utilize it. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2018-07-15ARM: dts: Add devicetree for Storlink/Storm SL93512RLinus Walleij1-0/+328
The Storlink Gemini324 EV-Board also known as Storm Semiconductor SL93512R_BRD is ground zero for the Gemini devices. We add a device tree so we can support it, it turns out to be pretty trivial. Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>