ARM: dts: bcm2711-rpi-4-b: add non-removable property about sd-card
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 23 Jul 2020 10:09:13 +0000 (19:09 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Wed, 23 Nov 2022 02:23:53 +0000 (11:23 +0900)
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 f62ac71..fb89a5f 100644 (file)
        vqmmc-supply = <&sd_io_1v8_reg>;
        vmmc-supply = <&sd_vcc_reg>;
        broken-cd;
+       non-removable;
        status = "okay";
 };