diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2017-04-12 03:10:41 -0400 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-05-23 04:33:40 -0400 |
commit | 65f1e9029c1cbefd88121927cc5705cb9e132e04 (patch) | |
tree | 8edceb6a30df8843fc05f8866fcaecef6f4f7226 | |
parent | 171582e00db1d2dc1ca98ba6b3bd58e0cef20aea (diff) |
arm64: dts: rockchip: add some missing qos nodes on rk3399
Add qos setting reg for some peripheral like sd, usb, pcie.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399.dtsi | 45 |
1 files changed, 40 insertions, 5 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi index f4f3c96c798d..387ae34fb25a 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi | |||
@@ -769,11 +769,6 @@ | |||
769 | status = "disabled"; | 769 | status = "disabled"; |
770 | }; | 770 | }; |
771 | 771 | ||
772 | qos_sd: qos@ffa74000 { | ||
773 | compatible = "syscon"; | ||
774 | reg = <0x0 0xffa74000 0x0 0x20>; | ||
775 | }; | ||
776 | |||
777 | qos_emmc: qos@ffa58000 { | 772 | qos_emmc: qos@ffa58000 { |
778 | compatible = "syscon"; | 773 | compatible = "syscon"; |
779 | reg = <0x0 0xffa58000 0x0 0x20>; | 774 | reg = <0x0 0xffa58000 0x0 0x20>; |
@@ -784,6 +779,41 @@ | |||
784 | reg = <0x0 0xffa5c000 0x0 0x20>; | 779 | reg = <0x0 0xffa5c000 0x0 0x20>; |
785 | }; | 780 | }; |
786 | 781 | ||
782 | qos_pcie: qos@ffa60080 { | ||
783 | compatible = "syscon"; | ||
784 | reg = <0x0 0xffa60080 0x0 0x20>; | ||
785 | }; | ||
786 | |||
787 | qos_usb_host0: qos@ffa60100 { | ||
788 | compatible = "syscon"; | ||
789 | reg = <0x0 0xffa60100 0x0 0x20>; | ||
790 | }; | ||
791 | |||
792 | qos_usb_host1: qos@ffa60180 { | ||
793 | compatible = "syscon"; | ||
794 | reg = <0x0 0xffa60180 0x0 0x20>; | ||
795 | }; | ||
796 | |||
797 | qos_usb_otg0: qos@ffa70000 { | ||
798 | compatible = "syscon"; | ||
799 | reg = <0x0 0xffa70000 0x0 0x20>; | ||
800 | }; | ||
801 | |||
802 | qos_usb_otg1: qos@ffa70080 { | ||
803 | compatible = "syscon"; | ||
804 | reg = <0x0 0xffa70080 0x0 0x20>; | ||
805 | }; | ||
806 | |||
807 | qos_sd: qos@ffa74000 { | ||
808 | compatible = "syscon"; | ||
809 | reg = <0x0 0xffa74000 0x0 0x20>; | ||
810 | }; | ||
811 | |||
812 | qos_sdioaudio: qos@ffa76000 { | ||
813 | compatible = "syscon"; | ||
814 | reg = <0x0 0xffa76000 0x0 0x20>; | ||
815 | }; | ||
816 | |||
787 | qos_hdcp: qos@ffa90000 { | 817 | qos_hdcp: qos@ffa90000 { |
788 | compatible = "syscon"; | 818 | compatible = "syscon"; |
789 | reg = <0x0 0xffa90000 0x0 0x20>; | 819 | reg = <0x0 0xffa90000 0x0 0x20>; |
@@ -854,6 +884,11 @@ | |||
854 | reg = <0x0 0xffad0000 0x0 0x20>; | 884 | reg = <0x0 0xffad0000 0x0 0x20>; |
855 | }; | 885 | }; |
856 | 886 | ||
887 | qos_perihp: qos@ffad8080 { | ||
888 | compatible = "syscon"; | ||
889 | reg = <0x0 0xffad8080 0x0 0x20>; | ||
890 | }; | ||
891 | |||
857 | qos_gpu: qos@ffae0000 { | 892 | qos_gpu: qos@ffae0000 { |
858 | compatible = "syscon"; | 893 | compatible = "syscon"; |
859 | reg = <0x0 0xffae0000 0x0 0x20>; | 894 | reg = <0x0 0xffae0000 0x0 0x20>; |