diff options
author | Daniel Palmer <daniel@0x0f.com> | 2020-10-18 20:05:35 +0900 |
---|---|---|
committer | Daniel Palmer <daniel@0x0f.com> | 2020-10-18 20:05:35 +0900 |
commit | 3eb0c91c6ed1c66cf138b0dc954dd3d086198f87 (patch) | |
tree | 5590da47b1497436bae17a1f4ce0687a99fd5eba /arch | |
parent | c25a63fd0b20fb1da5262fb09181adc8e0cbeb22 (diff) |
More fixing
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/am335x-olimex.dtsi | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/arch/arm/dts/am335x-olimex.dtsi b/arch/arm/dts/am335x-olimex.dtsi index ac16e9d0f4..cdd84b7b64 100644 --- a/arch/arm/dts/am335x-olimex.dtsi +++ b/arch/arm/dts/am335x-olimex.dtsi @@ -46,16 +46,9 @@ }; &am33xx_pinmux { - - mmc1_pins_default: mmc1_pins_default { + mmc1_pins: pinmux_mmc1_pins { pinctrl-single,pins = < - 0x100 ( PIN_INPUT | MUX_MODE0 ) /* (G17) mmc0_clk.mmc0_clk */ - 0x104 ( PIN_INPUT | MUX_MODE0 ) /* (G18) mmc0_cmd.mmc0_cmd */ - 0xfc ( PIN_INPUT | MUX_MODE0 ) /* (G16) mmc0_dat0.mmc0_dat0 */ - 0xf8 ( PIN_INPUT | MUX_MODE0 ) /* (G15) mmc0_dat1.mmc0_dat1 */ - 0xf4 ( PIN_INPUT | MUX_MODE0 ) /* (F18) mmc0_dat2.mmc0_dat2 */ - 0xf0 ( PIN_INPUT_PULLUP | MUX_MODE0 ) /* (F17) mmc0_dat3.mmc0_dat3 */ - 0x160 ( PIN_INPUT | MUX_MODE7 ) /* (C15) spi0_cs1.mmc0_sdcd */ + 0x160 (PIN_INPUT | MUX_MODE7) /* spi0_cs1.gpio0_6 */ >; }; @@ -77,7 +70,7 @@ status = "okay"; bus-width = <0x4>; pinctrl-names = "default"; - pinctrl-0 = <&mmc1_pins_default>; + pinctrl-0 = <&mmc1_pins>; cd-gpios = <&gpio0 6 GPIO_ACTIVE_HIGH>; cd-inverted; vmmc-supply = <&dummy_reg>; |