iommu/rockchip: fix clock handling to not break old dts
From: Heiko Stuebner <heiko@...> Date: Tue, 10 Apr 2018 11:16:56 +0200
The newly added clock handling makes iommu clocks required, thus breaking devicetrees from the last 4 years. This series fixes the binding and driver to work without clocks being present, like it did before and should therefore probably go in as fix on top of the clock-handling patch. Heiko Stuebner (2): dt-bindings: iommu/rockchip: Make clock properties optional iommu/rockchip: make clock handling optional Documentation/devicetree/bindings/iommu/rockchip,iommu.txt | 4 ++-- drivers/iommu/rockchip-iommu.c | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) -- 2.16.2
Patches in this set
- [0001] dt-bindings: iommu/rockchip: Make clock properties (raw)
- [0002] iommu/rockchip: make clock handling optional (raw)
Statistics
- 2 individual patches
- 8 lines added
- 4 lines removed