1 From 1b47b98acce2db0da632d056821420b33205b8b2 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <zajec5@gmail.com>
3 Date: Tue, 19 Apr 2016 08:56:46 +0200
4 Subject: [PATCH] ARM: BCM5301X: Add DT entry for SPI controller and NOR flash
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
9 Controller is present on every BCM4708* board but only few devices have
10 serial flash attached so mark it as disabled by default.
12 Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
13 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
16 --- a/arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts
17 +++ b/arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts
26 --- a/arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts
27 +++ b/arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts
36 --- a/arch/arm/boot/dts/bcm5301x.dtsi
37 +++ b/arch/arm/boot/dts/bcm5301x.dtsi
44 + reg = <0x00029000 0x1000>;
45 + #address-cells = <1>;
48 + spi_nor: spi-nor@0 {
49 + compatible = "jedec,spi-nor";
51 + spi-max-frequency = <20000000>;
52 + linux,part-probe = "ofpart", "bcm47xxpart";
53 + status = "disabled";
58 lcpll0: lcpll0@1800c100 {