Skip to content

Commit

Permalink
[devicetree] cd is broken for mmc1 on the beta
Browse files Browse the repository at this point in the history
  • Loading branch information
rroohhh committed Apr 30, 2019
1 parent cdec7d2 commit 385e2aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion boot/axiom-beta/devicetree.dts
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
spi0 = &spi0;
spi1 = &spi1;
mmc0 = &sdhci0;
mmc1 = &sdhci1;
i2c0 = &i2c_gpio;
i2c1 = &i2c0;
i2c2 = &i2c1;
};

chosen {
bootargs = [00];
// bootargs = "bootargs=console=ttyPS0,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait debug verbose systemd.log_level=warning systemd.log_target=console kernel.sysrq=1 init=/usr/lib/systemd/systemd sdhci.debug_quirks=64 earlycon";
stdout-path = "serial0:115200n8";
};

Expand Down Expand Up @@ -370,6 +370,7 @@
sdhci1: sdhci@e0101000 {
compatible = "arasan,sdhci-8.9a";
status = "okay";
broken-cd;
clock-names = "clk_xin", "clk_ahb";
clocks = <&clkc 22>, <&clkc 33>;
interrupt-parent = <&intc>;
Expand Down

0 comments on commit 385e2aa

Please sign in to comment.