mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
d8e8a2a8db
It still requires fixing PCIe support: [ 6.644699] pcie_iproc_bcma bcma0:7: host bridge /axi@18000000/pcie@12000 ranges: [ 6.652217] pcie_iproc_bcma bcma0:7: No bus range found for /axi@18000000/pcie@12000, using [bus 00-ff] [ 6.661833] OF: /axi@18000000/pcie@12000: Missing device_type [ 6.667622] pcie_iproc_bcma: probe of bcma0:7 failed with error -12 [ 6.673985] pcie_iproc_bcma bcma0:8: host bridge /axi@18000000/pcie@13000 ranges: [ 6.681514] pcie_iproc_bcma bcma0:8: No bus range found for /axi@18000000/pcie@13000, using [bus 00-ff] [ 6.691137] pcie_iproc_bcma: probe of bcma0:8 failed with error -12 [ 6.697522] pcie_iproc_bcma bcma0:9: host bridge /axi@18000000/pcie@14000 ranges: [ 6.705048] pcie_iproc_bcma bcma0:9: No bus range found for /axi@18000000/pcie@14000, using [bus 00-ff] [ 6.714669] pcie_iproc_bcma: probe of bcma0:9 failed with error -12 Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
32 lines
800 B
Diff
32 lines
800 B
Diff
From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
|
|
Subject: [PATCH] ARM: dts: BCM5301X: Update Northstar pinctrl binding
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
|
|
---
|
|
|
|
--- a/arch/arm/boot/dts/bcm5301x.dtsi
|
|
+++ b/arch/arm/boot/dts/bcm5301x.dtsi
|
|
@@ -422,16 +422,12 @@
|
|
#size-cells = <1>;
|
|
|
|
cru@100 {
|
|
- compatible = "simple-bus";
|
|
+ compatible = "syscon", "simple-mfd";
|
|
reg = <0x100 0x1a4>;
|
|
- ranges;
|
|
- #address-cells = <1>;
|
|
- #size-cells = <1>;
|
|
|
|
- pinctrl: pin-controller@1c0 {
|
|
+ pinctrl: pinctrl {
|
|
compatible = "brcm,bcm4708-pinmux";
|
|
- reg = <0x1c0 0x24>;
|
|
- reg-names = "cru_gpio_control";
|
|
+ offset = <0xc0>;
|
|
|
|
spi-pins {
|
|
groups = "spi_grp";
|