Merge branch 'arm64-fixes-for-6.10' into arm64-for-6.11
Merge the arm64-fixes-for-6.10 branch into arm64-for-6.11 to resolve the merge conflict caused by pmic-glink and reserved-memory introduction at the same place in the x1e80100 crd and qcp dts files.
This commit is contained in:
@@ -4566,7 +4566,7 @@
|
||||
interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
|
||||
<GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
|
||||
<GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
|
||||
<GIC_PPI 12 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>;
|
||||
<GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>;
|
||||
};
|
||||
|
||||
pcie0: pcie@1c00000 {
|
||||
|
||||
@@ -2604,11 +2604,14 @@
|
||||
|
||||
system-cache-controller@9200000 {
|
||||
compatible = "qcom,sc8180x-llcc";
|
||||
reg = <0 0x09200000 0 0x50000>, <0 0x09280000 0 0x50000>,
|
||||
<0 0x09300000 0 0x50000>, <0 0x09380000 0 0x50000>,
|
||||
<0 0x09600000 0 0x50000>;
|
||||
reg = <0 0x09200000 0 0x58000>, <0 0x09280000 0 0x58000>,
|
||||
<0 0x09300000 0 0x58000>, <0 0x09380000 0 0x58000>,
|
||||
<0 0x09400000 0 0x58000>, <0 0x09480000 0 0x58000>,
|
||||
<0 0x09500000 0 0x58000>, <0 0x09580000 0 0x58000>,
|
||||
<0 0x09600000 0 0x58000>;
|
||||
reg-names = "llcc0_base", "llcc1_base", "llcc2_base",
|
||||
"llcc3_base", "llcc_broadcast_base";
|
||||
"llcc3_base", "llcc4_base", "llcc5_base",
|
||||
"llcc6_base", "llcc7_base", "llcc_broadcast_base";
|
||||
interrupts = <GIC_SPI 582 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
|
||||
@@ -4669,6 +4669,8 @@
|
||||
restart@c264000 {
|
||||
compatible = "qcom,pshold";
|
||||
reg = <0 0x0c264000 0 0x4>;
|
||||
/* TZ seems to block access */
|
||||
status = "reserved";
|
||||
};
|
||||
|
||||
tsens1: thermal-sensor@c265000 {
|
||||
|
||||
@@ -49,6 +49,15 @@
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
linux,cma {
|
||||
compatible = "shared-dma-pool";
|
||||
size = <0x0 0x8000000>;
|
||||
reusable;
|
||||
linux,cma-default;
|
||||
};
|
||||
};
|
||||
|
||||
sound {
|
||||
compatible = "qcom,x1e80100-sndcard";
|
||||
model = "X1E80100-CRD";
|
||||
|
||||
@@ -23,6 +23,15 @@
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
linux,cma {
|
||||
compatible = "shared-dma-pool";
|
||||
size = <0x0 0x8000000>;
|
||||
reusable;
|
||||
linux,cma-default;
|
||||
};
|
||||
};
|
||||
|
||||
vph_pwr: vph-pwr-regulator {
|
||||
compatible = "regulator-fixed";
|
||||
|
||||
|
||||
@@ -2818,15 +2818,17 @@
|
||||
device_type = "pci";
|
||||
compatible = "qcom,pcie-x1e80100";
|
||||
reg = <0 0x01bf8000 0 0x3000>,
|
||||
<0 0x70000000 0 0xf1d>,
|
||||
<0 0x70000f20 0 0xa8>,
|
||||
<0 0x70000000 0 0xf20>,
|
||||
<0 0x70000f40 0 0xa8>,
|
||||
<0 0x70001000 0 0x1000>,
|
||||
<0 0x70100000 0 0x100000>;
|
||||
<0 0x70100000 0 0x100000>,
|
||||
<0 0x01bfb000 0 0x1000>;
|
||||
reg-names = "parf",
|
||||
"dbi",
|
||||
"elbi",
|
||||
"atu",
|
||||
"config";
|
||||
"config",
|
||||
"mhi";
|
||||
#address-cells = <3>;
|
||||
#size-cells = <2>;
|
||||
ranges = <0x01000000 0 0x00000000 0 0x70200000 0 0x100000>,
|
||||
|
||||
Reference in New Issue
Block a user