diff mbox

[U-Boot,01/21] ARM: tegra: fdt: Add 'non-removable' property to all eMMC nodes

Message ID 20160913164602.23963-1-swarren@wwwdotorg.org
State Accepted
Commit 9a06a1a3a1d5e65d7a14b060e4171b415d614072
Delegated to: Tom Warren
Headers show

Commit Message

Stephen Warren Sept. 13, 2016, 4:45 p.m. UTC
From: Tom Warren <twarren@nvidia.com>

During debug of the DM_MMC changes to the Tegra MMC driver, I
noticed that the 'removable' property wasn't being set correctly
for the eMMC parts on most Tegra boards. Since the kernel DTS has
this property set correctly, it should be in U-Boot's Tegra DT too.

Signed-off-by: Tom Warren <twarren@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
---
 arch/arm/dts/tegra114-dalmore.dts     | 1 +
 arch/arm/dts/tegra124-jetson-tk1.dts  | 1 +
 arch/arm/dts/tegra124-venice2.dts     | 1 +
 arch/arm/dts/tegra186-p2771-0000.dtsi | 1 +
 arch/arm/dts/tegra20-paz00.dts        | 1 +
 arch/arm/dts/tegra20-whistler.dts     | 1 +
 arch/arm/dts/tegra210-e2220-1170.dts  | 1 +
 arch/arm/dts/tegra210-p2371-0000.dts  | 1 +
 arch/arm/dts/tegra210-p2371-2180.dts  | 1 +
 arch/arm/dts/tegra210-p2571.dts       | 1 +
 arch/arm/dts/tegra30-beaver.dts       | 1 +
 arch/arm/dts/tegra30-cardhu.dts       | 1 +
 arch/arm/dts/tegra30-tamonten.dtsi    | 1 +
 13 files changed, 13 insertions(+)

Comments

Simon Glass Sept. 19, 2016, 12:58 a.m. UTC | #1
On 13 September 2016 at 10:45, Stephen Warren <swarren@wwwdotorg.org> wrote:
> From: Tom Warren <twarren@nvidia.com>
>
> During debug of the DM_MMC changes to the Tegra MMC driver, I
> noticed that the 'removable' property wasn't being set correctly
> for the eMMC parts on most Tegra boards. Since the kernel DTS has
> this property set correctly, it should be in U-Boot's Tegra DT too.
>
> Signed-off-by: Tom Warren <twarren@nvidia.com>
> Signed-off-by: Stephen Warren <swarren@nvidia.com>
> ---
>  arch/arm/dts/tegra114-dalmore.dts     | 1 +
>  arch/arm/dts/tegra124-jetson-tk1.dts  | 1 +
>  arch/arm/dts/tegra124-venice2.dts     | 1 +
>  arch/arm/dts/tegra186-p2771-0000.dtsi | 1 +
>  arch/arm/dts/tegra20-paz00.dts        | 1 +
>  arch/arm/dts/tegra20-whistler.dts     | 1 +
>  arch/arm/dts/tegra210-e2220-1170.dts  | 1 +
>  arch/arm/dts/tegra210-p2371-0000.dts  | 1 +
>  arch/arm/dts/tegra210-p2371-2180.dts  | 1 +
>  arch/arm/dts/tegra210-p2571.dts       | 1 +
>  arch/arm/dts/tegra30-beaver.dts       | 1 +
>  arch/arm/dts/tegra30-cardhu.dts       | 1 +
>  arch/arm/dts/tegra30-tamonten.dtsi    | 1 +
>  13 files changed, 13 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox

Patch

diff --git a/arch/arm/dts/tegra114-dalmore.dts b/arch/arm/dts/tegra114-dalmore.dts
index 49195c35964a..f0331a740178 100644
--- a/arch/arm/dts/tegra114-dalmore.dts
+++ b/arch/arm/dts/tegra114-dalmore.dts
@@ -66,6 +66,7 @@ 
 	sdhci@78000600 {
 		bus-width = <8>;
 		status = "okay";
+		non-removable;
 	};
 
 	usb@7d000000 {
diff --git a/arch/arm/dts/tegra124-jetson-tk1.dts b/arch/arm/dts/tegra124-jetson-tk1.dts
index 21ed1aef0bb2..4a63b6d86160 100644
--- a/arch/arm/dts/tegra124-jetson-tk1.dts
+++ b/arch/arm/dts/tegra124-jetson-tk1.dts
@@ -312,6 +312,7 @@ 
 	sdhci@700b0600 {
 		status = "okay";
 		bus-width = <8>;
+		non-removable;
 	};
 
 	usb@7d000000 {
diff --git a/arch/arm/dts/tegra124-venice2.dts b/arch/arm/dts/tegra124-venice2.dts
index 9de86c014361..6c39563bfc64 100644
--- a/arch/arm/dts/tegra124-venice2.dts
+++ b/arch/arm/dts/tegra124-venice2.dts
@@ -81,6 +81,7 @@ 
 	sdhci@700b0600 {
 		status = "okay";
 		bus-width = <8>;
+		non-removable;
 	};
 
 	usb@7d000000 {
diff --git a/arch/arm/dts/tegra186-p2771-0000.dtsi b/arch/arm/dts/tegra186-p2771-0000.dtsi
index 41ef64479a99..28fac5d8a261 100644
--- a/arch/arm/dts/tegra186-p2771-0000.dtsi
+++ b/arch/arm/dts/tegra186-p2771-0000.dtsi
@@ -55,6 +55,7 @@ 
 	sdhci@3460000 {
 		status = "okay";
 		bus-width = <8>;
+		non-removable;
 	};
 
 	i2c@c240000 {
diff --git a/arch/arm/dts/tegra20-paz00.dts b/arch/arm/dts/tegra20-paz00.dts
index 5c7e80558da3..946862e72095 100644
--- a/arch/arm/dts/tegra20-paz00.dts
+++ b/arch/arm/dts/tegra20-paz00.dts
@@ -50,6 +50,7 @@ 
 	sdhci@c8000600 {
 		status = "okay";
 		bus-width = <8>;
+		non-removable;
 	};
 
 	clocks {
diff --git a/arch/arm/dts/tegra20-whistler.dts b/arch/arm/dts/tegra20-whistler.dts
index 358c5824f7cc..d4577c99c5d9 100644
--- a/arch/arm/dts/tegra20-whistler.dts
+++ b/arch/arm/dts/tegra20-whistler.dts
@@ -58,6 +58,7 @@ 
 	sdhci@c8000600 {
 		status = "okay";
 		bus-width = <8>;
+		non-removable;
 	};
 
 	clocks {
diff --git a/arch/arm/dts/tegra210-e2220-1170.dts b/arch/arm/dts/tegra210-e2220-1170.dts
index 75efbba1061e..c6e21762815f 100644
--- a/arch/arm/dts/tegra210-e2220-1170.dts
+++ b/arch/arm/dts/tegra210-e2220-1170.dts
@@ -31,6 +31,7 @@ 
 	sdhci@0,700b0600 {
 		status = "okay";
 		bus-width = <8>;
+		non-removable;
 	};
 
 	i2c@0,7000d000 {
diff --git a/arch/arm/dts/tegra210-p2371-0000.dts b/arch/arm/dts/tegra210-p2371-0000.dts
index 10172a23ad70..3aa59d087bc8 100644
--- a/arch/arm/dts/tegra210-p2371-0000.dts
+++ b/arch/arm/dts/tegra210-p2371-0000.dts
@@ -31,6 +31,7 @@ 
 	sdhci@0,700b0600 {
 		status = "okay";
 		bus-width = <8>;
+		non-removable;
 	};
 
 	i2c@0,7000d000 {
diff --git a/arch/arm/dts/tegra210-p2371-2180.dts b/arch/arm/dts/tegra210-p2371-2180.dts
index bf35497d83f7..c4db2a45c561 100644
--- a/arch/arm/dts/tegra210-p2371-2180.dts
+++ b/arch/arm/dts/tegra210-p2371-2180.dts
@@ -82,6 +82,7 @@ 
 	sdhci@0,700b0600 {
 		status = "okay";
 		bus-width = <8>;
+		non-removable;
 	};
 
 	i2c@0,7000d000 {
diff --git a/arch/arm/dts/tegra210-p2571.dts b/arch/arm/dts/tegra210-p2571.dts
index de35bba44bef..726c893aa500 100644
--- a/arch/arm/dts/tegra210-p2571.dts
+++ b/arch/arm/dts/tegra210-p2571.dts
@@ -84,6 +84,7 @@ 
 	sdhci@0,700b0600 {
 		status = "okay";
 		bus-width = <8>;
+		non-removable;
 	};
 
 	usb@0,7d000000 {
diff --git a/arch/arm/dts/tegra30-beaver.dts b/arch/arm/dts/tegra30-beaver.dts
index ae836363ab52..2ff7497a37ea 100644
--- a/arch/arm/dts/tegra30-beaver.dts
+++ b/arch/arm/dts/tegra30-beaver.dts
@@ -205,6 +205,7 @@ 
 	sdhci@78000600 {
 		status = "okay";
 		bus-width = <8>;
+		non-removable;
 	};
 
 	usb@7d000000 {
diff --git a/arch/arm/dts/tegra30-cardhu.dts b/arch/arm/dts/tegra30-cardhu.dts
index 23ca141df2a5..3dc2043d547e 100644
--- a/arch/arm/dts/tegra30-cardhu.dts
+++ b/arch/arm/dts/tegra30-cardhu.dts
@@ -194,6 +194,7 @@ 
 	sdhci@78000600 {
 		status = "okay";
 		bus-width = <8>;
+		non-removable;
 	};
 
 	usb@7d008000 {
diff --git a/arch/arm/dts/tegra30-tamonten.dtsi b/arch/arm/dts/tegra30-tamonten.dtsi
index 8eff627f3d0b..50ae9ccce278 100644
--- a/arch/arm/dts/tegra30-tamonten.dtsi
+++ b/arch/arm/dts/tegra30-tamonten.dtsi
@@ -64,6 +64,7 @@ 
 	sdhci@78000600 {
 		status = "okay";
 		bus-width = <8>;
+		non-removable;
 	};
 
 	usb@7d008000 {