lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 15 Dec 2013 20:54:12 +1100
From:	dt.tangr@...il.com
To:	linux-leds@...r.kernel.org
Cc:	Daniel Tang <dt.tangr@...il.com>, linux-kernel@...r.kernel.org,
	devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
	linux@....linux.org.uk
Subject: [PATCH 2/3] arm: nspire: modify device tree to use the LSI Zevio LED driver

From: Daniel Tang <dt.tangr@...il.com>


Signed-off-by: Daniel Tang <dt.tangr@...il.com>
---
 arch/arm/boot/dts/nspire.dtsi |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/nspire.dtsi b/arch/arm/boot/dts/nspire.dtsi
index a22ffe6..bb453bb 100644
--- a/arch/arm/boot/dts/nspire.dtsi
+++ b/arch/arm/boot/dts/nspire.dtsi
@@ -167,8 +167,9 @@
 				reg = <0x900F0000 0x1000>;
 			};
 
-			led: led@...10000 {
-				reg = <0x90110000 0x1000>;
+			led: led@...10B00 {
+				compatible = "lsi,zevio-led";
+				reg = <0x90110B00 0x100>;
 			};
 		};
 	};
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists