diff options
author | Drew Fustini <drew@beagleboard.org> | 2020-08-09 23:58:03 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-08-19 10:31:25 +0300 |
commit | 03e23ca9ff8343feec87fe89c1b6c3fb3a179711 (patch) | |
tree | 8838a37157427c8e602473efc708e9710d26b746 /arch/arm | |
parent | 12c24ea1f8e2e0a7a3efef891524a739cb807704 (diff) |
ARM: dts: am33xx: add ocp label
Add label to the ocp node in the AM33xx SoC include so that it can be
referenced in board-level files like am335x-pocketbeagle.dts
Signed-off-by: Drew Fustini <drew@beagleboard.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 5cb4cc37cb6d..1ab54ee9dd72 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -172,7 +172,7 @@ * for the moment, just use a fake OCP bus entry to represent * the whole bus hierarchy. */ - ocp { + ocp: ocp { compatible = "simple-bus"; #address-cells = <1>; #size-cells = <1>; |