We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d62d9c commit ac9686aCopy full SHA for ac9686a
Documentation/devicetree/bindings/arm/psci.yaml
@@ -199,7 +199,7 @@ examples:
199
200
CPU0: cpu@0 {
201
device_type = "cpu";
202
- compatible = "arm,cortex-a53", "arm,armv8";
+ compatible = "arm,cortex-a53";
203
reg = <0x0>;
204
enable-method = "psci";
205
power-domains = <&CPU_PD0>;
@@ -208,7 +208,7 @@ examples:
208
209
CPU1: cpu@1 {
210
211
- compatible = "arm,cortex-a57", "arm,armv8";
212
reg = <0x100>;
213
214
power-domains = <&CPU_PD1>;
0 commit comments