Searched +full:ast2500 +full:- +full:sdhci (Results 1 – 7 of 7) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-or-later4 ---5 $id: http://devicetree.org/schemas/mmc/aspeed,sdhci.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#11 - Andrew Jeffery <andrew@aj.id.au>12 - Ryan Chen <ryanchen.aspeed@gmail.com>26 - aspeed,ast2400-sd-controller27 - aspeed,ast2500-sd-controller28 - aspeed,ast2600-sd-controller32 "#address-cells":[all …]
1 // SPDX-License-Identifier: GPL-2.0+2 #include <dt-bindings/clock/aspeed-clock.h>3 #include <dt-bindings/interrupt-controller/aspeed-scu-ic.h>7 compatible = "aspeed,ast2500";8 #address-cells = <1>;9 #size-cells = <1>;10 interrupt-parent = <&vic>;36 #address-cells = <1>;37 #size-cells = <0>;40 compatible = "arm,arm1176jzf-s";[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later4 #include <dt-bindings/interrupt-controller/arm-gic.h>5 #include <dt-bindings/interrupt-controller/aspeed-scu-ic.h>6 #include <dt-bindings/clock/ast2600-clock.h>11 #address-cells = <1>;12 #size-cells = <1>;13 interrupt-parent = <&gic>;43 #address-cells = <1>;44 #size-cells = <0>;45 enable-method = "aspeed,ast2600-smp";[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 /dts-v1/;5 #include <dt-bindings/gpio/aspeed-gpio.h>6 #include "ast2500-facebook-netbmc-common.dtsi"10 compatible = "facebook,wedge400-bmc", "aspeed,ast2500";14 * PCA9548 (2-0070) provides 8 channels connecting to27 * PCA9548 (8-0070) provides 8 channels connecting to40 * PCA9548 (11-0076) provides 8 channels connecting to56 stdout-path = &uart1;60 ast-adc-hwmon {[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later17 #include "sdhci-pltfm.h"37 struct aspeed_sdhci *sdhci, in aspeed_sdc_configure_8bit_mode() argument43 spin_lock(&sdc->lock); in aspeed_sdc_configure_8bit_mode()44 info = readl(sdc->regs + ASPEED_SDC_INFO); in aspeed_sdc_configure_8bit_mode()46 info |= sdhci->width_mask; in aspeed_sdc_configure_8bit_mode()48 info &= ~sdhci->width_mask; in aspeed_sdc_configure_8bit_mode()49 writel(info, sdc->regs + ASPEED_SDC_INFO); in aspeed_sdc_configure_8bit_mode()50 spin_unlock(&sdc->lock); in aspeed_sdc_configure_8bit_mode()61 parent = clk_get_rate(pltfm_host->clk); in aspeed_sdhci_set_clock()[all …]
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]
... -boot-2021.07/.readthedocs.yml u-boot-2021.07/Kbuild u-boot-2021.07 ...