Commit 5d9a83c9 authored by Masahiro Yamada's avatar Masahiro Yamada

arm64: dts: uniphier: add pinctrl property to System Bus node

This pinctrl is needed to get access to the UniPhier System Bus.
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent cea59bd0
...@@ -260,6 +260,8 @@ system_bus: system-bus@58c00000 { ...@@ -260,6 +260,8 @@ system_bus: system-bus@58c00000 {
reg = <0x58c00000 0x400>; reg = <0x58c00000 0x400>;
#address-cells = <2>; #address-cells = <2>;
#size-cells = <1>; #size-cells = <1>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_system_bus>;
}; };
smpctrl@59800000 { smpctrl@59800000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment