mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-28 23:24:50 +00:00
arm64: dts: qcom: ipq8074: add interrupt-parent to DTSI
Add interrupt-parent to the SoC DTSI to avoid duplicating it in each board DTS file. Remove interrupt-parent from existing board DTS files. Signed-off-by: Robert Marko <robimarko@gmail.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220708133846.599735-2-robimarko@gmail.com
This commit is contained in:
parent
f32660459d
commit
b97e6ffa7c
3 changed files with 1 additions and 3 deletions
|
@ -7,7 +7,6 @@
|
||||||
/ {
|
/ {
|
||||||
model = "Qualcomm Technologies, Inc. IPQ8074-HK01";
|
model = "Qualcomm Technologies, Inc. IPQ8074-HK01";
|
||||||
compatible = "qcom,ipq8074-hk01", "qcom,ipq8074";
|
compatible = "qcom,ipq8074-hk01", "qcom,ipq8074";
|
||||||
interrupt-parent = <&intc>;
|
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
serial0 = &blsp1_uart5;
|
serial0 = &blsp1_uart5;
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
#include "ipq8074.dtsi"
|
#include "ipq8074.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
interrupt-parent = <&intc>;
|
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
serial0 = &blsp1_uart5;
|
serial0 = &blsp1_uart5;
|
||||||
};
|
};
|
||||||
|
|
|
@ -12,6 +12,7 @@ / {
|
||||||
|
|
||||||
model = "Qualcomm Technologies, Inc. IPQ8074";
|
model = "Qualcomm Technologies, Inc. IPQ8074";
|
||||||
compatible = "qcom,ipq8074";
|
compatible = "qcom,ipq8074";
|
||||||
|
interrupt-parent = <&intc>;
|
||||||
|
|
||||||
clocks {
|
clocks {
|
||||||
sleep_clk: sleep_clk {
|
sleep_clk: sleep_clk {
|
||||||
|
|
Loading…
Reference in a new issue