[PATCH 1/4] arm64: dts: rk3399: add missing qos node

2017-04-12 Thread Kever Yang
Add qos setting reg for some peripheral like sd, usb, pcie.

Signed-off-by: Kever Yang 
---

 arch/arm64/boot/dts/rockchip/rk3399.dtsi | 45 
 1 file changed, 40 insertions(+), 5 deletions(-)

diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi 
b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
index f4f3c96..387ae34 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
@@ -769,11 +769,6 @@
status = "disabled";
};
 
-   qos_sd: qos@ffa74000 {
-   compatible = "syscon";
-   reg = <0x0 0xffa74000 0x0 0x20>;
-   };
-
qos_emmc: qos@ffa58000 {
compatible = "syscon";
reg = <0x0 0xffa58000 0x0 0x20>;
@@ -784,6 +779,41 @@
reg = <0x0 0xffa5c000 0x0 0x20>;
};
 
+   qos_pcie: qos@ffa60080 {
+   compatible = "syscon";
+   reg = <0x0 0xffa60080 0x0 0x20>;
+   };
+
+   qos_usb_host0: qos@ffa60100 {
+   compatible = "syscon";
+   reg = <0x0 0xffa60100 0x0 0x20>;
+   };
+
+   qos_usb_host1: qos@ffa60180 {
+   compatible = "syscon";
+   reg = <0x0 0xffa60180 0x0 0x20>;
+   };
+
+   qos_usb_otg0: qos@ffa7 {
+   compatible = "syscon";
+   reg = <0x0 0xffa7 0x0 0x20>;
+   };
+
+   qos_usb_otg1: qos@ffa70080 {
+   compatible = "syscon";
+   reg = <0x0 0xffa70080 0x0 0x20>;
+   };
+
+   qos_sd: qos@ffa74000 {
+   compatible = "syscon";
+   reg = <0x0 0xffa74000 0x0 0x20>;
+   };
+
+   qos_sdioaudio: qos@ffa76000 {
+   compatible = "syscon";
+   reg = <0x0 0xffa76000 0x0 0x20>;
+   };
+
qos_hdcp: qos@ffa9 {
compatible = "syscon";
reg = <0x0 0xffa9 0x0 0x20>;
@@ -854,6 +884,11 @@
reg = <0x0 0xffad 0x0 0x20>;
};
 
+   qos_perihp: qos@ffad8080 {
+   compatible = "syscon";
+   reg = <0x0 0xffad8080 0x0 0x20>;
+   };
+
qos_gpu: qos@ffae {
compatible = "syscon";
reg = <0x0 0xffae 0x0 0x20>;
-- 
1.9.1



Re: [PATCH 1/4] arm64: dts: rk3399: add missing qos node

2017-05-09 Thread Heiko Stuebner
Am Mittwoch, 12. April 2017, 15:10:41 CEST schrieb Kever Yang:
> Add qos setting reg for some peripheral like sd, usb, pcie.
> 
> Signed-off-by: Kever Yang 

applied for 4.13


Thanks
Heiko