Skip to content

Commit

Permalink
dts: npcm8xx: change pspi pin name to match pinctrl driver
Browse files Browse the repository at this point in the history
Signed-off-by: Stanley Chu <[email protected]>
  • Loading branch information
stanleychuys committed Feb 14, 2022
1 parent 9fb4469 commit 5adc64c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/arm/dts/nuvoton-common-npcm8xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
compatible = "nuvoton,npcm845-pspi";
reg = <0x201000 0x1000>;
pinctrl-names = "default";
pinctrl-0 = <&pspi2_pins>;
pinctrl-0 = <&pspi_pins>;
#address-cells = <1>;
#size-cells = <0>;
interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
Expand Down Expand Up @@ -865,9 +865,9 @@
groups = "lkgpo0";
function = "lkgpo0";
};
pspi2_pins: pspi2-pins {
groups = "pspi2";
function = "pspi2";
pspi_pins: pspi-pins {
groups = "pspi";
function = "pspi";
};
jm1_pins: jm1-pins {
groups = "jm1";
Expand Down

0 comments on commit 5adc64c

Please sign in to comment.