ARM: tegra: pull Tegra124 SoC DT from Linux v4.7The primary benefit of this change is that it adds all missing clocks andresets properties to peripherals. This will allow peripheral drivers tomig
ARM: tegra: pull Tegra124 SoC DT from Linux v4.7The primary benefit of this change is that it adds all missing clocks andresets properties to peripherals. This will allow peripheral drivers tomigrate to the standard clock and reset APIs in the future.Main changes:* USB phy_type property is aligned with the kernel, so board files are updated so the final DT content doesn't change. I'm not convinved that Nyan uses HSIC phy_type. However, I'd rather this change be a no-op, and any DT bug-fixes be separate.* Sync misc changes from the kernel: missing DT content, minor compatible value fixes, typos.Remaining deltas relative to the Linux DT:* U-Boot uses #address-cells/#size-cells of 1 whereas the kernel uses 2. I believe U-Boot's DT parsing currently assumes that these values match the physical address size, so I didn't synchronize this part of the DT.* U-Boot uses the original XUSB PHY DT binding, wherease the kernel DT has moved to a newer version. Thus, XUSB client nodes include properties names phys and phy-names that do not appear in the kernel, and don't include pad definitions in the padctl node.Signed-off-by: Stephen Warren <swarren@nvidia.com>Signed-off-by: Tom Warren <twarren@nvidia.com>
show more ...
tegra: dts: Sync up the tegra124 device tree files with LinuxSync up these files with Linux v4.4.Signed-off-by: Simon Glass <sjg@chromium.org>Signed-off-by: Tom Warren <twarren@nvidia.com>
sunxi: dts: Sync all dts files with upstream kernelBring all the sunxi dts files (and update existing ones) frommripard/sunxi/dt-for-4.1 (which will be merged into upstream master anyday now). Th
sunxi: dts: Sync all dts files with upstream kernelBring all the sunxi dts files (and update existing ones) frommripard/sunxi/dt-for-4.1 (which will be merged into upstream master anyday now). This is necessary so that we can move all sunxi boards over tothe driver model.Signed-off-by: Hans de Goede <hdegoede@redhat.com>Reviewed-by: Simon Glass <sjg@chromium.org>Acked-by: Ian Campbell <ijc@hellion.org.uk>