-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BCM2711 - Upstream Linux 5.5 backport #3385
BCM2711 - Upstream Linux 5.5 backport #3385
Commits on Jan 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d3ad1c7 - Browse repository at this point
Copy the full SHA d3ad1c7View commit details -
ARM: dts: bcm283x: Remove simple-bus from fixed clocks
commit 4b2d246 upstream. The fixed clocks doesn't form some kind of bus. So let's remove it. This fixes the follow DT schema warnings: clocks: clock@3:reg:0: [3] is too short clocks: clock@4:reg:0: [4] is too short clocks: $nodename:0: 'clocks' does not match '^(bus|soc|axi|ahb|apb)(@[0-9a-f]+)?$' clocks: #size-cells:0:0: 0 is not one of [1, 2] clocks: 'ranges' is a required property clock@3: 'reg' does not match any of the regexes: 'pinctrl-[0-9]+' clock@4: 'reg' does not match any of the regexes: 'pinctrl-[0-9]+' Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
7Configuration menu - View commit details
-
Copy full SHA for 3292779 - Browse repository at this point
Copy the full SHA 3292779View commit details -
ARM: dts: bcm283x: Move system timer back to bcm283x.dtsi
During Raspberry Pi 4 upstream discussion Tim Gover confirmed that the system timer also exists on BCM2711. So move it back to bcm283x.dtsi and overwrite the interrupt definition in bcm2838.dtsi. Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Configuration menu - View commit details
-
Copy full SHA for 5d5a053 - Browse repository at this point
Copy the full SHA 5d5a053View commit details -
ARM: dts: bcm283x: Move pixelvalve to bcm2835-common.dtsi
According to Eric Anholt the pixelvalves doesn't exists on BCM2711. So move it to bcm2835-common.dtsi. Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Configuration menu - View commit details
-
Copy full SHA for bd45d95 - Browse repository at this point
Copy the full SHA bd45d95View commit details -
ARM: dts: bcm2838-rpi-4-b: Fix memory node
We need to declare the proper device type, otherwise U-Boot won't boot with this devicetree. While we are this let the bootloader set the actual memory size. Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Configuration menu - View commit details
-
Copy full SHA for 3eb0a2f - Browse repository at this point
Copy the full SHA 3eb0a2fView commit details -
ARM: dts: bcm2838-rpi-4-b: Backport BT part from upstream
The CYW43455 on the Raspberry Pi 4 doesn't use an external pin as lower power clock anymore. So drop the GPIO clock from pinctrl. While we are at this add the missing declaration of hardware flow control. Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Configuration menu - View commit details
-
Copy full SHA for 37704c7 - Browse repository at this point
Copy the full SHA 37704c7View commit details -
ARM: dts: bcm2838: Backport node names from upstream
According to devicetree specification the node name should describe the general class of device like ethernet or interrupt-controller. Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Configuration menu - View commit details
-
Copy full SHA for 6c38ec0 - Browse repository at this point
Copy the full SHA 6c38ec0View commit details -
ARM: dts: bcm283x: Move intc label to bcm2835-common.dtsi
The intc label isn't defined in bcm283x.dtsi, so we cannot use it there. So move it to bcm2835-common.dtsi. Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Configuration menu - View commit details
-
Copy full SHA for 24a0162 - Browse repository at this point
Copy the full SHA 24a0162View commit details -
ARM: dts: bcm2838: Remove always-on from armv7-timer
After moving bcm2835-system-timer to bcm283x.dtsi there is no need for the always-on for armv7-timer anymore. Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Configuration menu - View commit details
-
Copy full SHA for de26374 - Browse repository at this point
Copy the full SHA de26374View commit details -
Revert "phy: bcm54213pe: configure the LED outputs to be more user-fr…
…iendly" This reverts commit 0f66932.
Configuration menu - View commit details
-
Copy full SHA for fe1a2ff - Browse repository at this point
Copy the full SHA fe1a2ffView commit details -
Revert "phy: broadcom: split out the BCM54213PE from the BCM54210E IDs"
This reverts commit a377688.
Configuration menu - View commit details
-
Copy full SHA for f8a3207 - Browse repository at this point
Copy the full SHA f8a3207View commit details -
net: bcmgenet: Add RGMII_RXID support
This adds the missing support for the PHY mode RGMII_RXID. It's necessary for the Raspberry Pi 4. Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Configuration menu - View commit details
-
Copy full SHA for 6b5698a - Browse repository at this point
Copy the full SHA 6b5698aView commit details -
ARM: dts: bcm2838: Backport genet from upstream
This backport all genet differences (different compatible, right PHY mode, board specific stuff) from upstream. Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Configuration menu - View commit details
-
Copy full SHA for 568882d - Browse repository at this point
Copy the full SHA 568882dView commit details -
ARM: bcm: Backport BCM2711 support from upstream
Make the BCM2711 a different machine, but keep it in board_bcm2835. Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Configuration menu - View commit details
-
Copy full SHA for e856c9c - Browse repository at this point
Copy the full SHA e856c9cView commit details -
hwrng: iproc-rng200 - Add support for BCM2711
commit 0f95b09 upstream. BCM2711 features a RNG200 hardware random number generator block. So make the driver available. Signed-off-by: Stefan Wahren <wahrenst@gmx.net> Signed-off-by: Stephen Brennan <stephen@brennan.io> Reviewed-by: Matthias Brugger <mbrugger@suse.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Configuration menu - View commit details
-
Copy full SHA for 9038def - Browse repository at this point
Copy the full SHA 9038defView commit details -
ARM: dts: bcm2838: Add upstream RNG compatible
This adds the ability to use the RNG with an upstream kernel. Keep the old one for backward compatibility. Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Configuration menu - View commit details
-
Copy full SHA for 1bb3430 - Browse repository at this point
Copy the full SHA 1bb3430View commit details