mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
50a25d4394
These patches have been already accepted.
302-ARM-dts-BCM5301X-Update-Northstar-pinctrl-binding.patch had to
be updated.
[rmilecki: use actual upstream accepted patches
replace v5.10 with v5.11 to match actual upstream kernel
recover dropped part of the pinctrl compatible patch
update filenames
refresh patches]
Signed-off-by: Vivek Unune <npcomplete13@gmail.com>
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
(cherry picked from commit 39ed2265dd
)
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";
|