Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

devicetree fixups for asahi-wip / asahi-dev #54

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion arch/arm64/boot/dts/apple/t6002.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,9 @@
#size-cells = <2>;
ranges = <0x2 0x0 0x2 0x0 0x4 0x0>,
<0x5 0x80000000 0x5 0x80000000 0x1 0x80000000>,
<0x7 0x0 0x7 0x0 0xf 0x80000000>;
<0x7 0x0 0x7 0x0 0xf 0x80000000>,
// this probably should not be here, required for the cpufreq driver
<0x22 0x10000000 0x22 0x10000000 0 0x10000000>;
nonposted-mmio;

// filled via templated includes at the end of the file
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/apple/t8103-j274.dts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
status = "okay";

jack_codec: codec@48 {
compatible = "cirrus,cs42l83", "cirrus,cs42l42";
compatible = "cirrus,cs42l83";
reg = <0x48>;
reset-gpios = <&pinctrl_nub 11 GPIO_ACTIVE_HIGH>;
interrupt-parent = <&pinctrl_ap>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/apple/t8103-j293.dts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
status = "okay";

jack_codec: codec@48 {
compatible = "cirrus,cs42l83", "cirrus,cs42l42";
compatible = "cirrus,cs42l83";
reg = <0x48>;
reset-gpios = <&pinctrl_nub 11 GPIO_ACTIVE_HIGH>;
interrupt-parent = <&pinctrl_ap>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/apple/t8103-j313.dts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
};

jack_codec: codec@48 {
compatible = "cirrus,cs42l83", "cirrus,cs42l42";
compatible = "cirrus,cs42l83";
reg = <0x48>;
reset-gpios = <&pinctrl_nub 11 GPIO_ACTIVE_HIGH>;
interrupt-parent = <&pinctrl_ap>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/apple/t8103-j456.dts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

&i2c1 {
jack_codec: codec@48 {
compatible = "cirrus,cs42l83", "cirrus,cs42l42";
compatible = "cirrus,cs42l83";
reg = <0x48>;
reset-gpios = <&pinctrl_nub 11 GPIO_ACTIVE_HIGH>;
interrupt-parent = <&pinctrl_ap>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/apple/t8103-j457.dts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

&i2c1 {
jack_codec: codec@48 {
compatible = "cirrus,cs42l83", "cirrus,cs42l42";
compatible = "cirrus,cs42l83";
reg = <0x48>;
reset-gpios = <&pinctrl_nub 11 GPIO_ACTIVE_HIGH>;
interrupt-parent = <&pinctrl_ap>;
Expand Down