Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM: tegra30: convert device tree files to use CLK defines
Use the Tegra30 CAR binding header (tegra30-car.h) to replace magic numbers in the device tree. For example, - clocks = <&tegra_car 28>; + clocks = <&tegra_car CLK_HOST1X>; Signed-off-by: Hiroshi Doyu <[email protected]> [swarren, updated since tegra30-car.h moved for consistency] Signed-off-by: Stephen Warren <[email protected]>
- Loading branch information