HomeFreeBSD

MFC r307067, r307068, r307087, r307088, r307089,

Description

MFC r307067, r307068, r307087, r307088, r307089,

r307091, r307092, r307093, r307095, r307098,
r307115:

r307067:
Make intc driver compatible with upstream DTS

  • Fix compatibility strings
  • Properly decode upstream's two-cell interrupt specs. Our home-made dts does not have two-cell interrupts so no need to preserve backward compatibility

r307068:
Make Rapsberry Pi watchdog driver compatible with upstream DTS

  • Fix compatibility strings
  • Compensate the difference in base address for our custom DTS and upstream one (for backward compatibility)

r307087:
Make sure intc is attached before interrupt consumers

If pass order is not specified devices are attached in the order they are
defined in dts. Some interrupt consumers may be defined before intc. Also
make sure intc interrupt-parent local_intc is attached before intc itself.

r307088:
Add compatible strings used in upstream dts files

r307089:
Make framebuffer driver compatible with upstream DT

  • Add compatibility string
  • Add simplebus as possible parent bus

r307091:
Add compatibility string from upstream DT

r307092:
Make BCM2835 GPIO driver compatible with upstream DT

  • Add compatibility string
  • Make reserverd and read-only properties optional

r307093:
Make BCM283x USB driver compatible with upstream DT

  • Make resource allocation logic depend on compatibility string to check what format of DTS node should be used - FreeBSD's or upstream

r307095:
Make VCHI driver compatible with upstream DT

  • Add compatibility string
  • Compensate difference in base address between our custom DTB and upstream one

r307098:
Make BCM28x USB driver compatible with upstream device tree

This should have been committed in r307093: resource allocation depends
on source of the device tree. upstream dts has extra interrupt that we can
ignore

r307115:
Fix typo in comment

Spotted by: loos

Details

Provenance
gonzoAuthored on
Parents
rS307574: remove stale and unused code from various files
Branches
Unknown
Tags
Unknown