ARM: dts: at91: add new compatibility string for macb on sama5d3
[GitHub/moto-9609/android_kernel_motorola_exynos9610.git] / Documentation / printk-formats.txt
index 361789df51ecf58d5083436792588d2f12faa7f2..d1aecf53badb6aac0dc99b424149fc0793131bf1 100644 (file)
@@ -397,11 +397,10 @@ struct clk
 
        %pC     pll1
        %pCn    pll1
-       %pCr    1560000000
 
 For printing struct clk structures. ``%pC`` and ``%pCn`` print the name
 (Common Clock Framework) or address (legacy clock framework) of the
-structure; ``%pCr`` prints the current clock rate.
+structure.
 
 Passed by reference.