lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 24 Dec 2020 14:08:50 +0800 From: Henry Chen <henryc.chen@...iatek.com> To: Georgi Djakov <georgi.djakov@...aro.org>, Rob Herring <robh+dt@...nel.org>, Matthias Brugger <matthias.bgg@...il.com>, Stephen Boyd <swboyd@...omium.org>, Ryan Case <ryandcase@...omium.org>, Mark Brown <broonie@...nel.org> CC: Mark Rutland <mark.rutland@....com>, Nicolas Boichat <drinkcat@...gle.com>, Fan Chen <fan.chen@...iatek.com>, James Liao <jamesjj.liao@...iatek.com>, Arvin Wang <arvin.wang@...iatek.com>, <devicetree@...r.kernel.org>, <linux-arm-kernel@...ts.infradead.org>, <linux-mediatek@...ts.infradead.org>, <linux-kernel@...r.kernel.org>, <linux-pm@...r.kernel.org>, Henry Chen <henryc.chen@...iatek.com> Subject: [PATCH V6 09/13] arm64: dts: mt8183: add dvfsrc related nodes Add DDR EMI provider dictating dram interconnect bus performance found on MT8183-based platforms Signed-off-by: Henry Chen <henryc.chen@...iatek.com> --- arch/arm64/boot/dts/mediatek/mt8183.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi b/arch/arm64/boot/dts/mediatek/mt8183.dtsi index 06ef8e0..22b3a68 100644 --- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi @@ -11,6 +11,7 @@ #include <dt-bindings/reset-controller/mt8183-resets.h> #include <dt-bindings/phy/phy.h> #include "mt8183-pinfunc.h" +#include <dt-bindings/interconnect/mtk,mt8183-emi.h> / { compatible = "mediatek,mt8183"; @@ -331,6 +332,7 @@ ddr_emi: dvfsrc@...12000 { compatible = "mediatek,mt8183-dvfsrc"; reg = <0 0x10012000 0 0x1000>; + #interconnect-cells = <1>; }; pwrap: pwrap@...0d000 { -- 1.9.1
Powered by blists - more mailing lists