0006-ARM-DTSI-rk3288-Missing-GRF-handles.patch 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. From 771bcfe1735e42650b763e52a042a9fd98b2fa5b Mon Sep 17 00:00:00 2001
  2. From: Myy Miouyouyou <myy@miouyouyou.fr>
  3. Date: Thu, 19 Oct 2017 21:20:43 +0200
  4. Subject: [PATCH 09/28] ARM: DTSI: rk3288.dtsi: Missing GRF handles
  5. Add missing GRF handles.
  6. This patch is taken from the patches provided by the ARMbian team.
  7. Signed-off-by: Myy Miouyouyou <myy@miouyouyou.fr>
  8. ---
  9. arch/arm/boot/dts/rk3288.dtsi | 5 +++++
  10. 1 file changed, 5 insertions(+)
  11. diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
  12. index 356ed1e6..5b789528 100644
  13. --- a/arch/arm/boot/dts/rk3288.dtsi
  14. +++ b/arch/arm/boot/dts/rk3288.dtsi
  15. @@ -547,6 +547,7 @@
  16. pinctrl-2 = <&otp_gpio>;
  17. #thermal-sensor-cells = <1>;
  18. rockchip,hw-tshut-temp = <95000>;
  19. + rockchip,grf = <&grf>;
  20. status = "disabled";
  21. };
  22. @@ -655,6 +656,7 @@
  23. pinctrl-0 = <&pwm0_pin>;
  24. clocks = <&cru PCLK_PWM>;
  25. clock-names = "pwm";
  26. + rockchip,grf = <&grf>;
  27. status = "disabled";
  28. };
  29. @@ -666,6 +668,7 @@
  30. pinctrl-0 = <&pwm1_pin>;
  31. clocks = <&cru PCLK_PWM>;
  32. clock-names = "pwm";
  33. + rockchip,grf = <&grf>;
  34. status = "disabled";
  35. };
  36. @@ -677,6 +680,7 @@
  37. pinctrl-0 = <&pwm2_pin>;
  38. clocks = <&cru PCLK_PWM>;
  39. clock-names = "pwm";
  40. + rockchip,grf = <&grf>;
  41. status = "disabled";
  42. };
  43. @@ -688,6 +692,7 @@
  44. pinctrl-0 = <&pwm3_pin>;
  45. clocks = <&cru PCLK_PWM>;
  46. clock-names = "pwm";
  47. + rockchip,grf = <&grf>;
  48. status = "disabled";
  49. };
  50. --
  51. 2.11.0