projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f3a00b
)
ARM: dts: bcm2711-rpi-4-b: add non-removable property about sd-card
author
Jaehoon Chung
<jh80.chung@samsung.com>
Thu, 23 Jul 2020 10:09:13 +0000
(19:09 +0900)
committer
Hoegeun Kwon
<hoegeun.kwon@samsung.com>
Thu, 3 Aug 2023 08:46:05 +0000
(17:46 +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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/bcm2711-rpi-4-b.dts
b/arch/arm/boot/dts/bcm2711-rpi-4-b.dts
index
f62ac71
..
fb89a5f
100644
(file)
--- a/
arch/arm/boot/dts/bcm2711-rpi-4-b.dts
+++ b/
arch/arm/boot/dts/bcm2711-rpi-4-b.dts
@@
-200,6
+200,7
@@
vqmmc-supply = <&sd_io_1v8_reg>;
vmmc-supply = <&sd_vcc_reg>;
broken-cd;
+ non-removable;
status = "okay";
};