浏览代码

ARM: ux500: enable the crypto and hash on all dbx500

Commits:
"ARM: ux500: Add Device Tree nodes for the ux500 Crypt device"
"ARM: ux500: Add Device Tree nodes for the ux500 Hash device"

Added the crypto and hash devices conditionally, i.e. so as to
be turned on per-board by setting an "status" property on the
device from "disabled" to "okay" on each device.

This is wrong since this is an SoC feature, it is not board
dependent. It is the same ASIC under all circumstances and
functionality does not vary with board family.

This moves the enablement into the SoC file.

Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Linus Walleij 12 年之前
父节点
当前提交
12b1843c1a
共有 2 个文件被更改,包括 0 次插入10 次删除
  1. 0 2
      arch/arm/boot/dts/dbx5x0.dtsi
  2. 0 8
      arch/arm/boot/dts/snowball.dts

+ 0 - 2
arch/arm/boot/dts/dbx5x0.dtsi

@@ -762,7 +762,6 @@
 			interrupts = <0 15 0x4>;
 
 			v-ape-supply = <&db8500_vape_reg>;
-			status = "disabled";
 		};
 
 		hash@a03c2000 {
@@ -770,7 +769,6 @@
 			reg = <0xa03c2000 0x1000>;
 
 			v-ape-supply = <&db8500_vape_reg>;
-			status = "disabled";
 		};
 	};
 };

+ 0 - 8
arch/arm/boot/dts/snowball.dts

@@ -356,13 +356,5 @@
 				};
 			};
 		};
-
-		cryp@a03cb000 {
-			status = "okay";
-		};
-
-		hash@a03c2000 {
-			status = "okay";
-		};
 	};
 };