mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
emmc: fixed emmc compatible in p241 dts
PD#157611: emmc: fixed emmc compatible in p214 dts Change-Id: I6f45bf56770a7f4f936c79389f4755a85d7f8c64 Signed-off-by: Long Yu <long.yu@amlogic.com>
This commit is contained in:
@@ -256,7 +256,7 @@
|
||||
|
||||
sd_emmc_c: emmc@d0074000 {
|
||||
status = "okay";
|
||||
compatible = "amlogic, meson-aml-mmc";
|
||||
compatible = "amlogic, meson-mmc-gxl";
|
||||
reg = <0x0 0xd0074000 0x0 0x2000>;
|
||||
interrupts = <0 218 1>;
|
||||
pinctrl-names = "emmc_clk_cmd_pins", "emmc_all_pins";
|
||||
@@ -303,7 +303,7 @@
|
||||
|
||||
sd_emmc_b:sd@d0072000 {
|
||||
status = "okay";
|
||||
compatible = "amlogic, meson-aml-mmc";
|
||||
compatible = "amlogic, meson-mmc-gxl";
|
||||
reg = <0x0 0xd0072000 0x0 0x2000>;
|
||||
interrupts = <0 217 1>;
|
||||
pinctrl-names = "sd_all_pins",
|
||||
@@ -357,7 +357,7 @@
|
||||
|
||||
sd_emmc_a:sdio@d0070000 {
|
||||
status = "okay";
|
||||
compatible = "amlogic, meson-aml-mmc";
|
||||
compatible = "amlogic, meson-mmc-gxl";
|
||||
reg = <0x0 0xd0070000 0x0 0x2000>;
|
||||
interrupts = <0 216 4>;
|
||||
pinctrl-names = "sdio_clk_cmd_pins", "sdio_all_pins";
|
||||
|
||||
@@ -254,7 +254,7 @@
|
||||
|
||||
sd_emmc_c: emmc@d0074000 {
|
||||
status = "okay";
|
||||
compatible = "amlogic, meson-aml-mmc";
|
||||
compatible = "amlogic, meson-mmc-gxl";
|
||||
reg = <0x0 0xd0074000 0x0 0x2000>;
|
||||
interrupts = <0 218 1>;
|
||||
pinctrl-names = "emmc_clk_cmd_pins", "emmc_all_pins";
|
||||
@@ -301,7 +301,7 @@
|
||||
|
||||
sd_emmc_b:sd@d0072000 {
|
||||
status = "okay";
|
||||
compatible = "amlogic, meson-aml-mmc";
|
||||
compatible = "amlogic, meson-mmc-gxl";
|
||||
reg = <0x0 0xd0072000 0x0 0x2000>;
|
||||
interrupts = <0 217 1>;
|
||||
pinctrl-names = "sd_all_pins",
|
||||
@@ -355,7 +355,7 @@
|
||||
|
||||
sd_emmc_a:sdio@d0070000 {
|
||||
status = "okay";
|
||||
compatible = "amlogic, meson-aml-mmc";
|
||||
compatible = "amlogic, meson-mmc-gxl";
|
||||
reg = <0x0 0xd0070000 0x0 0x2000>;
|
||||
interrupts = <0 216 4>;
|
||||
pinctrl-names = "sdio_clk_cmd_pins", "sdio_all_pins";
|
||||
|
||||
Reference in New Issue
Block a user