fix: SDMMC problem
This commit is contained in:
parent
faefef98dc
commit
58b09aba5d
|
|
@ -273,18 +273,6 @@
|
|||
vref-supply = <&vcc_1v8>;
|
||||
};
|
||||
|
||||
// &sfc {
|
||||
// status = "okay";
|
||||
|
||||
// flash@0 {
|
||||
// compatible = "jedec,spi-nor";
|
||||
// reg = <0>;
|
||||
// spi-max-frequency = <80000000>;
|
||||
// spi-rx-bus-width = <4>;
|
||||
// spi-tx-bus-width = <1>;
|
||||
// };
|
||||
// };
|
||||
|
||||
&sdmmc {
|
||||
max-frequency = <50000000>;
|
||||
no-sdio;
|
||||
|
|
@ -302,18 +290,3 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
// &u2phy {
|
||||
// status = "disabled";
|
||||
// };
|
||||
|
||||
// &u2phy_otg {
|
||||
// status = "disabled";
|
||||
// };
|
||||
|
||||
// &usbdrd {
|
||||
// status = "disabled";
|
||||
// };
|
||||
|
||||
// &usbdrd_dwc3 {
|
||||
// status = "disabled";
|
||||
// };
|
||||
|
|
|
|||
|
|
@ -273,31 +273,6 @@
|
|||
vref-supply = <&vcc_1v8>;
|
||||
};
|
||||
|
||||
//&sfc {
|
||||
// status = "okay";
|
||||
|
||||
// flash@0 {
|
||||
// compatible = "spi-nand";
|
||||
// reg = <0>;
|
||||
// spi-max-frequency = <80000000>;
|
||||
// spi-rx-bus-width = <4>;
|
||||
// spi-tx-bus-width = <1>;
|
||||
// };
|
||||
//};
|
||||
|
||||
//&sdmmc {
|
||||
// max-frequency = <50000000>;
|
||||
// no-sdio;
|
||||
// no-mmc;
|
||||
// bus-width = <4>;
|
||||
// cap-mmc-highspeed;
|
||||
// cap-sd-highspeed;
|
||||
// disable-wp;
|
||||
// pinctrl-names = "default";
|
||||
// pinctrl-0 = <&sdmmc0_clk &sdmmc0_cmd &sdmmc0_det &sdmmc0_bus4>;
|
||||
// status = "okay";
|
||||
//};
|
||||
|
||||
&tsadc {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -222,9 +222,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
//&pwm0 {
|
||||
// status = "okay";
|
||||
//};
|
||||
|
||||
&rkcif {
|
||||
status = "okay";
|
||||
|
|
@ -273,31 +270,6 @@
|
|||
vref-supply = <&vcc_1v8>;
|
||||
};
|
||||
|
||||
//&sfc {
|
||||
// status = "okay";
|
||||
|
||||
// flash@0 {
|
||||
// compatible = "spi-nand";
|
||||
// reg = <0>;
|
||||
// spi-max-frequency = <80000000>;
|
||||
// spi-rx-bus-width = <4>;
|
||||
// spi-tx-bus-width = <1>;
|
||||
// };
|
||||
//};
|
||||
|
||||
//&sdmmc {
|
||||
// max-frequency = <50000000>;
|
||||
// no-sdio;
|
||||
// no-mmc;
|
||||
// bus-width = <4>;
|
||||
// cap-mmc-highspeed;
|
||||
// cap-sd-highspeed;
|
||||
// disable-wp;
|
||||
// pinctrl-names = "default";
|
||||
// pinctrl-0 = <&sdmmc0_clk &sdmmc0_cmd &sdmmc0_det &sdmmc0_bus4>;
|
||||
// status = "okay";
|
||||
//};
|
||||
|
||||
&tsadc {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -14,7 +14,21 @@
|
|||
compatible = "rockchip,rv1103g-38x38-ipc-v10", "rockchip,rv1103";
|
||||
};
|
||||
|
||||
// /**********ETH**********/
|
||||
/**********SDMMC**********/
|
||||
&sdmmc {
|
||||
max-frequency = <50000000>;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
disable-wp;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&sdmmc0_clk &sdmmc0_cmd &sdmmc0_det &sdmmc0_bus4>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/**********ETH**********/
|
||||
&gmac {
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user