Hello, jayanta525!
I found a few errors in the last section of the patch,
-TABS- before the lines have been exchanged with -SPACES- and this leads to rejects while patching:
+@@ -78,6 +78,7 @@
+ clock-names = "cpu";
+ operating-points-v2 = <&cpu0_opp_table>;
+ #cooling-cells = <2>;
++ clock-frequency = <1296000000>;
+ };
+
+ cpu1: cpu@1 {
+@@ -88,6 +89,7 @@
+ clock-names = "cpu";
+ operating-points-v2 = <&cpu0_opp_table>;
+ #cooling-cells = <2>;
++ clock-frequency = <1296000000>;
+ };
+
+ cpu2: cpu@2 {
+@@ -98,6 +100,7 @@
+ clock-names = "cpu";
+ operating-points-v2 = <&cpu0_opp_table>;
+ #cooling-cells = <2>;
++ clock-frequency = <1296000000>;
+ };
+
+ cpu3: cpu@3 {
+@@ -108,6 +111,7 @@
+ clock-names = "cpu";
+ operating-points-v2 = <&cpu0_opp_table>;
+ #cooling-cells = <2>;
++ clock-frequency = <1296000000>;
+ };
+ };
... I will report if the fixed patch worked out fine!
THANKS A LOT FOR YOUR HELP!