mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-05 13:34:19 +00:00
a696e325f7
All patches automatically rebased.
Build system: x86_64
Build-tested: ramips/mt7621*
*FS#4149 affects me so I had to revert 7f1edbd412
in order to downgrade to 2.35.1
Signed-off-by: John Audia <graysky@archlinux.us>
34 lines
840 B
Diff
34 lines
840 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
|
|
@@ -424,7 +424,7 @@
|
|
#size-cells = <1>;
|
|
|
|
cru@100 {
|
|
- compatible = "simple-bus";
|
|
+ compatible = "syscon", "simple-mfd";
|
|
reg = <0x100 0x1a4>;
|
|
ranges;
|
|
#address-cells = <1>;
|
|
@@ -450,10 +450,9 @@
|
|
"sata1", "sata2";
|
|
};
|
|
|
|
- pinctrl: pin-controller@1c0 {
|
|
+ pinctrl: pin-controller {
|
|
compatible = "brcm,bcm4708-pinmux";
|
|
- reg = <0x1c0 0x24>;
|
|
- reg-names = "cru_gpio_control";
|
|
+ offset = <0xc0>;
|
|
|
|
spi-pins {
|
|
groups = "spi_grp";
|