mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
ARM: dts: rv1126: Add cpu info
This patch add cpu info node for rv1126. Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com> Change-Id: I2fe434f7fe654739f0ffc790e1589578fc0b38fc
This commit is contained in:
@@ -154,6 +154,12 @@
|
||||
};
|
||||
};
|
||||
|
||||
cpuinfo {
|
||||
compatible = "rockchip,cpuinfo";
|
||||
nvmem-cells = <&otp_id>, <&otp_cpu_code>;
|
||||
nvmem-cell-names = "id", "cpu-code";
|
||||
};
|
||||
|
||||
arm-pmu {
|
||||
compatible = "arm,cortex-a7-pmu";
|
||||
interrupts = <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>,
|
||||
@@ -1290,6 +1296,9 @@
|
||||
status = "disabled";
|
||||
|
||||
/* Data cells */
|
||||
otp_cpu_code: cpu-code@2 {
|
||||
reg = <0x02 0x2>;
|
||||
};
|
||||
otp_id: id@7 {
|
||||
reg = <0x07 0x10>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user