mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-26 04:02:04 -05:00
arm64: dts: marvell: Use preferred node names for "simple-bus"
The "simple-bus" binding has preferred node names such as "bus", ".*-bus", or "soc". Rename the Marvell platforms to use these names. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
committed by
Gregory CLEMENT
parent
b46362045c
commit
ed9c2b28eb
@@ -78,7 +78,7 @@ soc {
|
||||
#size-cells = <2>;
|
||||
ranges;
|
||||
|
||||
internal-regs@7f000000 {
|
||||
bus@7f000000 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "simple-bus";
|
||||
|
||||
@@ -76,7 +76,7 @@ soc {
|
||||
#size-cells = <2>;
|
||||
ranges;
|
||||
|
||||
internal-regs@d0000000 {
|
||||
bus@d0000000 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "simple-bus";
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
* Device Tree file for Marvell Armada AP806.
|
||||
*/
|
||||
|
||||
#define AP_NAME ap806
|
||||
#include "armada-ap80x.dtsi"
|
||||
|
||||
&ap_syscon0 {
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
* Copyright (C) 2019 Marvell Technology Group Ltd.
|
||||
*/
|
||||
|
||||
#define AP_NAME ap807
|
||||
#include "armada-ap80x.dtsi"
|
||||
|
||||
&ap_syscon0 {
|
||||
|
||||
@@ -63,14 +63,14 @@ pmu {
|
||||
interrupts = <17>;
|
||||
};
|
||||
|
||||
AP_NAME {
|
||||
soc {
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
compatible = "simple-bus";
|
||||
interrupt-parent = <&gic>;
|
||||
ranges;
|
||||
|
||||
config-space@f0000000 {
|
||||
bus@f0000000 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "simple-bus";
|
||||
|
||||
@@ -32,13 +32,13 @@ timer {
|
||||
<GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>;
|
||||
};
|
||||
|
||||
ap810-ap0 {
|
||||
soc {
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
compatible = "simple-bus";
|
||||
ranges;
|
||||
|
||||
config-space@e8000000 {
|
||||
bus@e8000000 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "simple-bus";
|
||||
|
||||
@@ -17,7 +17,7 @@ / {
|
||||
* The contents of the node are defined below, in order to
|
||||
* save one indentation level
|
||||
*/
|
||||
CP11X_NAME: CP11X_NAME { };
|
||||
CP11X_NAME: CP11X_NODE_NAME(bus) { };
|
||||
|
||||
/*
|
||||
* CPs only have one sensor in the thermal IC.
|
||||
@@ -51,7 +51,7 @@ &CP11X_NAME {
|
||||
interrupt-parent = <&CP11X_LABEL(icu_nsr)>;
|
||||
ranges;
|
||||
|
||||
config-space@CP11X_BASE {
|
||||
bus@CP11X_BASE {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "simple-bus";
|
||||
|
||||
Reference in New Issue
Block a user