]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: rockchip: add SPI flash node for rk3288-veyron
authorBrian Norris <computersforpeace@gmail.com>
Fri, 6 May 2016 01:02:44 +0000 (18:02 -0700)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 30 May 2016 07:42:35 +0000 (09:42 +0200)
This is a standard binding for describing SPI flash that can be
identified by reading their JEDEC ID. Let's use it.

Tested on Veyron Jaq.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3288-veyron.dtsi

index b2557bf5a58fae1cd9d0c1c29b487ba6e48049ca..5e4c690c7d4fe4a07b22925b4417615e922fba09 100644 (file)
        status = "okay";
 
        rx-sample-delay-ns = <12>;
+
+       flash@0 {
+               compatible = "jedec,spi-nor";
+               spi-max-frequency = <50000000>;
+               reg = <0>;
+       };
 };
 
 &tsadc {