ARM: dts: bcm2711-rpi-4-b: add non-removable property about sd-card 90/239290/3
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 23 Jul 2020 10:09:13 +0000 (19:09 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 24 Jul 2020 02:23:24 +0000 (02:23 +0000)
Add non-removable property about sd-card.
Tizen doesn't consider about booting to other device.
It can be assumed that SD-card is non-removable storage.
When broken-cd is enabled, it's always polling to check SD-card.
- Remove broken-cd property.

Change-Id: I269e39f708362e03f219632eba592701907b71aa
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
arch/arm/boot/dts/bcm2711-rpi-4-b.dts

index 043eda0..3edc927 100644 (file)
                        clocks = <&clocks BCM2711_CLOCK_EMMC2>;
                        reg = <0x0 0x7e340000 0x100>;
                        vqmmc-supply = <&sd_io_1v8_reg>;
-                       broken-cd;
                };
        };
 
 
 &emmc2 {
        vmmc-supply = <&sd_vcc_reg>;
+       non-removable;
 };
 
 &phy1 {